Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | release: Version 0.4.1HEAD0.4.1trunknext | Wolfgang Müller | 2025-02-26 | -6/+14 |
| | ||||
* | build/deps: Update JS dependencies | Wolfgang Müller | 2025-02-26 | -313/+360 |
| | ||||
* | frontend: Use joinText in TagPill | Wolfgang Müller | 2025-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 hovered | Wolfgang Müller | 2025-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 Star | Wolfgang Müller | 2025-02-26 | -1/+1 |
| | | | | This seems to not be needed anymore with the up-to-date icon pack. | |||
* | frontend: Simplify Pill handling | Wolfgang Müller | 2025-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 tabs | Wolfgang Müller | 2025-02-26 | -22/+12 |
| | ||||
* | frontend: Improve styling of warning in ConfirmDeletion | Wolfgang Müller | 2025-02-26 | -1/+3 |
| | ||||
* | frontend: Show URL in a textual representation in the details sidebar | Wolfgang Müller | 2025-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. |