Part of #339
Extract foundational modules from the monolith:
css/tokens.css — 5 theme definitions + new forum-specific CSS vars
css/base.css — reset, Verdana 11px, scrollbars
js/api.js — apiFetch, WebSocket (decoupled from DOM), auth token
js/utils.js — escapeHtml, relativeTime, formatBytes, markdown renderers
js/state.js — shared mutable state singleton
js/app.js — entry point: init, router, keyboard shortcuts, theme, polling intervals
- Remove D3 CDN
<script> tag (Mind view breaks — expected, it's being killed)
index.html becomes thin shell with <link> and <script type="module">
Part of #339
Extract foundational modules from the monolith:
css/tokens.css— 5 theme definitions + new forum-specific CSS varscss/base.css— reset, Verdana 11px, scrollbarsjs/api.js— apiFetch, WebSocket (decoupled from DOM), auth tokenjs/utils.js— escapeHtml, relativeTime, formatBytes, markdown renderersjs/state.js— shared mutable state singletonjs/app.js— entry point: init, router, keyboard shortcuts, theme, polling intervals<script>tag (Mind view breaks — expected, it's being killed)index.htmlbecomes thin shell with<link>and<script type="module">