-
Notifications
You must be signed in to change notification settings - Fork 159
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
Tiles view - keyboard navigation, dynamic allocation based on view mode #9542
Conversation
Thanks for opening this pull request! The maintainers of this repository would appreciate it if you would create a changelog item based on your changes. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The shift + arrow navigation behaves a bit weird. Let's say I have 6 resources in a 3x2 grid (tiles-size=3
). Then I select the first resource. Then I go down -> right -> up. It will de-select the previously selected resource.
Okay, what if I do it same as in files in desktop? |
That would be fine IMO! |
Pushed update, please test it if it's to you liking. If so, I'll try to rewrite code into something more streamlined |
Works fine for me 👍 |
# Conflicts: # packages/web-app-files/src/components/Search/List.vue # packages/web-app-files/src/views/spaces/GenericSpace.vue
SonarCloud Quality Gate failed. 12 Bugs 23.9% Coverage Catch issues before they fail your Quality Gate with our IDE extension SonarLint |
…de (#9542) * Tiles view - keyboard navigation, dynamic allocation based on view mode * Tiles keyboard navigation, selection * Tiles navigation, shift selection * Tiles navigation simplifying code
…de (#9542) * Tiles view - keyboard navigation, dynamic allocation based on view mode * Tiles keyboard navigation, selection * Tiles navigation, shift selection * Tiles navigation simplifying code
…de (#9542) * Tiles view - keyboard navigation, dynamic allocation based on view mode * Tiles keyboard navigation, selection * Tiles navigation, shift selection * Tiles navigation simplifying code
Description
Adding ability to switch between different views, automatically binding and unbinding keybinds
Related Issue
Types of changes
Checklist: