summaryrefslogtreecommitdiffstatshomepage
Commit message (Collapse)AuthorAgeLines
* release: Version 0.4.1HEAD0.4.1trunknextWolfgang Müller2025-02-26-6/+14
|
* build/deps: Update JS dependenciesWolfgang Müller2025-02-26-313/+360
|
* frontend: Use joinText in TagPillWolfgang Müller2025-02-26-2/+3
| | | | | We basically already had a function that does what we need here, so there's no need to reimplement it just for TagPill.
* frontend: Allow Pills to be highlighted when hoveredWolfgang Müller2025-02-26-9/+38
| | | | | This gives better visual feedback, especially in the ComicDetails tab where clicking on a Pill is a separate action.
* frontend: Remove -translate-y-px from StarWolfgang Müller2025-02-26-1/+1
| | | | This seems to not be needed anymore with the up-to-date icon pack.
* frontend: Simplify Pill handlingWolfgang Müller2025-02-26-102/+44
| | | | | | 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: Improve styling of warning in ConfirmDeletionWolfgang Müller2025-02-26-1/+3
|
* 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.