summaryrefslogtreecommitdiffstatshomepage
path: root/frontend/src/lib/pills/Pill.svelte (unfollow)
Commit message (Collapse)AuthorLines
3 daysfrontend: Allow Pills to be highlighted when hoveredWolfgang Müller-2/+27
This gives better visual feedback, especially in the ComicDetails tab where clicking on a Pill is a separate action.
3 daysfrontend: Simplify Pill handlingWolfgang Müller-20/+29
Where before we handled the styling of pills (such as their icons and colours) in multiple different places, instead centralize all of this in the base Pill component.
2025-02-14frontend: Add missing semicolon to @reference directiveWolfgang Müller-1/+1
This sneaky bug caused the next .pink rule to never end up in the generated CSS.
2025-02-14frontend: Migrate to Tailwind 4.0Wolfgang Müller-1/+3
2025-02-13frontend: Migrate to Svelte 5Wolfgang Müller-5/+12