react-spectrum
ListView hook refactor
#3086
Merged

ListView hook refactor #3086

LFDanLu merged 54 commits into main from listview_hooks
LFDanLu
LFDanLu initial work to focus the row instead of the cell
35809599
LFDanLu cleanup
e51bd3f3
LFDanLu tentative approach to always skip focusing the cell
928549a8
LFDanLu retaining focus on Listview focusable child when it is clicked
2216e982
LFDanLu making ListView specific keyboard delegate
dac22a85
LFDanLu fixing pageUp/Down operations when within the ListView row
b540f23d
LFDanLu adding tests
2ebabe1c
LFDanLu fixing tests after rebase
2a92a704
LFDanLu refactor to have outer div behave as both gridcell and grid row
312aaed6
LFDanLu fixing Home/End
dd9dac51
LFDanLu fixing test and getting rid of erroneous data id
17a11bdb
LFDanLu cleanup
d9eb366f
LFDanLu lint
303304cc
LFDanLu removing todo
0fe13e61
LFDanLu updating lint so we check that a dep is actually needed before throwing
b4a4f40d
LFDanLu removing private
11302a30
LFDanLu pulling triggerPress outside the act
c9ba9237
LFDanLu Merge branch 'main' into refactor_listview_row_focus_2
db7fbe79
LFDanLu Merge branch 'main' into refactor_listview_row_focus_2
471139ad
LFDanLu tentative approach to use ListLayout instead of making a ListGrid key…
f2ef4ef8
LFDanLu fixing build
0476f4fc
LFDanLu removing useGridRow to ensure the focused key will always be a row
2ea0c5a2
LFDanLu Merge branch 'main' of github.com:adobe/react-spectrum into refactor_…
b30d6047
LFDanLu cleanup
53e8c7ab
LFDanLu Merge branch 'main' of github.com:adobe/react-spectrum into refactor_…
e659966e
LFDanLu adding listview story decorator for before and after focusable elements
3f7f3d8b
LFDanLu adding tests for refactor
a5aa6e37
LFDanLu creating list aria and types packages
46147e7f
LFDanLu adding useListSelectionCheckbox and exporting types
005c557f
LFDanLu adding tests for rowindex and colindex
d35af328
LFDanLu replacing grid hooks with list hooks
2e6181d5
LFDanLu replace useSelectableCollection call with useSelectableList
6945972e
LFDanLu fixing docs build?
161298f5
LFDanLu
LFDanLu commented on 2022-04-29
LFDanLu
LFDanLu commented on 2022-04-29
LFDanLu
LFDanLu commented on 2022-04-29
LFDanLu
LFDanLu commented on 2022-04-29
LFDanLu
LFDanLu commented on 2022-04-29
LFDanLu
LFDanLu commented on 2022-04-29
LFDanLu
LFDanLu commented on 2022-04-29
LFDanLu
LFDanLu commented on 2022-04-29
LFDanLu
LFDanLu commented on 2022-04-29
LFDanLu
LFDanLu commented on 2022-04-29
LFDanLu
LFDanLu commented on 2022-04-29
LFDanLu cleanup and fixing docs build again
5f17b371
LFDanLu LFDanLu changed the title (WIP) ListView hook refactor ListView hook refactor 3 years ago
LFDanLu Merge branch 'main' of github.com:adobe/react-spectrum into refactor_…
7cf09be8
adobe-bot
LFDanLu making the story input fields only appear at certain screen widths
6c02faf1
LFDanLu Merge branch 'refactor_listview_row_focus_2' of github.com:adobe/reac…
a5de7e5f
adobe-bot
LFDanLu Merge branch 'main' into refactor_listview_row_focus_2
9eda1f94
LFDanLu addressing review comments
e4086bf8
LFDanLu Merge branch 'main' into refactor_listview_row_focus_2
5ed6df60
LFDanLu Merge branch 'refactor_listview_row_focus_2' of github.com:adobe/reac…
95243816
adobe-bot
LFDanLu fixing dep version
e750bf8b
Base automatically changed from refactor_listview_row_focus_2 to main 3 years ago
LFDanLu Merge branch 'main' of github.com:adobe/react-spectrum into listview_…
f7a049d1
adobe-bot
LFDanLu Merge branch 'main' of github.com:adobe/react-spectrum into listview_…
4b84006c
adobe-bot
snowystinger
snowystinger commented on 2022-05-06
snowystinger
snowystinger dismissed these changes on 2022-05-09
LFDanLu Merge branch 'main' of github.com:adobe/react-spectrum into listview_…
7197f3eb
LFDanLu fixing test failures
b0043030
LFDanLu LFDanLu dismissed their stale review via b0043030 3 years ago
LFDanLu
adobe-bot
snowystinger
snowystinger dismissed these changes on 2022-05-10
LFDanLu Merge branch 'main' of github.com:adobe/react-spectrum into listview_…
aeaf84b3
LFDanLu LFDanLu dismissed their stale review via aeaf84b3 3 years ago
adobe-bot
LFDanLu Merge branch 'main' of github.com:adobe/react-spectrum into listview_…
7e409454
adobe-bot
snowystinger
snowystinger dismissed these changes on 2022-05-10
solimant
solimant dismissed these changes on 2022-05-11
reidbarber
reidbarber dismissed these changes on 2022-05-11
LFDanLu Merge branch 'main' of github.com:adobe/react-spectrum into listview_…
0f73c40a
LFDanLu LFDanLu dismissed their stale review via 0f73c40a 3 years ago
LFDanLu LFDanLu dismissed their stale review via 0f73c40a 3 years ago
LFDanLu LFDanLu dismissed their stale review via 0f73c40a 3 years ago
LFDanLu Merge branch 'main' of github.com:adobe/react-spectrum into listview_…
7b964917
adobe-bot
adobe-bot
devongovett
devongovett commented on 2022-05-11
LFDanLu Merge branch 'main' of github.com:adobe/react-spectrum into listview_…
ef6afc0d
devongovett
LFDanLu
devongovett
devongovett
devongovett dismissed these changes on 2022-05-11
LFDanLu ignoring type for collection node for now
c675212f
LFDanLu LFDanLu dismissed their stale review via c675212f 3 years ago
adobe-bot
LFDanLu
LFDanLu commented on 2022-05-11
LFDanLu small story fix
515b2265
adobe-bot
LFDanLu Merge branch 'main' into listview_hooks
6871af74
adobe-bot
snowystinger
snowystinger approved these changes on 2022-05-12
devongovett
devongovett approved these changes on 2022-05-12
LFDanLu LFDanLu merged 4dc28ea3 into main 3 years ago
LFDanLu LFDanLu deleted the listview_hooks branch 3 years ago

Login to write a write a comment.

Login via GitHub

Assignees
No one assigned
Labels
Milestone