swanadiva
  • Joined on 2026-06-04
swanadiva pushed to main at swanadiva/HostKeeper 2026-06-24 04:30:57 +00:00
25a53d990b fix: SFTP default to Local pane + fixed border height
swanadiva pushed to main at swanadiva/HostKeeper 2026-06-24 04:22:24 +00:00
2e10308c75 fix: SFTP stacked mode — render only active pane + indicator bar
swanadiva pushed to main at swanadiva/HostKeeper 2026-06-23 12:34:58 +00:00
c114b2435c docs: document SFTP stacked mode fix plan for next agent
swanadiva pushed to main at swanadiva/HostKeeper 2026-06-23 12:24:39 +00:00
0ab4b5211d docs: update CHANGELOG with SFTP pane width fix details
swanadiva pushed to main at swanadiva/HostKeeper 2026-06-23 12:22:59 +00:00
ebd72cf16c fix: SFTP pane width — account for border in halfW calculation, fix innerW to maxW-2 (padding only), truncate filter line
swanadiva pushed to main at swanadiva/HostKeeper 2026-06-23 12:15:24 +00:00
2cc9392e2b fix: SFTP pane truncation — use lipgloss.Width instead of len(), account for border+padding overhead, compact file listing on narrow panes
swanadiva pushed to main at swanadiva/HostKeeper 2026-06-23 12:08:47 +00:00
d75621e9b4 feat: responsive TUI layout — mobile/tablet/desktop support
swanadiva pushed to main at swanadiva/HostKeeper 2026-06-23 12:01:34 +00:00
d359688b75 docs: add responsive layout plan to PROJECT_STATE.md and CHANGELOG.md
swanadiva pushed to main at swanadiva/HostKeeper 2026-06-23 11:49:08 +00:00
a6850b577c docs: update CHANGELOG.md and PROJECT_STATE.md with all fixes
swanadiva pushed to main at swanadiva/HostKeeper 2026-06-23 11:48:51 +00:00
7d41391e13 fix: Space/Left/Right passthrough in host form, key/snippet refresh on save/delete, WindowSize to all tabs, footer improvements
swanadiva pushed to main at swanadiva/HostKeeper 2026-06-23 11:21:59 +00:00
9d0338595d docs: update PROJECT_STATE.md and CHANGELOG.md with recent fixes
swanadiva pushed to main at swanadiva/HostKeeper 2026-06-23 11:18:12 +00:00
07899c154b fix: auto-generate ID+timestamps in storage layer on save
swanadiva pushed to main at swanadiva/HostKeeper 2026-06-23 11:15:37 +00:00
512cf5ce1f fix: add E:edit to footer, generate UUID+timestamps in TUI forms
swanadiva pushed to main at swanadiva/HostKeeper 2026-06-23 11:07:15 +00:00
9b27388455 fix(tui): center rows per-line, fix footers per-context
e5d32bd22e fix(tui): unify keybinding footer, remove duplicate status bar
4af555c135 chore: remove committed binary, add to gitignore
f9b2337612 fix(tui): restore muted status bar, remove duplicate global keys from tab footers
7f197b9e3a fix(tui): center all tabs, full-screen SFTP, muted inline keybindings
Compare 5 commits »
swanadiva pushed to main at swanadiva/HostKeeper 2026-06-23 09:04:40 +00:00
c7568e0bf4 feat: clear screen on SSH enter/exit, host list scrolling, 'e' edit key
swanadiva pushed to main at swanadiva/HostKeeper 2026-06-23 08:59:55 +00:00
2442920616 feat: centered footer + auth type toggle pills
swanadiva pushed to main at swanadiva/HostKeeper 2026-06-23 08:53:35 +00:00
5b456104e8 fix: form tab input not responding to typing
swanadiva pushed to main at swanadiva/HostKeeper 2026-06-23 08:50:22 +00:00
daa20ac72b fix: sshCmd closure bug + error display
swanadiva pushed to main at swanadiva/HostKeeper 2026-06-23 08:45:15 +00:00
79f3917a66 fix: cap vertical padding + horizontal centering per line
swanadiva pushed to main at swanadiva/HostKeeper 2026-06-23 08:42:06 +00:00
53db03814e feat: centered card-style host list layout