Alex alex
  • Joined on 2026-05-11
alex pushed to dev at alex/headquarter 2026-05-24 18:51:15 +02:00
85f04447ea fix: force xterm.js canvas redraw on resize via internal renderer
alex pushed to dev at alex/headquarter 2026-05-24 18:47:36 +02:00
cc126b82df fix: force xterm.js canvas redraw on resize via internal renderer
alex pushed to dev at alex/headquarter 2026-05-24 18:42:23 +02:00
d931f3071d Revert "fix: add window resize listener and refresh on font size change"
alex pushed to dev at alex/headquarter 2026-05-24 18:18:47 +02:00
4a356fe88e fix: add window resize listener and refresh on font size change
alex pushed to dev at alex/headquarter 2026-05-24 18:13:36 +02:00
ca22e9c9d2 fix: reset xterm position to relative on mobile to prevent layout issues
alex pushed to dev at alex/headquarter 2026-05-24 17:44:12 +02:00
4de312c170 fix: terminal resize propagation and redraw
alex deleted branch agent/e-worker-1/el-1bn-22-profile-crud-validation-com from alex/headquarter 2026-05-24 17:18:37 +02:00
alex pushed to dev at alex/headquarter 2026-05-24 17:12:33 +02:00
e7a89a853f fix: ensure terminal container fills viewport and redraws on resize
alex pushed to main at alex/headquarter 2026-05-24 17:04:44 +02:00
48fa858090 Merge branch 'main' of ssh://git.commumedia.org:2222/alex/headquarter
679b1693fc Merge commit 'ea174b1'
ea174b1642 fix: review fixes for el-1bn
a1dbfcf2a8 feat: implement profile CRUD validation compatibility and defaults API
fb0f2f7b9b feat: add project settings page navigation
Compare 5 commits »
alex pushed to dev at alex/headquarter 2026-05-24 17:03:27 +02:00
7b23618ae7 fix: use requestAnimationFrame before fit() on window resize
alex pushed to dev at alex/headquarter 2026-05-24 17:01:18 +02:00
8b4e1a7428 fix: ensure shell-content fills available viewport height
alex pushed to dev at alex/headquarter 2026-05-24 16:54:06 +02:00
f37813a317 revert: remove ResizeObserver and stty-on-every-resize to fix infinite loop
alex pushed to dev at alex/headquarter 2026-05-24 16:50:35 +02:00
6e600fdbcd fix: use ResizeObserver for more reliable terminal resize detection
alex deleted branch agent/e-worker-2/el-5z8-32-launch-and-restart-profile from alex/headquarter 2026-05-24 16:41:22 +02:00
alex pushed to main at alex/headquarter 2026-05-24 16:41:20 +02:00
9cc98455ef 3.2 Launch and restart profile application (el-5z8)
alex pushed to dev at alex/headquarter 2026-05-24 16:40:07 +02:00
f4211ad452 chore: remove debug console.log statements from terminal component
alex pushed to dev at alex/headquarter 2026-05-24 16:37:20 +02:00
058c501e4a fix: prevent terminal from growing beyond viewport on resize
alex pushed to dev at alex/headquarter 2026-05-24 16:27:38 +02:00
74033243c9 feat: send stty resize command on every resize, not just first
alex pushed to dev at alex/headquarter 2026-05-24 16:25:15 +02:00
9910fd4445 fix: send stty command to resize container shell on first resize
alex pushed to dev at alex/headquarter 2026-05-24 16:18:54 +02:00
4a66a4a384 fix: pass instance_id to _write_loop to resolve NameError