Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | frontend: Introduce ComicCard and ArchiveCard | Wolfgang Müller | 2 days | -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 PageView to Svelte 5 | Wolfgang Müller | 5 days | -1/+2 |
| | ||||
* | frontend: Bind PageView to form input instead of Comic | Wolfgang Müller | 9 days | -1/+1 |
| | | | | | | | Commit dc4db40 (frontend: Migrate to Svelte 5, 2025-02-13) accidentally regressed reader behaviour where updates to the page layout and page direction where no longer shown immediately. Make sure to bind PageView to the comic form input to fix this. | |||
* | frontend: Expand toolbar automatically with filters present | Wolfgang Müller | 10 days | -1/+2 |
| | ||||
* | frontend: Migrate to Svelte 5 | Wolfgang Müller | 10 days | -149/+135 |
| | ||||
* | Initial commit0.1.0 | Wolfgang Müller | 2024-03-05 | -0/+309 |