immich icon indicating copy to clipboard operation
immich copied to clipboard

feat(web): move search options into a modal

Open ben-basten opened this issue 1 year ago • 1 comments
trafficstars

Description

Moving the search options into a modal, rather than displaying them below the search bar. Benefits of this change include:

  • Guaranteed space in all screen sizes for the filters
  • Focus trapping, so users can never accidentally tab off the end of the filters
  • Automatically return focus back to the button in the search bar when the modal is closed

Screenshots

Wide screen width

filter-modal-desktop

Mobile screen width

filter-modal-mobile

ben-basten avatar Sep 07 '24 13:09 ben-basten

Thank you for the PR. One change I think would make the model look better is incorporating the scroll bar inside the modal and appearing below the curved corner. Please see the example below

image

alextran1502 avatar Sep 09 '24 15:09 alextran1502