-
Notifications
You must be signed in to change notification settings - Fork 53
Labels
webFrontend/web related issueFrontend/web related issue
Milestone
Description
Priority
High (would significantly improve my experience)
Feature Description
Currently, users navigate views using the following shortcuts:
1 - /now
2 - /day
3 - /week
These are not as intuitive, as users don't have any built-in associations with the numbers.
Instead, we should map the default keyboard to the name of the view.
n - /now
d - /day
w - /week
In addition to updating the shortcut handling itself, we also need to update the elements:
- Command palette text (eg. replace "[1]" with "[n]"
- Tooltip on the view select component
We also need to replace the n shortcut on the /day view. It currently is used to create a new event.
- Remove this shortcut from the day view entirely to avoid conflicts and complications.
Use Case
This'll help users navigate the app easier.
Additional Context
No response
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
webFrontend/web related issueFrontend/web related issue
Type
Projects
Status
Done