summaryrefslogtreecommitdiffstatshomepage
path: root/frontend/src/lib/tabs/ComicDetails.svelte (unfollow)
Commit message (Collapse)AuthorLines
3 daysfrontend: Allow Pills to be highlighted when hoveredWolfgang Müller-5/+5
This gives better visual feedback, especially in the ComicDetails tab where clicking on a Pill is a separate action.
3 daysfrontend: Simplify Pill handlingWolfgang Müller-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.
3 daysfrontend: Show URL in a textual representation in the details sidebarWolfgang Müller-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.
10 daysfrontend: Migrate ComicDetails to Svelte 5Wolfgang Müller-1/+1
2025-02-13frontend: Migrate to Svelte 5Wolfgang Müller-4/+16