aboutsummaryrefslogtreecommitdiff
path: root/src/lib/List/Manga/MangaListTemplate.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-21/+12
|
* feat(ui): add april fools executive modeFuwn2026-04-011-12/+21
|
* fix(manga): show skeleton while list is loadingFuwn2026-03-301-1/+1
|
* perf(manga): progressively hydrate native chapter countsFuwn2026-03-291-2/+28
|
* fix(cache): respect AniList media list recache windowsFuwn2026-03-281-0/+2
|
* feat(manga): allow forcing automatic refreshFuwn2026-03-281-1/+5
|
* refactor(proxy): move manga chapter counts behind indexed cacheFuwn2026-03-271-42/+39
|
* perf: fetch dummy media outside the app bundleFuwn2026-03-221-6/+11
|
* chore(biome): drop formatter style overridesFuwn2026-03-011-221/+271
|
* chore(biome): enable svelte lintingFuwn2026-03-011-3/+5
|
* chore(biome): enable svelte formattingFuwn2026-03-011-229/+220
|
* perf: optimise list hot paths and shared timersFuwn2026-03-011-12/+33
|
* feat(Landing): Update to match LandingHeroFuwn2026-01-281-21/+23
|
* fix: Add null guards and improve error messaging for user lookupsFuwn2026-01-231-1/+1
|
* refactor: Migrate event handlers to new Svelte 5 syntaxFuwn2026-01-231-3/+3
|
* fix(notifications): Replace svelte-notifications with custom store for Svelte 5Fuwn2026-01-221-3/+1
|
* format: Apply Prettier formattingFuwn2026-01-221-7/+10
|
* format: Apply Prettier formattingFuwn2025-12-151-10/+7
|
* fix(Landing): Disable filteringFuwn2025-06-131-0/+4
|
* feat: Move remaining localStorage usages to localforageFuwn2025-06-121-1/+4
|
* style: Reformat using latest formattingFuwn2025-06-111-7/+10
|
* refactor(authorised): move authorised user functionality to moduleFuwn2024-11-181-2/+2
|
* chore(prettier): use spaces instead of tabsFuwn2024-10-091-381/+381
|
* feat(settings): debug dummy lists optionFuwn2024-09-161-1/+1
|
* refactor(Data): rename database referencesFuwn2024-08-241-1/+1
|
* refactor(Database): separate providersFuwn2024-07-251-1/+1
|
* fix(manga): dummy refresh buttonFuwn2024-05-061-32/+68
|
* feat(landing): cover mode list demosFuwn2024-05-061-4/+43
|
* refactor(anilist): move to data moduleFuwn2024-02-081-2/+2
|
* refactor(data): move static data to moduleFuwn2024-02-071-1/+1
|
* refactor(list): use global identityFuwn2024-01-311-9/+9
|
* refactor(skeleton): move to loading moduleFuwn2024-01-311-1/+1
|
* feat(list): use last size as skeleton sizeFuwn2024-01-301-2/+10
|
* fix(manga): duplicate summary on refreshFuwn2024-01-281-20/+20
|
* fix(manga): double list title authorisationFuwn2024-01-261-2/+2
|
* feat(locale): localise media listsFuwn2024-01-251-6/+11
|
* feat: hide loading progressFuwn2024-01-251-10/+2
|
* feat(list): list style skeleton loadingFuwn2024-01-241-0/+5
|
* fix(manga): remove chapter check from completedFuwn2024-01-171-0/+2
|
* refactor(data): move json to dataFuwn2024-01-131-1/+1
|
* feat(manga): refresh notificationFuwn2024-01-121-2/+20
|
* feat(manga): smaller progress updateFuwn2024-01-121-6/+2
|
* feat(manga): more reactive loading progressFuwn2024-01-121-2/+8
|
* feat(list): recache notificationsFuwn2024-01-111-10/+6
|
* feat(list): list notificationsFuwn2024-01-111-0/+10
|
* feat(manga): unreachable warningFuwn2024-01-071-1/+1
|
* feat(manga): add umami eventsFuwn2024-01-041-0/+3
|
* refactor(list): move rest of links to buttonsFuwn2024-01-041-9/+6
|
* refactor(media): client-side incrementFuwn2024-01-041-1/+1
|