community profile and left menu implementation done, not quite working yet

This commit is contained in:
2025-10-16 23:05:34 -06:00
parent 681b30272d
commit 65c739dc57
17 changed files with 412 additions and 72 deletions
+2
View File
@@ -78,6 +78,8 @@ func main() {
ui.SetupTemplates()
closer = ui.SetupSessionManager()
defer closer()
closer = ui.SetupAmContext()
defer closer()
// Set up Echo.
e := setupEcho()