summaryrefslogtreecommitdiffstatshomepage
path: root/frontend (unfollow)
Commit message (Collapse)AuthorLines
3 daysrelease: Version 0.4.3HEAD0.4.3trunknextWolfgang Müller-3/+3
3 daysfrontend: Use correct page index for aria-label in PageViewWolfgang Müller-1/+1
3 daysfrontend: Add ability to exclude URLsWolfgang Müller-0/+10
3 daysfrontend: Use more descriptive placeholderWolfgang Müller-1/+1
Instead of a generic "Search...", let's have "Contains..." which more accurately describes what this field does.
3 daysfrontend: Restore correct placeholder colour for SvelecteWolfgang Müller-4/+1
This was missed in the migration to Svelecte 4.0.
5 daysfrontend: Align card covers to the top leftWolfgang Müller-1/+1
Now that we've had some time to use hircine, we think that this is a better default. Oftentimes comics have covers that are double-sided, so it makes more sense to align the cover to the left.
10 daysrelease: Version 0.4.20.4.2Wolfgang Müller-3/+3
10 daysfrontend: Temporarily fix [&.read] rule not being appliedWolfgang Müller-2/+8
We have yet to fully investigate why this happens, but a recent update to some package broke the application of this rule. For now fall back to applying it in Svelte's <style> block.
10 daysfrontend/lint: FormattingWolfgang Müller-1/+1
10 daysfrontend: Migrate to eslint-plugin-svelte 3.0Wolfgang Müller-187/+159
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.
10 daysbuild/deps: Update JS dependenciesWolfgang Müller-773/+828
10 daysfrontend: Don't report undefined comics as pendingWolfgang Müller-2/+2
This check was missed in the migration to Svelte 5 as we inverted the functionality of the functions checking for pending state. Where previously the functions checked for equality, now they check for inequality, and these two checks were never inverted. This causes hircine to pop up a warning about pending changes when the user is trying to leave a "Comic not found" page.
2025-02-26release: Version 0.4.10.4.1Wolfgang Müller-3/+3
2025-02-26build/deps: Update JS dependenciesWolfgang Müller-313/+360
2025-02-26frontend: Use joinText in TagPillWolfgang Müller-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.
2025-02-26frontend: Allow Pills to be highlighted when hoveredWolfgang Müller-9/+38
This gives better visual feedback, especially in the ComicDetails tab where clicking on a Pill is a separate action.
2025-02-26frontend: Remove -translate-y-px from StarWolfgang Müller-1/+1
This seems to not be needed anymore with the up-to-date icon pack.
2025-02-26frontend: Simplify Pill handlingWolfgang Müller-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.
2025-02-26frontend: Streamline display of content in Delete tabsWolfgang Müller-22/+12
2025-02-26frontend: Improve styling of warning in ConfirmDeletionWolfgang Müller-1/+3
2025-02-26frontend: 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.
2025-02-24release: Version 0.4.0 "Profligate Pixie"0.4.0Wolfgang Müller-4/+4
2025-02-24build/deps: Update JS dependenciesWolfgang Müller-280/+280
2025-02-24frontend: Use default easing for transition:slideWolfgang Müller-4/+2
2025-02-24frontend: Apply shadow to reader sidebarWolfgang Müller-1/+4
2025-02-21build/deps: Update globals to 16.0.0Wolfgang Müller-5/+18
2025-02-21build/deps: Update JS dependenciesWolfgang Müller-20/+20
2025-02-21frontend: Use transition to expand ToolbarWolfgang Müller-2/+4
Also, whilst here, shorten the prop definition.
2025-02-21frontend: Remove unnecessary flex classWolfgang Müller-4/+4
2025-02-21frontend: Rename 'press' to 'unclick' in GalleryPageWolfgang Müller-3/+3
This makes prop passing nicer and is in line with how the rest of the app formats this kind of thing.
2025-02-21frontend: Inline select method in UpdateModeSelectorWolfgang Müller-5/+1
2025-02-21frontend: Use CSS selector instead of ternary conditional in DeleteButtonWolfgang Müller-1/+2
2025-02-21frontend: Use better type for onclick handler in AddButtonWolfgang Müller-1/+8
2025-02-21frontend: Introduce ComicCard and ArchiveCardWolfgang Müller-108/+174
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.
2025-02-21frontend: Properly highlight Svelect elements in exclude contextWolfgang Müller-0/+4
2025-02-21frontend: Use explicit placeholder for filter fieldsWolfgang Müller-1/+2
Instead of showing the generic "Select..." placeholder, use a more specific "Include..." or "Exclude..." placeholder.
2025-02-21frontend: Rework and improve acceleratorsWolfgang Müller-26/+39
This commit switches around a couple of existing accelerators to make them easier to activate with just the left hand on the keyboard and more easily allow the addition of accelerators for all filter fields.
2025-02-20frontend: Remove "Exclude" expanderWolfgang Müller-38/+9
The following commit will introduce accelerators for each filter field, creating the need to have all fields visible (since otherwise the accelerators cannot be bound right away). Therefore, do away with the "Exclude" expander and show all filters right away.
2025-02-20frontend: Allow filtering for orphaned associationsWolfgang Müller-8/+122
With the association count filters in place we may now also allow the user to filter for associations that do not have a matching counterparts (artists without a comic, for example).
2025-02-20Add remaining association count sort optionsWolfgang Müller-1/+23
Now that we have all association counts mapped to their respective models we can easily allow sorting on them as well.
2025-02-20frontend: Use matching classes for enum labelsWolfgang Müller-6/+6
These were mismatched, probably by copy-and-paste. This happened to still work because we pass the enum as a string, and the name happens to match for all of them.
2025-02-20Add filter for association countsWolfgang Müller-8/+49
This will replace the old 'empty' filter on comic associations and introduce a generic way of matching against association counts, along with support for different operators like 'greater than' or 'lower than'. Models that did not previously have a way of matching against their associates (like filtering for Artists that have N comics associated with them) now gain that functionality. For now the frontend keeps the simpler approach of allowing the user to only filter for empty associations, but we nonetheless need to adjust the 'empty' field to instead be linked to the new 'count' field.
2025-02-19frontend: Add fullscreen toggle in the readerWolfgang Müller-6/+49
2025-02-19build/deps: Update JS dependenciesWolfgang Müller-392/+564
2025-02-19frontend: Migrate ComicDetails to Svelte 5Wolfgang Müller-1/+1
2025-02-19frontend: Rename floating utility to btn-transparentWolfgang Müller-6/+6
This more clearly describes what the utility is for.
2025-02-19frontend: Implement a better page indicatorWolfgang Müller-18/+79
This replaces the very simplistic x/y page indicator with a visual bar at the bottom of the reader that allows the user quick access to any arbitrary page. At the margins it shows the current page number(s) and the total amount of pages.
2025-02-18frontend: Fix page rendering in PageView for mismatched image sizesWolfgang Müller-1/+1
If we display two images next to each other whose dimensions do not line up nicely, 'grow' will for some reason cause the smaller image's div to grow less wide. Use 'w-full' instead to force the div to have full width.
2025-02-18frontend: Migrate PageView to Svelte 5Wolfgang Müller-87/+78
2025-02-14frontend: Remove obsolete filter-container classWolfgang Müller-1/+1
This class was recently removed in commit 1421152 (frontend: Migrate to Tailwind 4.0, 2025-02-14).