aboutsummaryrefslogtreecommitdiff
path: root/src/lib/List
Commit message (Collapse)AuthorAgeFilesLines
* refactor(proxy): move manga chapter counts behind indexed cacheFuwn2026-03-271-42/+39
|
* perf: fetch dummy media outside the app bundleFuwn2026-03-222-8/+21
|
* fix(anime): align due cover rendering with due classificationFuwn2026-03-033-1/+119
|
* fix(match): prevent cached airing injection mutation regressionsFuwn2026-03-012-14/+23
|
* chore(cleanup): remove stale eslint directivesFuwn2026-03-012-3/+0
|
* chore(biome): drop formatter style overridesFuwn2026-03-0116-779/+942
|
* chore(biome): enable svelte lintingFuwn2026-03-015-10/+18
|
* chore(biome): enable svelte formattingFuwn2026-03-0114-928/+901
|
* chore(biome): enable css formattingFuwn2026-03-011-1/+1
|
* fix(anime): unify due classification and harden subtitle matchingFuwn2026-03-012-10/+8
|
* perf: optimise list hot paths and shared timersFuwn2026-03-015-54/+129
|
* perf(images): Optimise cover images for LCP and CLSFuwn2026-02-022-2/+12
|
* fix: Resolve all ESLint errors and warningsFuwn2026-01-293-5/+7
|
* feat(Landing): Update to match LandingHeroFuwn2026-01-286-56/+58
|
* fix: Add null guards and improve error messaging for user lookupsFuwn2026-01-231-1/+1
|
* refactor(MediaRoulette): Use Svelte 5 syntaxFuwn2026-01-231-13/+15
|
* feat(MediaRoulette): Add CommandPalette-like fade in/outFuwn2026-01-231-3/+74
|
* feat(List): Add media rouletteFuwn2026-01-233-1/+326
|
* refactor: Migrate event handlers to new Svelte 5 syntaxFuwn2026-01-235-13/+13
|
* refactor(layout): Replace empty p elements with reusable Spacer componentFuwn2026-01-233-4/+7
|
* fix(html): Replace self-closing non-void HTML elements with proper closing tagsFuwn2026-01-233-4/+4
|
* fix(notifications): Replace svelte-notifications with custom store for Svelte 5Fuwn2026-01-224-12/+4
|
* format: Apply Prettier formattingFuwn2026-01-224-21/+31
|
* format: Apply Prettier formattingFuwn2025-12-156-35/+25
|
* style(src): Remove self-closing p and div tagsFuwn2025-06-233-4/+4
|
* fix(Landing): Disable filteringFuwn2025-06-135-4/+15
|
* feat: Move remaining localStorage usages to localforageFuwn2025-06-124-8/+18
|
* refactor(List): Simplify get-set structure of stateBin usageFuwn2025-06-122-22/+4
|
* fix(CleanMangaList): Missing reactive set stateFuwn2025-06-122-3/+3
|
* feat(list): Persistent per-list collapsed stateFuwn2025-06-121-2/+7
|
* refactor(stateBin): Simplify interfaceFuwn2025-06-122-5/+5
|
* style: Reformat using latest formattingFuwn2025-06-114-21/+31
|
* fix(List): Display filtered media list lengthFuwn2025-06-092-2/+2
|
* fix(List): Ignore filter when not enabledFuwn2025-06-092-2/+2
|
* fix(List): Properly isolate list filter keysFuwn2025-06-092-6/+16
|
* feat(List): Store list filter in stateBinFuwn2025-06-092-2/+24
|
* feat(List): List filteringFuwn2025-06-094-6/+55
|
* feat(Anime): Add additional sort optionsFuwn2025-03-292-13/+50
|
* feat: Add reverse sorting settings toggle and functionalityFuwn2025-03-203-4/+23
|
* fix(List): double guard total count setting overlapFuwn2024-11-182-0/+4
|
* fix(CleanMangaList): total chapter count calculation overlapFuwn2024-11-181-2/+6
|
* refactor(authorised): move authorised user functionality to moduleFuwn2024-11-181-2/+2
|
* fix(CleanAnimeList): completed total chapter count calculationFuwn2024-11-181-0/+3
|
* fix(CleanMangaList): total chapter count calculationFuwn2024-11-181-5/+1
|
* fix(CleanAnimeList): total chapter count calculationFuwn2024-11-181-5/+9
|
* feat(List): display total episodes everywhere toggleFuwn2024-11-182-2/+7
|
* feat(CleanMangaList): add total due episode count toggle functionFuwn2024-11-181-1/+8
|
* fix(DueAnimeList): filter out dropped mediaFuwn2024-10-121-1/+2
|
* chore(prettier): use spaces instead of tabsFuwn2024-10-0915-1289/+1289
|
* feat(settings): debug dummy lists optionFuwn2024-09-161-1/+1
|