summaryrefslogtreecommitdiffstatshomepage
path: root/frontend/src/lib/pills (follow)
Commit message (Collapse)AuthorAgeLines
* frontend: Use joinText in TagPillWolfgang Müller3 days-1/+2
| | | | | We basically already had a function that does what we need here, so there's no need to reimplement it just for TagPill.
* frontend: Allow Pills to be highlighted when hoveredWolfgang Müller3 days-4/+33
| | | | | 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-84/+34
| | | | | | 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: Introduce ComicCard and ArchiveCardWolfgang Müller8 days-37/+15
| | | | | | | | | | | Instead of repeatedly supplying Card content in all the places it is required, it makes more sense to create dedicated ComicCard and ArchiveCard components. These wrap around Card itself and can be used in a more straightforward and consistent fashion. Whilst we are here, simplify and streamline the display of Comic and Archive metadata by introducing a Card footer. The footer is used for information on page count, release date, and archive size.
* 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-20/+18
|
* frontend: Migrate to Svelte 5Wolfgang Müller2025-02-13-15/+26
|
* Initial commit0.1.0Wolfgang Müller2024-03-05-0/+147