Commit Graph

10 Commits

Author SHA1 Message Date
aa4c97c553 feat(tests): add comprehensive test suite, update deps and Go 1.26.1
- Add 20+ tests for utility functions, SharedData, and Model
- Tests cover: LoadTables, LoadTableData, UpdateCell, pagination,
  table inference, focus/blur, empty database, invalid indices
- Update Go to 1.26.1, upgrade all dependencies
- Replace custom Min/Max with Go builtin min/max
- Format all files with goimports
- Add staticcheck to CI workflow
2026-03-13 02:46:03 +00:00
491416a575 fix help properly 2025-07-13 21:05:32 -07:00
5543a9a8e0 jerry-rig a help toggle cmd 2025-07-13 20:56:16 -07:00
d7c9c055a0 update layout 2025-07-13 20:40:18 -07:00
460917ceca clear filter via esc 2025-07-13 20:19:41 -07:00
9b40c3bd8e add fuzzy search 2025-07-13 20:09:58 -07:00
1d9c8fff73 tweaks to controls for pagination 2025-07-13 20:06:40 -07:00
3fdac7d9d8 fixup cursor, blinking 2025-07-13 17:39:30 -07:00
001992a688 fixup, add docs 2025-07-12 22:49:05 -07:00
686cb97eb3 use cobra/fang 2025-07-12 22:40:08 -07:00