Commit Graph

2 Commits

Author SHA1 Message Date
izackp 1696391441 fix: restore mobile virtual keyboard flow 2026-05-12 12:00:44 -04:00
GitHub Copilot 0a6534fc40 Fix theme persistence: cache-busting, setTheme proxy, cleanup logging
- Add ?v=VERSION cache-busting query params to terminal page static URLs
  (monospace.css, terminal.js) so Safari serves fresh assets after upgrades
- Add Cache-Control: no-cache header to terminal HTML page response
- Fix WebTerminal.setTheme() to assign through terminal.options proxy,
  triggering handleOptionChange which updates renderer AND re-renders
  (previously bypassed the proxy and only called renderer.setTheme)
- Remove 40+ debug console.log statements from investigation phase,
  keeping only warnings/errors and essential lifecycle messages
2026-02-18 00:02:24 +00:00