solidarity transport updates

This commit is contained in:
Arnaud Delcasse
2025-09-09 05:47:56 +02:00
parent 95b60ea737
commit 9ab7b66b68
40 changed files with 3240 additions and 601 deletions

View File

@@ -2,9 +2,14 @@ package renderer
type LayoutState struct {
AdministrationState AdministrationState
MenuItems []MenuItem
Menu any
ActiveMenu string
// DEPRECATED
MenuItems []MenuItem
}
// DEPRECATED
type MenuItem struct {
Title string
Link string