jaeswift-website/css
jae ccbd59fcd4 fix: resolve all critical audit issues
- Fix 60 DOM ID mismatches in admin.js (editor, dashboard, API keys, theme, services, navigation, links)
- Add 51 missing CSS classes to admin.css (sidebar, topbar, login, editor, tables, settings, backups, etc)
- Fix 5 undefined onclick methods in admin.html (saveContact, saveSEO, remove unused save buttons)
- Fix API payload mismatches: services/nav/links send single object, apikeys nested {group, data} format
- Replace Promise.all with Promise.allSettled in loadDashboard for resilient loading
- Fix /api/services timeout: ThreadPoolExecutor parallel checks + timeout=2s
- Add /etc/hosts entries on VPS for subdomain resolution from localhost
- Add JSON error handlers (400, 401, 404, 500) to Flask API
- Suppress InsecureRequestWarning in Flask
- Fix dashThreats container ID mismatch in admin.html
- Delete stale root-level JS files from VPS
2026-04-01 00:54:20 +00:00
..
admin.css fix: resolve all critical audit issues 2026-04-01 00:54:20 +00:00
blog.css feat: add blog system, API backend, and blog styling 2026-03-31 20:49:40 +00:00
post.css feat: admin panel, tracks CRUD, operator HUD improvements, mood badges 2026-03-31 21:30:17 +00:00
style.css feat: move status bar below navbar as fixed bar 2026-03-31 23:18:37 +00:00