-
Notifications
You must be signed in to change notification settings - Fork 3.5k
feat(tables): column selection, keyboard shortcuts, drag reorder, and undo improvements #4222
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
Show all changes
36 commits
Select commit
Hold shift + click to select a range
42b9999
feat(tables): add column selection, missing keyboard shortcuts, and S…
waleedlatif1 67e4d03
fix(tables): chevron opens dropdown, drag header to reorder columns
waleedlatif1 7aa6507
fix(tables): full-column highlight during drag reorder
waleedlatif1 3641862
fix(tables): handle drag reorder edge cases, dim source column
waleedlatif1 174fd48
feat(tables): add column reorder undo/redo, body drop targets, and es…
waleedlatif1 31df0e9
fix(tables): merge partial updates in updateRow to prevent column dat…
waleedlatif1 459c929
test(tables): add updateRow partial merge tests
waleedlatif1 2ea5d14
feat(tables): add delete-column undo/redo, rename metadata sync, and …
waleedlatif1 abafacb
fix(tables): remove source column dimming during drag reorder
waleedlatif1 0aef36b
fix(tables): preserve selection on right-click, auto-resize on double…
waleedlatif1 8fac875
fix(tables): add aria-hidden value and aria-label for column header a…
waleedlatif1 7ea7e34
fix(tables): tighten auto-resize padding to match Google Sheets
waleedlatif1 d90d90e
fix(tables): clean drag ghost and clear selection on drag start
waleedlatif1 a7f94a4
feat(tables): add Shift+Space row selection and Ctrl+D fill down
waleedlatif1 f0b5ad6
fix(tables): show toast on incompatible column type change
waleedlatif1 ebf6938
fix(tables): scroll-into-view for selection focus, Home/End origin, d…
waleedlatif1 d05bb81
fix: resolve duplicate declarations from rebase against staging
waleedlatif1 4005a15
fix file upload
waleedlatif1 5c03acc
fix(tables): merge column widths on delete-column undo, try/finally f…
waleedlatif1 46df490
fix: revert accidental home.tsx change from rebase conflict resolution
waleedlatif1 8eb28da
fix(tables): clear isColumnSelection on double-click and right-click,…
waleedlatif1 d132985
fix(tables): remove inline font override in auto-resize, guard undefi…
waleedlatif1 c4e5abf
fix(tables): capture columnRequired in delete-column undo for full re…
waleedlatif1 81f6791
fix(tables): restore width independently of order on delete-column un…
waleedlatif1 754b39d
fix(tables): multi-column delete, select-all cell model, cut flash, c…
waleedlatif1 0e720d7
fix(tables): restore column width locally on delete-column undo
waleedlatif1 f4c8017
fix(tables): prevent Ctrl+D bookmark dialog, batch Delete/Backspace m…
waleedlatif1 0fd6fa9
fix(tables): adjust column positions for multi-column delete undo
waleedlatif1 ffe754d
fix(tables): only multi-delete when clicked column is within selection
waleedlatif1 d7a5212
fix(tables): prevent duplicate undo entry on column drag-drop
waleedlatif1 fa29a6f
fix(tables): clean up width on delete-column redo, suppress click dur…
waleedlatif1 0d9c57f
fix(tables): remove unstable mutation object from useCallback deps
waleedlatif1 ecbb5c8
fix(tables): fix auto-resize header padding, deduplicate rename metad…
waleedlatif1 659e02e
fix(tables): log error on cell data restoration failure during undo
waleedlatif1 4f1e44e
fix(tables): address audit findings across table, undo hook, and store
waleedlatif1 b82a062
fix(tables): reset didDragRef in handleDragEnd to prevent stale flag
waleedlatif1 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.