summaryrefslogtreecommitdiffstatshomepage
path: root/frontend/src/lib/tabs/ArchiveEdit.svelte (follow)
Commit message (Collapse)AuthorAgeLines
* frontend: Migrate to eslint-plugin-svelte 3.0Wolfgang Müller12 days-1/+1
| | | | | | | This includes a migration to a flat eslint.config.js, which will now also automatically ignore items from .gitignore. eslint-plugin-svelte 3.0 comes with a couple of changes to recommended rules as well, these are also addressed in this commit.
* frontend: Introduce ComicCard and ArchiveCardWolfgang Müller2025-02-21-5/+3
| | | | | | | | | | | 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: Migrate to Svelte 5Wolfgang Müller2025-02-13-10/+12
|
* Initial commit0.1.0Wolfgang Müller2024-03-05-0/+68