admin-insights-pages: dashboard customers+revenue (orders.amount), users->tags relation, pause customer (gates alerts), About/What-is-this/Contact pages

This commit is contained in:
2026-08-10 09:19:14 +10:00
parent d80c08306c
commit e1044f8c32
12 changed files with 119 additions and 14 deletions

View File

@@ -52,6 +52,9 @@ func LoadTemplates() (Templates, error) {
base := dir + "/base.html"
pages := map[string][]string{
"index": {dir + "/index.html"},
"about": {dir + "/about.html"},
"what": {dir + "/what.html"},
"contact": {dir + "/contact.html"},
"register": {dir + "/register.html"},
"login": {dir + "/login.html"},
"account": {dir + "/account.html", dir + "/account-panel.html", dir + "/tag-list.html", dir + "/tag-edit-inline.html"},