feat(core)!: introduce runtime extension registry and flat module conventions
BREAKING CHANGE: sup config now derives entries from package.json#exports and a server/client glob instead of manual lists; module structure follows flat + barrel convention with .server.js/.client.js runtime suffixes
This commit is contained in:
+2
-1
@@ -228,8 +228,9 @@ L'interface d'administration centrale. Tableau de bord visuel pour gérer le sit
|
||||
|
||||
**Ce qu'il fait :**
|
||||
- Protection des routes admin : `protectAdmin()`, `isAdmin()`
|
||||
- Pages catch-all pour l'interface admin (`AdminPagesClient`, `AdminPagesLayout`)
|
||||
- Pages catch-all pour l'interface admin (`AdminPage.server.js`, `AdminPage.client.js`, `AdminShell`)
|
||||
- Navigation construite côté serveur (`buildNavigationSections`)
|
||||
- Registre d'extensions runtime pour widgets, nav items et pages (`registerWidget`, `registerNavItem`, `registerPage`)
|
||||
- Gestion des utilisateurs depuis l'interface
|
||||
|
||||
**Navigation :**
|
||||
|
||||
Reference in New Issue
Block a user