add basic settings screen

This commit is contained in:
Samuel Newman
2025-11-27 19:31:19 +02:00
parent b70d5b5a84
commit ad1d7cdebd
8 changed files with 87 additions and 4 deletions
+1
View File
@@ -308,6 +308,7 @@ func serve(cctx *cli.Context) error {
e.GET("/settings/notifications/reposts-on-reposts", server.WebGeneric)
e.GET("/settings/notifications/activity", server.WebGeneric)
e.GET("/settings/notifications/miscellaneous", server.WebGeneric)
e.GET("/settings/sync-contacts", server.WebGeneric)
e.GET("/settings/app-icon", server.WebGeneric)
e.GET("/sys/debug", server.WebGeneric)
e.GET("/sys/debug-mod", server.WebGeneric)