web: start: add dynamique menu

Signed-off-by: GnomeZworc <nicolas.boufidjeline@g3e.fr>
This commit is contained in:
GnomeZworc 2026-06-04 00:06:51 +02:00
commit b67e79973c
Signed by: nicolas.boufideline
GPG key ID: 4406BBBF8845D632
9 changed files with 343 additions and 8 deletions

View file

@ -108,6 +108,9 @@
// then router renders the current route.
await import('./core/registry.js')
await import('./core/router.js')
// Non-blocking: populates dynamic menu groups after routing.
import('./core/menu.js')
</script>
</body>