-
Notifications
You must be signed in to change notification settings - Fork 38
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
Project Selector #31
Comments
Trying the Rather than fighting this, I'll separate the responsibilities into (1) a typing mechanism and (2) a selection mechanism. The typing hooks into the selection, by automatically selecting closest-match to what is typed, much like how I would have expected the default mechanism to work. |
Implemented.
Click on project icon, plus type Type and navigate Double-TAB to re-select project, and continue editing. Arrow keys to switch from list, standard hotkeys like CTRL+A to select all and HOME to move to start of line works as expected. This took far too long, so I'm delaying the tree view and icons till next time. In order to facilitate this behavior, as an added bonus projects are now fetched up-front, whereas before they were fetched on-demand. I initially thought fetching all versions of a project would be too costly, but have found that it's near instance. The benefit is that we're able to benefit from package metadata for a project in the GUI now, such as an icon (and label). For next time. |
Goal
Enhance the project selection experience, and facilitate additional "layers" of projects.
Motivation
Projects are rather boring looking right now, and wouldn't scale to also selecting packages for assets or shots.
Implementation
The text was updated successfully, but these errors were encountered: