-
Notifications
You must be signed in to change notification settings - Fork 283
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
File Explorer Keyboard Navigation - Part 1 (#1086)
* focus -> active * add separate focus property to state, remove active from TreeView * add Utility.ArrayEx.findIndex * add prev/nextExpandedNode to FsTreeNode * focus previous and next * use hash for findByPath * remove FsTreeNode.id, add equals * fix warnings * formatting * add Utility.Path * abstract hash function * FileExplorerStore.nodeOffsetByPath -> FsTreeNode.expandedIndex * select on enter
- Loading branch information
Showing
12 changed files
with
421 additions
and
214 deletions.
There are no files selected for viewing
This file contains 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 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 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.