aboutsummaryrefslogtreecommitdiff
path: root/index.css
AgeCommit message (Collapse)Author
26 hoursadd Keep Android Open system notice + tray countdownHEADmasterTyler Hoang
Auto-opens on first visit (dismissable via localStorage); pulsing taskbar badge with live days-remaining stays as the persistent re-entry point. Counts down to Sept 1 2026 UTC. Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
7 daysrefactor: extract inline css/js from index.htmlTyler Hoang
index.html shrank from 1650 to 349 lines. Inline <style> moved to index.css, ARTICLES data to articles.js, the rest of the inline script to index.js. Also: - drop unused bindMusicToggle from aero.js - collapse duplicate click+dblclick icon handlers - dedup music-toggle gradient via .mt-btn.on class - replace inline styles in films/podcast/now-playing renderers with semantic classes (.film-when, .pod-ep, .np-row, etc.) - precompute article readMin and plainTitle once instead of on every render Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>