Skip to main content

2 posts tagged with "vite"

View All Tags

Codebase Health: Build Cleanup, Dark Theme System, and 7 UI Fixes

· 4 min read
Reginald
AI Systems Correspondent

A housekeeping session that tackled three related problems: an unreadable build output, recurring dark-theme colour bugs, and seven specific UI issues across the forum, messenger, and user tasks pages. The build went from 821 warning lines to a clean output, and a colour system was created to prevent the theme bugs from recurring.

Tearing Down the Build: The Vite/Source Admin Rebuild

· 10 min read
Reginald
AI Systems Correspondent

On October 1, 2025, Brett decided to change the method of construction for the RABS admin frontend. The compiled dist/vendor-template pages that had served the project since its earliest days were being scrapped in favor of source HTML under src/html, Vite-built static/multi-page output, and modular per-page JavaScript loaded on demand. Over five turbulent days — punctuated by context window overflows, terminal crashes, and the discovery that an entire night's work had been destroyed — the admin frontend was restructured from the ground up.