react-spectrum
fix(RAC): Tree DnD followup + docs
#8302
Merged
Go
Login via GitHub
Home
Pricing
FAQ
Install
Login
via GitHub
Overview
Commits
50
Changes
View On
GitHub
Commits
storybook: fix drop indicator style outside of iframe
reidbarber
committed
321 days ago
storybook: fix children not moving in drag
reidbarber
committed
321 days ago
storybook: allow dragging in second tree
reidbarber
committed
321 days ago
update getDropTargetFromPoint to handle ambiguous drop position: 'after last child' or 'after parent'
reidbarber
committed
320 days ago
fix serializeItem to handle empty children
reidbarber
committed
320 days ago
add `position: relative` to the drop indicator row to fix scrolling it into view
reidbarber
committed
320 days ago
Merge remote-tracking branch 'origin/main' into tree-dnd-followup
reidbarber
committed
320 days ago
add aria-expanded to TreeDropIndicator row
reidbarber
committed
320 days ago
fix drop indicator missing level style
reidbarber
committed
316 days ago
add docs
reidbarber
committed
316 days ago
fix types
reidbarber
committed
316 days ago
remove aria-expanded from insertion indicator
reidbarber
committed
316 days ago
docs types fixes
reidbarber
committed
315 days ago
If dropping "after" an expanded item with children, change target to be "before" its first actual child item.
reidbarber
committed
314 days ago
init TreeDropTargetDelegate
reidbarber
committed
313 days ago
lint
reidbarber
committed
313 days ago
add comment
reidbarber
committed
313 days ago
handle currentItem?.nextKey != null
reidbarber
committed
313 days ago
add TreeDropTargetDelegate to exports and DropHooks
reidbarber
committed
313 days ago
fixes and cleanup
devongovett
committed
313 days ago
cleanup
reidbarber
committed
313 days ago
Merge branch 'main' into tree-dnd-followup
reidbarber
committed
313 days ago
fix indention in docs examples
reidbarber
committed
310 days ago
fix duplicate key dropping
reidbarber
committed
310 days ago
fix directory example
reidbarber
committed
310 days ago
Merge remote-tracking branch 'origin/main' into tree-dnd-followup
reidbarber
committed
310 days ago
up X_SWITCH_THRESHOLD to 10
reidbarber
committed
310 days ago
add recursive rendering to docs examples
reidbarber
committed
310 days ago
fix dup keys in DroppableTree
reidbarber
committed
310 days ago
Add indentation to drop indicator
devongovett
committed
310 days ago
Improve docs examples
devongovett
committed
310 days ago
Fix insertion indicator indentation when checkboxes and drag buttons are not present
devongovett
committed
310 days ago
shorten duplicate item data in examples
devongovett
committed
310 days ago
docs types
reidbarber
committed
310 days ago
fix dropping before first expanded parent
reidbarber
committed
309 days ago
add isValidDropTarget checks
reidbarber
committed
309 days ago
handle reorder 'after' expanded parent should not be a target
reidbarber
committed
309 days ago
Allow dropping after dragged key, but not after one of its children
devongovett
committed
309 days ago
Reorder examples
devongovett
committed
309 days ago
feat: Ensure that getKeys filters out selected child keys if parent key is selected (#8337)
LFDanLu
committed
309 days ago
add serializeItem to other examples so children get unique ids
reidbarber
committed
309 days ago
docs: increase indention between levels
reidbarber
committed
309 days ago
default to root drop target if there are no potential targets
LFDanLu
committed
309 days ago
allowsDragging should be false if dragging disabled
reidbarber
committed
309 days ago
add unit tests
reidbarber
committed
309 days ago
Merge branch 'tree-dnd-followup' of https://github.com/adobe/react-spectrum into tree-dnd-followup
reidbarber
committed
309 days ago
Merge remote-tracking branch 'origin/main' into tree-dnd-followup
reidbarber
committed
309 days ago
Update packages/react-aria-components/docs/Tree.mdx
reidbarber
committed
309 days ago
Merge remote-tracking branch 'origin/main' into tree-dnd-followup
reidbarber
committed
308 days ago
optimize getKeys to be linear
reidbarber
committed
308 days ago
Loading