develop #25

Merged
zeni merged 5 commits from develop into main 2025-07-15 11:54:09 -04:00
Showing only changes of commit 653fd5c64e - Show all commits

View file

@ -10,6 +10,7 @@ type PageNav struct {
type PageNavItem struct {
Text string
Link string
ID string
IsDisabled bool
IsActive bool
ChildItems []PageNavItem