aboutsummaryrefslogtreecommitdiff
path: root/src/lib/List/Anime/DueAnimeList.svelte
Commit message (Collapse)AuthorAgeFilesLines
* feat(cache): instant list revalidation from command palette and debug menuFuwn2026-04-151-0/+22
| | | | | | | | | Replaces one-shot boolean revalidateAnime with a counter store so multiple components can subscribe without race conditions. Adds revalidateManga store and reactive refresh blocks to DueAnimeList and MangaListTemplate. Extracts shared invalidateListCaches function used by both the command palette action and the debug settings button. Renames palette item to "Refresh" and debug button to "Invalidate".
* revert(ui): remove april fools executive modeFuwn2026-04-021-9/+1
|
* feat(ui): add april fools executive modeFuwn2026-04-011-1/+9
|
* fix(cache): respect AniList media list recache windowsFuwn2026-03-281-0/+2
|
* fix(match): prevent cached airing injection mutation regressionsFuwn2026-03-011-5/+11
|
* chore(biome): drop formatter style overridesFuwn2026-03-011-98/+124
|
* chore(biome): enable svelte lintingFuwn2026-03-011-1/+4
|
* chore(biome): enable svelte formattingFuwn2026-03-011-117/+106
|
* fix(anime): unify due classification and harden subtitle matchingFuwn2026-03-011-7/+5
|
* perf: optimise list hot paths and shared timersFuwn2026-03-011-13/+34
|
* fix(notifications): Replace svelte-notifications with custom store for Svelte 5Fuwn2026-01-221-3/+1
|
* format: Apply Prettier formattingFuwn2026-01-221-8/+11
|
* format: Apply Prettier formattingFuwn2025-12-151-11/+8
|
* style: Reformat using latest formattingFuwn2025-06-111-8/+11
|
* feat(Anime): Add additional sort optionsFuwn2025-03-291-10/+25
|
* fix(DueAnimeList): filter out dropped mediaFuwn2024-10-121-1/+2
|
* chore(prettier): use spaces instead of tabsFuwn2024-10-091-77/+77
|
* fix(due): remove anime ahead of airedFuwn2024-04-071-1/+1
|
* refactor(anilist): move to data moduleFuwn2024-02-081-2/+2
|
* fix(anime): unaired subtitle episodeFuwn2024-02-031-2/+2
|
* refactor(list): use global identityFuwn2024-01-311-12/+5
|
* feat(locale): localise media listsFuwn2024-01-251-1/+9
|
* feat(list): recache notificationsFuwn2024-01-111-10/+5
|
* feat(list): list notificationsFuwn2024-01-111-0/+10
|
* chore(svelte): alias storesFuwn2023-12-311-3/+3
|
* refactor(media): use options objectFuwn2023-12-231-8/+3
|
* refactor(airing): subtitled moduleFuwn2023-12-201-2/+2
|
* refactor(airing): move to moduleFuwn2023-12-201-1/+1
|
* feat(settings): rename display settingsFuwn2023-12-171-1/+1
|
* fix(anime): position of subbed releaseFuwn2023-12-171-2/+9
|
* style(anime): simplify expressionsFuwn2023-12-131-12/+7
|
* fix(anime): remove time desync on outdated cachesFuwn2023-11-221-4/+1
|
* refactor(anime): chains functionsFuwn2023-11-181-8/+5
|
* refactor(due): chain filtersFuwn2023-11-181-27/+28
|
* refactor(list): move modules to sub-modulesFuwn2023-11-061-1/+1
|
* fix(anime): pass new media entries up to parentFuwn2023-10-011-1/+1
|
* refactor(anime): move list to anime moduleFuwn2023-10-011-0/+96