summaryrefslogtreecommitdiffstatshomepage
path: root/frontend/src/lib/pills/Pill.svelte (follow)
Commit message (Collapse)AuthorAgeLines
* frontend: Allow Pills to be highlighted when hoveredWolfgang Müller3 days-2/+27
| | | | | This gives better visual feedback, especially in the ComicDetails tab where clicking on a Pill is a separate action.
* frontend: Simplify Pill handlingWolfgang Müller3 days-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.
* frontend: Add missing semicolon to @reference directiveWolfgang Müller2025-02-14-1/+1
| | | | | This sneaky bug caused the next .pink rule to never end up in the generated CSS.
* frontend: Migrate to Tailwind 4.0Wolfgang Müller2025-02-14-1/+3
|
* frontend: Migrate to Svelte 5Wolfgang Müller2025-02-13-5/+12
|
* Initial commit0.1.0Wolfgang Müller2024-03-05-0/+40