Pocket / extension-save-to-pocket

Save to Pocket is a browser extension that is used to save pages to a connected Pocket account
https://getpocket.com
MIT License
273 stars 48 forks source link

fix(app): add ability to dismiss popover with keyboard [FRONT-1506] #272

Closed anthony-liddle closed 2 years ago

anthony-liddle commented 2 years ago

Goal

We've heard from users that removing the timed dismissal of the Save popover caused problems in their workflow, so I've added the ability to dismiss the popover using the ESCAPE key

Todos:

Implementation Decisions

I added this at the top app level as that's where the open/close state of the popover is stored.

giphy