main #2

Merged
ErikaHarker merged 32 commits from goffee/core:main into main 2025-12-18 09:41:18 -05: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