summaryrefslogtreecommitdiffstatshomepage
path: root/frontend/src/lib/pills (unfollow)
Commit message (Collapse)AuthorLines
47 hoursfrontend: Introduce ComicCard and ArchiveCardWolfgang Müller-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.
9 daysfrontend: 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.
9 daysfrontend: Migrate to Tailwind 4.0Wolfgang Müller-20/+18
10 daysfrontend: Migrate to Svelte 5Wolfgang Müller-15/+26