cloudinary-community / photocrate

Photo library and interactive editor built with Next.js & Cloudinary
https://www.photobox.dev/
MIT License
123 stars 14 forks source link

Feature: Escape Button Exits Individual Media View #22

Closed nickytonline closed 2 months ago

nickytonline commented 2 months ago

As a user, I want to press the Escape (ESC) button when viewing an individual media item to return to the main gallery view. This should function similarly to a modal window, allowing a quick exit.

Acceptance Criteria:

Originally posted by @colbyfayock in https://github.com/cloudinary-community/photobox/issues/14#issuecomment-2171681975

nickytonline commented 2 months ago

I can take this one as well @colbyfayock as it relates to #14. For the modal, I'd just go with https://github.com/nickytonline/photobox/blob/efbe4c8180c42f2e350eb6dc0ac808d066be37ca/src/components/ui/dialog.tsx.