aboutsummaryrefslogtreecommitdiff
path: root/src/lib/Settings
Commit message (Collapse)AuthorAgeFilesLines
* feat(cache): instant list revalidation from command palette and debug menuFuwn2026-04-151-14/+2
| | | | | | | | | 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".
* fix(settings): clarify data saver checkboxFuwn2026-04-021-0/+1
|
* feat(settings): add checkbox tooltipsFuwn2026-04-021-0/+5
|
* feat(debug): add media list timing toggleFuwn2026-04-021-0/+5
|
* refactor: extract app origin configFuwn2026-03-221-4/+2
|
* chore(biome): drop formatter style overridesFuwn2026-03-0111-123/+129
|
* chore(biome): enable svelte formattingFuwn2026-03-0112-175/+175
|
* fix: Resolve all ESLint errors and warningsFuwn2026-01-291-1/+1
|
* feat(List): Add media rouletteFuwn2026-01-231-0/+7
|
* refactor: Migrate event handlers to new Svelte 5 syntaxFuwn2026-01-238-18/+18
|
* refactor(layout): Replace empty p elements with reusable Spacer componentFuwn2026-01-238-19/+27
|
* fix(html): Replace self-closing non-void HTML elements with proper closing tagsFuwn2026-01-238-20/+20
|
* fix(notifications): Replace svelte-notifications with custom store for Svelte 5Fuwn2026-01-223-9/+3
|
* format: Apply Prettier formattingFuwn2026-01-222-4/+4
|
* format: Apply Prettier formattingFuwn2025-12-158-22/+22
|
* style(src): Remove self-closing p and div tagsFuwn2025-06-238-18/+18
|
* feat(settings): Custom CSSFuwn2025-06-231-0/+5
|
* refactor(Settings): Update localStorage referencesFuwn2025-06-122-7/+3
|
* feat: Move remaining localStorage usages to localforageFuwn2025-06-121-4/+2
|
* feat(list): Persistent per-list collapsed stateFuwn2025-06-121-15/+0
|
* style: Reformat using latest formattingFuwn2025-06-111-2/+2
|
* fix: Migrate localStorage.removeItem to localforage for anime and manga storesFuwn2025-06-111-6/+12
|
* feat(List): List filteringFuwn2025-06-091-1/+2
|
* feat(Anime): Add additional sort optionsFuwn2025-03-291-9/+8
|
* feat: Add reverse sorting settings toggle and functionalityFuwn2025-03-201-11/+13
|
* feat(List): display total episodes everywhere toggleFuwn2024-11-181-0/+9
|
* feat(settings): add uri fragment to schedule filter listFuwn2024-10-092-1/+3
|
* feat(schedule): filter media list entries toggleFuwn2024-10-091-0/+4
|
* chore(prettier): use spaces instead of tabsFuwn2024-10-0912-696/+696
|
* feat(settings): debug dummy lists optionFuwn2024-09-161-0/+3
|
* feat(notifications): fingerprint for multiple grantsFuwn2024-08-241-4/+9
|
* feat(settings): data saverFuwn2024-08-221-0/+4
|
* feat(Completed): allow hiding panelsFuwn2024-07-281-0/+26
|
* feat(Settings): prune manga on locale preference changeFuwn2024-07-271-0/+1
|
* refactor(Database): separate providersFuwn2024-07-251-1/+0
|
* feat(notifications): allow unsubscribeFuwn2024-07-251-0/+9
|
* fix(Settings): hint wordingFuwn2024-07-251-2/+2
|
* feat(layout): browser notificationsFuwn2024-07-241-15/+13
|
* feat(Manga): allow preferring native chapter countFuwn2024-07-221-0/+11
|
* fix(display): check context if browserFuwn2024-07-101-1/+2
|
* feat(settings): only show anilist notification toggle in pwaFuwn2024-07-081-13/+15
|
* feat(pwa): anilist notificationsFuwn2024-07-081-1/+1
|
* feat(pwa): anilist notificationsFuwn2024-07-081-0/+15
|
* feat(attributions): add a fewFuwn2024-07-031-2/+7
|
* feat(CleanAnimeList): total due episode count settingFuwn2024-06-151-0/+4
|
* fix(SettingCheckboxToggle): ensure typesFuwn2024-05-271-4/+10
|
* feat(display): move schedule to text toggle sectionFuwn2024-04-281-5/+7
|
* feat(list): setting to copy titleFuwn2024-04-241-0/+4
|
* feat(list): blur nsfw media covers settingFuwn2024-04-171-0/+1
|
* feat(manga): cover modeFuwn2024-04-171-16/+17
|