left menus now dynamically generated

This commit is contained in:
2025-09-22 17:01:39 -06:00
parent 93aa6bd0ba
commit 46838e8f21
5 changed files with 66 additions and 15 deletions
+1 -1
View File
@@ -22,7 +22,7 @@ import (
log "github.com/sirupsen/logrus"
)
// AmContext is the interface for Amsterdam's wapper context that exposes the required functionality.
// AmContext is the interface for Amsterdam's wrapper context that exposes the required functionality.
type AmContext interface {
CurrentUser() *database.User
RC() int