Commit Graph

  • 9e02939b66 refactor: update TogglePanelAndFocus to use open/focused flags Edward Langley 2026-04-06 15:09:58 -07:00
  • 121b7d2dd7 refactor: update viewport effects to use dynamic visible dimensions Edward Langley 2026-04-06 15:09:58 -07:00
  • ad95bc34a9 refactor: update grid widget with adaptive widths and pruning support Edward Langley 2026-04-06 15:09:58 -07:00
  • 7bd2296a22 refactor: update command tests for new API Edward Langley 2026-04-06 15:09:58 -07:00
  • 21f3e2c58e chore: update app hints and mode descriptions Edward Langley 2026-04-06 15:09:58 -07:00
  • df98f6d524 feat: add effect to re-enter edit mode after commit+advance Edward Langley 2026-04-06 15:09:58 -07:00
  • de973ef641 refactor: update commit commands to continue editing after advance Edward Langley 2026-04-06 15:09:57 -07:00
  • eb83df9984 feat: add prune empty feature for pivot views Edward Langley 2026-04-06 15:09:57 -07:00
  • 55cad99ae1 feat: add new commands for records mode and category management Edward Langley 2026-04-06 15:09:57 -07:00
  • 5fe553b57a feat: add category tree with expand/collapse in category panel Edward Langley 2026-04-06 15:09:57 -07:00
  • 0c04d63542 chore(merge): remote-tracking branch 'origin/main' Edward Langley 2026-04-06 08:59:09 -07:00
  • 3bb0977e18 "Claude Code Review workflow" Ed Langley 2026-04-07 00:00:39 -07:00
  • 32fe988d64 "Claude PR Assistant workflow" Ed Langley 2026-04-07 00:00:37 -07:00
  • a8cc8e4de9 fix(ui): prevent grid column overflow with proper truncation Edward Langley 2026-04-05 14:05:33 -07:00
  • d91c1e24c6 test(import): add tests for label field import behavior Edward Langley 2026-04-05 14:05:33 -07:00
  • 95b88a538d feat(import): add Label field support for high-cardinality per-row data Edward Langley 2026-04-05 14:05:33 -07:00
  • cfb389ea09 feat: add fake bank data Edward Langley 2026-04-05 14:04:11 -07:00
  • 42d869e4c2 refactor(ui): integrate centralized layout and display logic gemma-branch Edward Langley 2026-04-07 09:29:45 -07:00
  • d32a6140b8 refactor(core): centralize formatting logic Edward Langley 2026-04-07 09:29:45 -07:00
  • 9251e37180 refactor(ui): optimize record sharing and centralize layout management Edward Langley 2026-04-07 09:29:45 -07:00
  • 492d309277 feat(command): update keybindings for navigation and editing Edward Langley 2026-04-07 09:29:45 -07:00
  • 85a459289d refactor(command): unify layout access and navigation commands Edward Langley 2026-04-07 09:29:45 -07:00
  • 00499fc2bf test(cmd): update tests for layout refactor nemotron-branch improvise-testing Edward Langley 2026-04-07 09:16:25 -07:00
  • 178983bcbf feat(ui): add new edge/jump commands and keymap Edward Langley 2026-04-07 09:16:25 -07:00
  • e09ddf71a7 refactor!(ui): use GridLayout for layout and display Edward Langley 2026-04-07 09:16:25 -07:00
  • f8f8f537c3 refactor!(cmd): move CmdContext logic to GridLayout Edward Langley 2026-04-07 09:16:25 -07:00
  • c3ae848f54 chore(merge): branch 'main' into command-algebra command-algebra Edward Langley 2026-04-07 00:10:19 -07:00
  • 1d5a04088b chore: reformat Edward Langley 2026-04-07 00:09:58 -07:00
  • a330412732 chore(merge): remote-tracking branch 'gh/main' Edward Langley 2026-04-07 00:02:29 -07:00
  • 43015a41d8 Merge pull request #1 from fiddlerwoaroof/add-claude-github-actions-1775545235526 Ed Langley 2026-04-07 00:00:59 -07:00
  • 29f922aaca "Claude Code Review workflow" Ed Langley 2026-04-07 00:00:39 -07:00
  • ee6970fed0 "Claude PR Assistant workflow" Ed Langley 2026-04-07 00:00:37 -07:00
  • 880c471ff6 refactor(cmd): introduce command algebra with Binding::Sequence and unified primitives Claude 2026-04-07 06:48:34 +00:00
  • e166049bae chore: clippy Edward Langley 2026-04-06 23:21:36 -07:00
  • 2c05b64d51 misc Edward Langley 2026-04-06 23:21:06 -07:00
  • 86ac30c11d refactor(ui): ensure layout is rebuilt and use Rc for drill state Edward Langley 2026-04-06 23:18:40 -07:00
  • 7cb09c11da docs(cmd): update ToggleRecordsMode documentation Edward Langley 2026-04-06 23:18:40 -07:00
  • 3847cb4bfa chore: update .gitignore Edward Langley 2026-04-06 23:18:40 -07:00
  • 3f76d98816 style: cleanup formatting and code style across the project Edward Langley 2026-04-06 23:18:40 -07:00
  • 1c463a9f06 refactor(ui): improve TileBar rendering and width calculation Edward Langley 2026-04-06 23:18:40 -07:00
  • 4739e667e7 refactor(ui): use pre-computed layout in GridWidget Edward Langley 2026-04-06 23:18:40 -07:00
  • 91eaa7046a refactor(view): use Rc for sharing records in GridLayout Edward Langley 2026-04-06 23:18:40 -07:00
  • 7ceadaf821 refactor(ui): improve layout management and record sharing in App Edward Langley 2026-04-06 23:18:39 -07:00
  • 2fc4ea72a4 feat(cmd): improve ToggleRecordsMode using view stack navigation Edward Langley 2026-04-06 23:18:39 -07:00
  • db1aa4c6a5 refactor(cmd): delegate cell information to GridLayout in CmdContext Edward Langley 2026-04-06 23:18:39 -07:00
  • 7c7fbd3289 refactor(ui): simplify panel mode mapping and add scroll tests Edward Langley 2026-04-06 21:56:47 -07:00
  • 7d8c4a37a2 feat(cmd): unify jump-to-edge and fix viewport scrolling Edward Langley 2026-04-06 21:56:47 -07:00
  • 5df3f87bc1 refactor(view): unify cell handling for records and pivot modes Edward Langley 2026-04-06 21:56:47 -07:00
  • 95f2d00ae2 test: update cmd context in tests Edward Langley 2026-04-06 21:21:30 -07:00
  • fc2baf0e7e style: simplify panel titles Edward Langley 2026-04-06 21:21:30 -07:00
  • 910e9233a3 fix: use precise column widths for viewport scrolling Edward Langley 2026-04-06 21:21:30 -07:00
  • e193362de8 feat: add page scrolling, open-row, and tab-advance Edward Langley 2026-04-06 21:21:29 -07:00
  • 4d82fd434a refactor!: unify records and pivot mode cell handling Edward Langley 2026-04-06 21:21:29 -07:00
  • 334597d825 refactor: update TogglePanelAndFocus to use open/focused flags Edward Langley 2026-04-06 15:09:58 -07:00
  • 9329f04082 refactor: update viewport effects to use dynamic visible dimensions Edward Langley 2026-04-06 15:09:58 -07:00
  • 631067b011 refactor: update grid widget with adaptive widths and pruning support Edward Langley 2026-04-06 15:09:58 -07:00
  • bd5dcfe1f7 refactor: update command tests for new API Edward Langley 2026-04-06 15:09:58 -07:00
  • 0249afe33d chore: update app hints and mode descriptions Edward Langley 2026-04-06 15:09:58 -07:00
  • 132f017c79 feat: add effect to re-enter edit mode after commit+advance Edward Langley 2026-04-06 15:09:58 -07:00
  • f1a777670f refactor: update commit commands to continue editing after advance Edward Langley 2026-04-06 15:09:57 -07:00
  • 92f351bce3 feat: add prune empty feature for pivot views Edward Langley 2026-04-06 15:09:57 -07:00
  • 6f4bc5e798 feat: add new commands for records mode and category management Edward Langley 2026-04-06 15:09:57 -07:00
  • 8e0c06d888 feat: add category tree with expand/collapse in category panel Edward Langley 2026-04-06 15:09:57 -07:00
  • 32677141de chore(merge): remote-tracking branch 'origin/main' Edward Langley 2026-04-06 08:59:09 -07:00
  • 496a385c15 fix(ui): prevent grid column overflow with proper truncation Edward Langley 2026-04-05 14:05:33 -07:00
  • cc6504e9b6 test(import): add tests for label field import behavior Edward Langley 2026-04-05 14:05:33 -07:00
  • 34df174b9b feat(import): add Label field support for high-cardinality per-row data Edward Langley 2026-04-05 14:05:33 -07:00
  • 640fb353a1 feat: add fake bank data Edward Langley 2026-04-05 14:04:11 -07:00
  • ecc2987963 fix(ui): prevent grid column overflow with proper truncation Edward Langley 2026-04-05 14:05:33 -07:00
  • 6d5138d904 test(import): add tests for label field import behavior Edward Langley 2026-04-05 14:05:33 -07:00
  • def3902eb9 feat(import): add Label field support for high-cardinality per-row data Edward Langley 2026-04-05 14:05:33 -07:00
  • 9d88ad3205 feat: add fake bank data Edward Langley 2026-04-05 14:04:11 -07:00
  • ab92775357 feat(command): add smart edit-or-drill for aggregated cells Edward Langley 2026-04-05 12:35:40 -07:00
  • 94bc3ca282 feat(ui): improve row selection highlighting in grid Edward Langley 2026-04-05 12:30:15 -07:00
  • f56ca2c66a feat(ui): add dynamic column widths for records mode Edward Langley 2026-04-05 11:53:37 -07:00
  • 78df3a4949 feat: add records-mode drill-down with staged edits Edward Langley 2026-04-05 11:45:36 -07:00
  • 19645a34cf feat: add records mode (long-format view) for drill-down Edward Langley 2026-04-05 11:10:41 -07:00
  • 67041dd4a5 feat: add view history navigation and drill-into-cell Edward Langley 2026-04-05 10:57:28 -07:00
  • b2d633eb7d chore: update gitignore Edward Langley 2026-04-05 01:39:02 -07:00
  • 401a63f544 bench: add profiling workload generator Edward Langley 2026-04-05 01:38:45 -07:00
  • 3d11daca18 chore: update gitignore Edward Langley 2026-04-05 01:09:37 -07:00
  • ab5f3a5a86 feat(build): add profiling profile configuration Edward Langley 2026-04-05 01:09:17 -07:00
  • 377d417e5a feat(model): add symbol table module Edward Langley 2026-04-05 01:09:17 -07:00
  • 872c4c6c5d refactor: add Default derives to CmdRegistry and Keymap Edward Langley 2026-04-05 01:07:08 -07:00
  • d3a1a57c78 refactor: improve dot separator parsing in command parser Edward Langley 2026-04-05 01:07:08 -07:00
  • 82ad459c4e feat: intern cell keys for O(1) comparison and indexing Edward Langley 2026-04-05 01:07:08 -07:00
  • 6c211e5421 feat(ui): add buffers HashMap for text input state management Edward Langley 2026-04-04 18:37:43 -07:00
  • 0f1de6ba58 refactor(keymap): add Char key fallback and remove unused SHIFT binding Edward Langley 2026-04-04 18:37:43 -07:00
  • 89fdb27d6c refactor(command): switch to prototype-based command registration Edward Langley 2026-04-04 18:37:43 -07:00
  • e2ff9cf98e refactor(command): remove key_modifiers from CmdContext Edward Langley 2026-04-04 12:40:55 -07:00
  • c6c8ac2c69 chore: clippy + format Edward Langley 2026-04-04 12:34:50 -07:00
  • 35946afc91 refactor(command): pre-resolve cell key and grid dimensions in CmdContext Edward Langley 2026-04-04 12:14:03 -07:00
  • 649d80cb35 refactor(command): decouple keymap bindings from command implementations Edward Langley 2026-04-04 11:02:00 -07:00
  • a45390b7a9 refactor(command): rename commands and extract panel/axis parsers Edward Langley 2026-04-04 10:57:37 -07:00
  • 830869d91c test(command): update tests to use ExecuteCommand instead of QuitCmd Edward Langley 2026-04-04 10:56:35 -07:00
  • 32716ebc16 refactor(main): update headless mode to use App and new command system Edward Langley 2026-04-04 10:56:35 -07:00
  • 00c62d85b7 feat(ui): add LoadModel and ImportJsonHeadless effects Edward Langley 2026-04-04 10:56:35 -07:00
  • 64ab352490 refactor(command): update parsing to use registry-based system Edward Langley 2026-04-04 10:56:35 -07:00
  • 909c20bcbd refactor(command): remove old Command enum and dispatch system Edward Langley 2026-04-04 10:56:35 -07:00
  • 1e8bc7a135 feat(command): add trait-based command system with registry Edward Langley 2026-04-04 10:56:34 -07:00