feat(ui): unify global visual identity, theme tokens and report filters

This commit is contained in:
Luciano Milani
2026-07-03 14:07:39 +01:00
parent 9bf176b385
commit dc8c1bd69a
28 changed files with 894 additions and 209 deletions
@@ -13,6 +13,8 @@ var AllowedKeys = map[string]bool{
"platform_logo": true,
"admin_primary_color": true,
"admin_accent_color": true,
"admin_danger_color": true,
"admin_warning_color": true,
}
func GetSettings(ctx context.Context, pool *pgxpool.Pool) (map[string]string, error) {