summaryrefslogtreecommitdiffstatshomepage
path: root/frontend/src/lib/tabs (follow)
Commit message (Collapse)AuthorAgeLines
* frontend: Migrate to eslint-plugin-svelte 3.0Wolfgang Müller11 days-3/+3
| | | | | | | 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: Allow Pills to be highlighted when hoveredWolfgang Müller2025-02-26-5/+5
| | | | | This gives better visual feedback, especially in the ComicDetails tab where clicking on a Pill is a separate action.
* frontend: Simplify Pill handlingWolfgang Müller2025-02-26-5/+5
| | | | | | 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: Streamline display of content in Delete tabsWolfgang Müller2025-02-26-22/+12
|
* frontend: Show URL in a textual representation in the details sidebarWolfgang Müller2025-02-26-13/+11
| | | | | | Instead of hiding the URL behind a button with an icon, make it more prominent as a full item in the details grid. The user can then interact with it more directly.
* frontend: Introduce ComicCard and ArchiveCardWolfgang Müller2025-02-21-10/+5
| | | | | | | | | | | 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 ComicDetails to Svelte 5Wolfgang Müller2025-02-19-1/+1
|
* frontend: Further improve highlight focusWolfgang Müller2025-02-14-1/+1
|
* frontend: Migrate to Tailwind 4.0Wolfgang Müller2025-02-14-10/+4
|
* frontend: Migrate to Svelte 5Wolfgang Müller2025-02-13-45/+102
|
* frontend: Improve highlighting of current focusWolfgang Müller2024-11-22-3/+3
| | | | | | 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/+426