aboutsummaryrefslogtreecommitdiff
path: root/src/lib/List
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* fix(MediaTitleDisplay): lz-string moduleFuwn2024-08-241-1/+3
|
* refactor(Data): rename database referencesFuwn2024-08-241-1/+1
|
* fix(SequelCatcher): tooltipsFuwn2024-08-231-43/+58
|
* feat(settings): data saverFuwn2024-08-222-2/+6
|
* refactor(Database): separate providersFuwn2024-07-251-1/+1
|
* fix(CleanGrid): unique LinkedTooltip item ID for duplicate mediaFuwn2024-07-141-2/+4
|
* refactor(mediaTitle): simplify title locale indexerFuwn2024-07-141-8/+3
|
* feat(CleanAnimeList): total due episode count settingFuwn2024-06-151-1/+16
|
* fix(AiringTime): don't double inject airing timeFuwn2024-06-142-7/+4
| | | | Double injecting airing time double decremented delayed anime.
* fix(match): delayed and subtitled time compatibilityFuwn2024-05-241-5/+1
|
* fix(CleanMangaList): invert increment conditionFuwn2024-05-161-1/+1
|