summaryrefslogtreecommitdiffstatshomepage
path: root/frontend (follow)
Commit message (Collapse)AuthorAgeLines
* frontend: Allow control-clicking to open the quick filterWolfgang Müller9 days-43/+72
| | | | | This makes hircine's behaviour more consistent with standard browser behaviour (that would also open a new tab when control-clicking).
* frontend: Increase lookaround when preloading page imagesWolfgang Müller9 days-6/+11
| | | | | Instead of preloading one image in next and previous direction, preload two.
* frontend: Remove ellipsis prop in CardWolfgang Müller9 days-13/+2
| | | | This makes Archive card styling consistent with Comic cards.
* frontend: Migrate to Svelte 5Wolfgang Müller9 days-4115/+3784
|
* build/deps: Update eslint-config-prettier to 10.0.0Wolfgang Müller2025-01-27-6/+6
|
* build/deps: Update JS dependenciesWolfgang Müller2025-01-27-347/+321
|
* frontend/lint: Fix miscellaneous lint issuesWolfgang Müller2025-01-27-14/+9
|
* frontend/lint: Migrate to eslint.config.mjsWolfgang Müller2025-01-27-73/+145
|
* frontend/reader: Revert "Show loading indicators"Wolfgang Müller2025-01-25-33/+4
| | | | | This reverts commit d297c6310a6a4db8dd7cc3efe6ff59620deadcc0. It seems that on slower systems it's actually better without this.
* build/deps: Update vitest to 3.0.0Wolfgang Müller2025-01-19-73/+73
|
* build/deps: Update JS dependenciesWolfgang Müller2025-01-19-853/+834
|
* frontend: Add basic statistics pageWolfgang Müller2025-01-19-0/+152
|
* frontend: Improve highlighting of current focusWolfgang Müller2024-11-22-11/+45
| | | | | | 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.
* frontend: Ignore tabindex for container divsWolfgang Müller2024-11-22-2/+2
| | | | | These two break the tabbing flow, instead focus the next item within the container.
* build/deps: Update JS dependenciesWolfgang Müller2024-11-22-294/+307
|
* release: Version 0.3.00.3.0Wolfgang Müller2024-11-15-3/+3
|
* build/deps: Lock dependencies at latest versionsWolfgang Müller2024-11-14-42/+42
| | | | | This does not include the update to Svelte 5 which will be made separately in the future.
* build/deps: Update selve-toast to 0.9.6Wolfgang Müller2024-11-14-2/+2
|
* build/deps: Update prettier-plugin-tailwindcss to 0.6.8Wolfgang Müller2024-11-14-5/+9
|
* build/deps: Update date-fns to 4.1.0Wolfgang Müller2024-11-14-5/+5
|
* build/deps: Update npm-check-updates to 17.1.11Wolfgang Müller2024-11-14-3440/+23
|
* build/deps: Update eslintWolfgang Müller2024-11-14-266/+362
|
* build/deps: Update JS dependenciesWolfgang Müller2024-11-14-1480/+1102
|
* release: Version 0.2.00.2.0Wolfgang Müller2024-07-22-3/+3
|
* frontend/reader: Allow switching to first or last pageWolfgang Müller2024-07-22-1/+3
|
* frontend/reader: Add simple page indicatorWolfgang Müller2024-07-22-0/+13
|
* build/deps: Update JS dependenciesWolfgang Müller2024-07-22-300/+306
|
* frontend/reader: Preload the next set of imagesWolfgang Müller2024-07-22-0/+22
|
* frontend/reader: Show loading indicatorsWolfgang Müller2024-07-22-5/+35
| | | | | | Sometimes images may not load fast enough, resulting in the app being seemingly stuck displaying the same sets of images. Use a timeout to detect when images take too long to load and show a spinner instead.
* build/deps: Update Svelecte to 4.2.2Wolfgang Müller2024-07-22-49/+40
| | | | | | | | | | This includes changes to CSS in order to bring the look & feel in line with the previous version as much as possible. We can now remove the warning about TypeScript types (Svelecte 4 now includes them) and retire the clunky handling of pending options. Additionally, the focus issue has been fixed, allowing users to tab through controls without getting stuck.
* build/deps: Update vitest to 2.0.2Wolfgang Müller2024-07-12-286/+107
|
* build/deps: Update JS dependenciesWolfgang Müller2024-07-12-1516/+2090
|
* build/deps: Update @iconify/tailwind to 1.0.1Wolfgang Müller2024-05-03-5/+5
|
* build/deps: Update JS dependenciesWolfgang Müller2024-05-03-643/+501
|
* release: Version 0.1.10.1.1Wolfgang Müller2024-03-31-3/+3
|
* frontend: Have optionsPlaceholder use actual value passedWolfgang Müller2024-03-31-2/+2
| | | | | | A simple oversight that happened to still work. optionsPlaceholder was using 'value' from global scope which can lead to type errors because the check for undefined or null does not limit its type.
* frontend: Simplify types in Select.svelteWolfgang Müller2024-03-31-1/+2
| | | | Use an intermediary Item type that we can put in a union.
* frontend: Use @ts-expect error instead of @ts-ignoreWolfgang Müller2024-03-31-2/+1
|
* build/deps: Update JS dependenciesWolfgang Müller2024-03-31-207/+270
|
* backend: Report Archive size as floatWolfgang Müller2024-03-25-2/+2
| | | | | | | | | GraphQL integers are 32-bit as per spec [1] [2]. Implementations may therefore error on large numbers. Since an archive's size can reasonably exceed this value, make sure to report it as a float instead. [1] https://graphql.org/learn/schema/ [2] https://github.com/graphql/graphql-js/issues/292#issuecomment-186702763
* build/deps: Update JS dependenciesWolfgang Müller2024-03-21-565/+502
|
* Initial commit0.1.0Wolfgang Müller2024-03-05-0/+23282