Commit Graph

  • 866a6ff589 chore: more cleaning Edward Langley 2026-03-30 23:55:08 -07:00
  • af0b2c6fdd refactor: more entrypoint simplifications Edward Langley 2026-03-30 23:37:04 -07:00
  • 3e3ac05b05 refactor: cleanup entry point Edward Langley 2026-03-30 23:30:57 -07:00
  • 4fb97c89ed fix(tests): restore coverage for toggle_group_collapse, item group, and insertion order Edward Langley 2026-03-30 23:08:06 -07:00
  • c5eab1f283 chore: update gitignore Edward Langley 2026-03-30 23:07:42 -07:00
  • 226029bc68 fix(tests): restore persistence round-trip assertions using items.get() Edward Langley 2026-03-30 23:02:48 -07:00
  • a1b17dc9af refactor: remove dead code, replace sum_matching tests with evaluate() Edward Langley 2026-03-30 22:56:04 -07:00
  • 15f7fbe799 chore: add rust-analyzer to nix dev shell Edward Langley 2026-03-30 22:55:44 -07:00
  • f58ca625cc chore: misc nix/direnv changes Edward Langley 2026-03-30 22:29:12 -07:00
  • 856b5d5d41 chore: reformat Edward Langley 2026-03-30 22:28:45 -07:00
  • f19f503ab1 chore: update flake lock Edward Langley 2026-03-30 22:27:24 -07:00
  • e3078ba61d fix: make nix flake and cargo config portable across Linux and macOS Edward Langley 2026-03-30 22:22:11 -07:00
  • a655078997 fix: --import now opens the wizard instead of doing a headless auto-import Ed L 2026-03-27 15:18:37 -07:00
  • acc890764b refactor: execute_command owns its own mode transitions Ed L 2026-03-24 12:09:10 -07:00
  • f4978a9fd4 chore: reformat spec a bit Ed L 2026-03-24 12:09:09 -07:00
  • c1f4ebf5fc fix: :import command now opens the wizard instead of silently closing Ed L 2026-03-24 11:40:55 -07:00
  • 1345142fe0 fix: make .improv parser order-independent via two-pass approach Ed L 2026-03-24 11:37:40 -07:00
  • b13ab13738 chore: do not use JSON for serialization Ed L 2026-03-24 10:52:31 -07:00
  • 41f138d5c3 feat: replace JSON with human-readable markdown .improv format Ed L 2026-03-24 10:46:57 -07:00
  • cb43a8130e feat: add 't' key to transpose row/column axes Ed L 2026-03-24 09:40:02 -07:00
  • c42553fa97 feat: 2D multi-level grid headers with repeat suppression Ed L 2026-03-24 09:32:01 -07:00
  • c8b88c63b3 refactor: eliminate Box<dyn Iterator> and Option sentinels in export_csv Ed L 2026-03-24 09:00:37 -07:00
  • 6038cb2d81 refactor: make active_view and axis_of infallible Ed L 2026-03-24 09:00:25 -07:00
  • a2e519efcc refactor: replace CellValue::Empty with Option<CellValue> Ed L 2026-03-24 08:06:51 -07:00
  • e680b098ec refactor: remove Axis::Unassigned; axis_of returns Option<Axis> Ed L 2026-03-24 07:32:48 -07:00
  • 599f1adcbd refactor: replace BinOp string with typed enum in Expr AST Ed L 2026-03-24 00:20:08 -07:00
  • 5434a60cc4 refactor: make Model::formulas private, expose read-only accessor Ed L 2026-03-24 00:18:43 -07:00
  • d99d22820e refactor: extract GridLayout as single source for view→grid mapping Ed L 2026-03-24 00:12:00 -07:00
  • 9ef0a72894 fix: formula evaluation and management bugs Ed L 2026-03-24 00:11:33 -07:00
  • 09caf815d3 test: add proptest property-based tests Ed L 2026-03-24 00:10:44 -07:00
  • 45b848dc67 fix: navigation bounds and stale state after model load Ed L 2026-03-23 23:32:26 -07:00
  • 0cb491901d fix: formula correctness and command validation bugs Ed L 2026-03-23 23:32:14 -07:00
  • 6ba7245338 fix: page navigation works with multiple page-axis categories Ed L 2026-03-22 00:02:01 -07:00
  • 8063a484e1 fix: multi-category axis navigation and cell key resolution Ed L 2026-03-21 23:51:30 -07:00
  • 2b5e3b3576 feat: number formatting, real search navigation, CSV cross-product fix Ed L 2026-03-21 23:47:52 -07:00
  • cc072e192d Chore: remove unused imports and suppress unused variable warnings Ed L 2026-03-21 23:35:50 -07:00
  • 77f83bac3a chore: start testing the grid Ed L 2026-03-21 23:34:32 -07:00
  • 56d11aee74 Test: add unit tests co-located with the code they cover Ed L 2026-03-21 23:28:48 -07:00
  • 6a9d28ecd6 Fix formula evaluator infinite recursion on unresolved item references Ed L 2026-03-21 23:28:37 -07:00
  • 197b66e4e1 Refactor: split ImportWizard into pure ImportPipeline and UI wrapper Ed L 2026-03-21 23:28:27 -07:00
  • 413601517d Fix cursor getting stuck when Enter pressed on last row Ed L 2026-03-21 23:05:57 -07:00
  • c9d1313072 Add quick-add mode for categories Ed L 2026-03-21 23:03:45 -07:00
  • 4f322e53cd Add quick multi-item entry to categories Ed L 2026-03-21 22:51:36 -07:00
  • 66dfdf705f Improve UX: welcome screen, vim keybindings, command mode Ed L 2026-03-21 22:41:35 -07:00
  • eae00522e2 Initial implementation of Improvise TUI Ed L 2026-03-20 21:11:14 -07:00
  • 0ba39672d3 (root) Ed L 2026-03-20 13:33:59 -07:00