Commit graph

11 commits

Author SHA1 Message Date
jae
ec50baa369 feat: changelog page with timeline UI, API endpoint, auto-loaded data 2026-04-03 00:29:44 +00:00
jae
3224bb46fa fix: purge FMHY refs, bump sitewide fonts, 4-col contraband grid, brighter text colors 2026-04-03 00:04:32 +00:00
jae
ca92fd16b9 feat: CONTRABAND page - 16k+ FMHY resources with search, categories, military theme 2026-04-02 23:51:23 +00:00
jae
672fcf3f37 feat: admin panel - globe & chat AI sections, brighter globe 2026-04-02 00:16:06 +00:00
jae
b206b4e995 fix: filter measurement artifacts from processes endpoint, sort by memory 2026-04-01 22:08:17 +00:00
jae
4a271496c3 feat: eDEX-UI enhancements - 3D rotating globe, top processes panel - Globe.gl 3D globe replaces UK SVG map, Manchester server location - Animated arcs from world cities, hex polygon land masses - Green atmosphere glow, auto-rotate, pulse rings - Top Processes panel with live polling every 5s - /api/processes endpoint returns top 7 by CPU - Color-coded CPU usage (green/amber/red) 2026-04-01 22:06:57 +00:00
jae
35534a4f4c feat: JAE-AI chat terminal replaces center logo - Venice API chat proxy endpoint in Flask API - Sci-fi chat terminal UI in center column - Typewriter effect, typing indicators, auto-greeting - System prompt with knowledge of all site areas - Chat history management with 20-message context 2026-04-01 21:12:57 +00:00
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
jae
252c7b95b3 feat: mega admin panel expansion, contact form, 9 blog posts
- admin.html: 14 sections (dashboard, posts, editor, tracks, settings, homepage editor, services, navigation, links, API keys, theme, SEO, contact settings, backups)
- admin.js: 1554 lines, full AdminApp with CRUD for all sections
- admin.css: 1972 lines, responsive mobile nav, all new section styles
- app.py: 42 endpoints, new routes for homepage/services/nav/links/apikeys/theme/seo/contact/backups
- 9 JSON data files for new settings
- Contact form wired to POST /api/contact
- 9 blog posts with full HUD metadata
- .gitignore added
2026-03-31 22:19:27 +00:00
jae
167bcb15a9 feat: admin panel, tracks CRUD, operator HUD improvements, mood badges 2026-03-31 21:30:17 +00:00
jae
92ba1db393 feat: add blog system, API backend, and blog styling 2026-03-31 20:49:40 +00:00