summaryrefslogtreecommitdiffstatshomepage
path: root/frontend (follow)
Commit message (Collapse)AuthorAgeLines
* 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