Where did this happen?
Hosted (app.compasscalendar.com)
Expected Behavior
When a user types ESC while focused on a task in /now view, it should redirect user to the /day view
Current Behavior
Nothing happens when typing ESC
Steps to Reproduce
- Go to /day
- Create some tasks for the current day
- Go to /now
- Type ESC
Possible Solution
Add an ESC handler, following the existing pattern
Context
Since the now view is immersive, it feels like a full-screen dialog, which makes users instinctively think they can escape out of it.
Where did this happen?
Hosted (app.compasscalendar.com)
Expected Behavior
When a user types
ESCwhile focused on a task in/nowview, it should redirect user to the/dayviewCurrent Behavior
Nothing happens when typing ESC
Steps to Reproduce
Possible Solution
Add an ESC handler, following the existing pattern
Context
Since the now view is immersive, it feels like a full-screen dialog, which makes users instinctively think they can escape out of it.