Alex alex
  • Joined on 2026-05-11
alex pushed to dev at alex/headquarter 2026-05-24 21:15:05 +02:00
51b5d723ac fix: terminal clear on reset and data loss for text starting with {
alex pushed to dev at alex/headquarter 2026-05-24 20:57:36 +02:00
33b482ce91 fix: terminal reconnect typing and reset functionality
alex pushed to dev at alex/headquarter 2026-05-24 20:47:16 +02:00
0cb2eefd29 fix: send SIGWINCH to docker exec process for container terminal resize
alex pushed to dev at alex/headquarter 2026-05-24 20:40:03 +02:00
5f5dc9c851 fix: revert docker exec -i change and use stty with line hiding
alex pushed to dev at alex/headquarter 2026-05-24 20:35:18 +02:00
4864d269e8 Merge branch 'dev' of ssh://git.commumedia.org:2222/alex/headquarter into dev
29e4bed9e6 fix: use docker exec -i instead of -it so host PTY resize propagates to container
Compare 2 commits »
alex pushed to dev at alex/headquarter 2026-05-24 20:33:35 +02:00
c8da0ab6c4 fix: retry start/restart on network errors
alex pushed to dev at alex/headquarter 2026-05-24 20:29:13 +02:00
b04a458975 Merge branch 'dev' of ssh://git.commumedia.org:2222/alex/headquarter into dev
2299bd51ba fix: handle already-serialized mount dicts in profile update
Compare 2 commits »
alex pushed to dev at alex/headquarter 2026-05-24 20:24:50 +02:00
45fb0c753c Merge branch 'dev' of ssh://git.commumedia.org:2222/alex/headquarter into dev
c82e628e6f fix: send stty resize on every resize with hidden command output
Compare 2 commits »
alex pushed to dev at alex/headquarter 2026-05-24 20:23:11 +02:00
383a874bcf Merge branch 'dev' of ssh://git.commumedia.org:2222/alex/headquarter into dev
18634387c7 feat: config profiles top-level navigation with split-pane UI
Compare 2 commits »
alex pushed to dev at alex/headquarter 2026-05-24 20:13:26 +02:00
4b09f611d6 Merge branch 'dev' of ssh://git.commumedia.org:2222/alex/headquarter into dev
5c998f5bf9 fix: revert all terminal resize fixes that caused layout issues
Compare 2 commits »
alex pushed to dev at alex/headquarter 2026-05-24 20:10:58 +02:00
c595a513d5 Merge branch 'dev' of ssh://git.commumedia.org:2222/alex/headquarter into dev
08bd8bf7f9 fix: config profile form focus loss and path validation messages
Compare 2 commits »
alex pushed to dev at alex/headquarter 2026-05-24 20:04:09 +02:00
1b7308d091 Merge branch 'dev' of ssh://git.commumedia.org:2222/alex/headquarter into dev
1060cb60ed fix: remove position override on mobile xterm to prevent layout issues
Compare 2 commits »
alex pushed to dev at alex/headquarter 2026-05-24 20:01:00 +02:00
b58696bb7e Merge branch 'dev' of ssh://git.commumedia.org:2222/alex/headquarter into dev
4d0834069b chore: merge migration heads for remove_is_builtin and add_config_profiles
Compare 2 commits »
alex pushed to dev at alex/headquarter 2026-05-24 19:59:59 +02:00
fc41b51bf0 Merge branch 'dev' of ssh://git.commumedia.org:2222/alex/headquarter into dev
3dbb6321fc fix: force explicit resize and add delayed refit after WebSocket connect
Compare 2 commits »
alex pushed to dev at alex/headquarter 2026-05-24 19:58:56 +02:00
7282b91d99 Merge branch 'dev' of ssh://git.commumedia.org:2222/alex/headquarter into dev
9ad11a021c feat: add config profiles
Compare 2 commits »
alex pushed to dev at alex/headquarter 2026-05-24 19:52:14 +02:00
9f29ac15da fix: improve terminal resize with better stty command and logging
alex pushed to dev at alex/headquarter 2026-05-24 19:44:29 +02:00
3092038e40 debug: add console logging for terminal resize debugging
alex pushed to dev at alex/headquarter 2026-05-24 19:31:28 +02:00
738e01bb7c fix: add window resize fallback and delay refresh to next frame
alex pushed to dev at alex/headquarter 2026-05-24 19:19:10 +02:00
4d0c70de98 fix: hide stty resize command from terminal output using ANSI escapes
alex pushed to dev at alex/headquarter 2026-05-24 19:07:47 +02:00
701bd57293 fix: send stty resize on every resize, not just first time