OneBusAway / wayfinder

Modern web app frontend for OneBusAway built in JavaScript with SvelteKit
GNU Affero General Public License v3.0
4 stars 1 forks source link

Pressing 'escape' should close the StopPane #15

Closed aaronbrethorst closed 3 months ago

aaronbrethorst commented 4 months ago

User story

As a keyboard power user, I want to be able to close the ArrivalDeparture pane by pressing the Escape key on my keyboard, so that I can navigate the OBA web app UI faster.

More info

Check out the little overlay at the bottom of this GIF where I keep pressing Escape and nothing happens. Pressing Escape while the ArrivalDeparture pane is visible should have the same effect as clicking its 'x' button.

2024-07-03 16 11 41

Acceptance criteria