Commit message (Collapse) | Author | Lines | ||
---|---|---|---|---|
3 days | frontend: Rename 'press' to 'unclick' in GalleryPage | Wolfgang 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 days | frontend: Further improve highlight focus | Wolfgang Müller | -1/+1 | |
10 days | frontend: Migrate to Tailwind 4.0 | Wolfgang Müller | -1/+1 | |
10 days | frontend: Migrate to Svelte 5 | Wolfgang Müller | -28/+33 | |
2024-11-22 | frontend: Improve highlighting of current focus | Wolfgang 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. | ||||
2024-11-22 | frontend: Ignore tabindex for container divs | Wolfgang Müller | -1/+1 | |
These two break the tabbing flow, instead focus the next item within the container. |