summaryrefslogtreecommitdiffstatshomepage
path: root/frontend/src/lib/components/Card.svelte (follow)
Commit message (Collapse)AuthorAgeLines
* frontend: Align card covers to the top leftWolfgang Müller2025-03-31-1/+1
| | | | | | Now that we've had some time to use hircine, we think that this is a better default. Oftentimes comics have covers that are double-sided, so it makes more sense to align the cover to the left.
* frontend: Introduce ComicCard and ArchiveCardWolfgang Müller2025-02-21-23/+16
| | | | | | | | | | | 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: Further improve highlight focusWolfgang Müller2025-02-14-1/+1
|
* frontend: Migrate to Tailwind 4.0Wolfgang Müller2025-02-14-1/+1
|
* frontend: Remove ellipsis prop in CardWolfgang Müller2025-02-13-7/+1
| | | | This makes Archive card styling consistent with Comic cards.
* frontend: Migrate to Svelte 5Wolfgang Müller2025-02-13-9/+26
|
* frontend: Improve highlighting of current focusWolfgang Müller2024-11-22-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.
* Initial commit0.1.0Wolfgang Müller2024-03-05-0/+106