summaryrefslogtreecommitdiffstatshomepage
path: root/frontend/src/lib/gallery/GalleryPage.svelte (unfollow)
Commit message (Collapse)AuthorLines
2 daysfrontend: Rename 'press' to 'unclick' in GalleryPageWolfgang Müller-3/+3
This makes prop passing nicer and is in line with how the rest of the app formats this kind of thing.
9 daysfrontend: Further improve highlight focusWolfgang Müller-1/+1
9 daysfrontend: Migrate to Tailwind 4.0Wolfgang Müller-1/+1
10 daysfrontend: Migrate to Svelte 5Wolfgang Müller-26/+25
2024-11-22frontend: Improve highlighting of current focusWolfgang Müller-1/+1
Elements now have a consistent style applied to them when in focus. Additionally, select elements will now have an outline when focused, making it easier to notice the currently selected element.