docs: update CHANGELOG.md and PROJECT_STATE.md with all fixes

This commit is contained in:
swanadiva
2026-06-23 18:49:07 +07:00
parent 7d41391e13
commit a6850b577c
2 changed files with 10 additions and 0 deletions
+5
View File
@@ -46,6 +46,11 @@
✅ UUID + timestamps auto-generated in TUI form `submit()` methods
✅ UUID + timestamps auto-generated in storage layer (`SaveHost`, `SaveKeyPair`, `SaveSnippet`)
✅ Git history cleaned of committed binary; `.gitignore` fixed
**host_form_tab.go**: Space/Left/Right passthrough to text input (fixes typing spaces + cursor nav)
**tui.go**: Key + snippet list refresh on save/delete
**tabs.go**: WindowSizeMsg forwarded to all tabs on resize
**sftp_browser_tab.go footer**: Added `Enter/→:open`, `←/Backspace:up`
**Form tab footers**: Added `Shift+Tab:prev`, `↑↓:nav`
---