Skip to content

refactor(frontend/table): move the feature to a vertical slice layout - #259

Merged
CammilleCC merged 6 commits into
fix/deferred-fetch-hardeningfrom
refactor/table-vertical-slice
Aug 4, 2026
Merged

refactor(frontend/table): move the feature to a vertical slice layout#259
CammilleCC merged 6 commits into
fix/deferred-fetch-hardeningfrom
refactor/table-vertical-slice

Conversation

@CammilleCC

Copy link
Copy Markdown
Member

To close of the stack, I have reformatted table feature module to follow the vertical stack:

 features/table/
 ├── components/   context menu, popovers, tooltips
 ├── hooks/        the five use-* hooks
 ├── stores/       slice and selectors
 ├── types/        table.types
 ├── utils/        cells, bounds, pagination
 └── table.tsx     unchanged, still the way in

Also reorganized and fixed a couple of things, such as:

  • adding getVariableTitle and getTitleByName
  • avoiding rebuilding the cell index on the summary plot hook when run changes

@CammilleCC
CammilleCC merged commit 306bac0 into main Aug 4, 2026
2 checks passed
@CammilleCC
CammilleCC deleted the refactor/table-vertical-slice branch August 4, 2026 17:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant