gstack/extension
Yotam 1316bd7c0c Add a sidebar text-size selector to the terminal toolbar
The Side Panel terminal renders at a fixed 13px. This adds an
xs/sm/md/lg/xl picker in the toolbar (A + dropdown, beside Restart) so
users can size the text to their eyes.

- sm = 13px is the unchanged default; the others step around it
  (xs 11, md 15, lg 17, xl 20). Nothing changes until you pick a size.
- Persisted in chrome.storage.local, restored on load, applied to the
  live xterm.
- Resize reflows correctly: xterm re-measures the character cell on the
  next render frame, so the change waits two animation frames before
  fitAddon.fit() and then sends the new cols/rows to the PTY. Fitting in
  the same tick reads the old cell and clips the grid until a
  close/reopen — this avoids that.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01GKj8Nr8T4GvryTcWBJRMyC
2026-07-17 12:16:39 +09:00
..
icons feat: headed mode + sidebar agent + Chrome extension (v0.12.0) (#517) 2026-03-26 11:15:24 -06:00
background.js feat: gstack browser sidebar = interactive Claude Code REPL with live tab awareness (v1.14.0.0) (#1216) 2026-04-25 22:52:15 -07:00
content.css feat: headed mode + sidebar agent + Chrome extension (v0.12.0) (#517) 2026-03-26 11:15:24 -06:00
content.js refactor: AI slop reduction with cross-model quality review (v0.16.3.0) (#941) 2026-04-10 17:13:15 -10:00
inspector.css feat: sidebar CSS inspector + per-tab agents (v0.13.9.0) (#650) 2026-03-30 12:51:05 -06:00
inspector.js refactor: AI slop reduction with cross-model quality review (v0.16.3.0) (#941) 2026-04-10 17:13:15 -10:00
manifest.json v1.32.0.0 fix wave: 7 community PRs + 5 gate-eval hardenings (#1431) 2026-05-11 12:16:26 -07:00
popup.html feat: headed mode + sidebar agent + Chrome extension (v0.12.0) (#517) 2026-03-26 11:15:24 -06:00
popup.js feat: headed mode + sidebar agent + Chrome extension (v0.12.0) (#517) 2026-03-26 11:15:24 -06:00
sidepanel-terminal.js Add a sidebar text-size selector to the terminal toolbar 2026-07-17 12:16:39 +09:00
sidepanel.css Add a sidebar text-size selector to the terminal toolbar 2026-07-17 12:16:39 +09:00
sidepanel.html Add a sidebar text-size selector to the terminal toolbar 2026-07-17 12:16:39 +09:00
sidepanel.js v1.51.0.0 feat: $B memory diagnostic + 4 CDP-resource leak fixes (#1751) 2026-05-27 16:09:38 -07:00