aboutsummaryrefslogtreecommitdiff
path: root/src/lib/Tools
Commit message (Expand)AuthorAgeFilesLines
* fix(birthdays): Gracefully handle partial source failuresFuwn2026-02-191-19/+27
* perf: Optimise LCP with image loading and animation fixesFuwn2026-02-023-3/+27
* fix: Resolve all ESLint errors and warningsFuwn2026-01-294-4/+1
* fix: Add null guards and improve error messaging for user lookupsFuwn2026-01-232-2/+7
* fix(AniList): Change customLists from Map to RecordFuwn2026-01-231-1/+1
* fix: Resolve unused imports, dead code, and type definitionsFuwn2026-01-231-4/+0
* refactor: Migrate event handlers to new Svelte 5 syntaxFuwn2026-01-2311-31/+31
* refactor(layout): Replace empty p elements with reusable Spacer componentFuwn2026-01-2311-15/+26
* fix(html): Replace invalid p element containing div with proper div wrapperFuwn2026-01-231-2/+2
* fix(html): Replace self-closing non-void HTML elements with proper closing tagsFuwn2026-01-2312-18/+18
* format: Apply Prettier formattingFuwn2026-01-224-12/+32
* fix(Wrapped): Move CSS import to script block for vitePreprocess compatibilityFuwn2026-01-221-4/+1
* fix(EpisodeDiscussionCollector): Improve filteringFuwn2025-12-171-3/+3
* fix(Wrapped): Improve data loadingFuwn2025-12-162-1/+18
* feat(Wrapped): Don't automatically fetch remote dataFuwn2025-12-161-219/+426
* format: Apply Prettier formattingFuwn2025-12-1513-43/+23
* feat(Wrapped): Add detailed activity fetcher toggleFuwn2025-12-151-10/+25
* fix(api:birthdays): Update HTML parser for primary sourceFuwn2025-12-071-0/+1
* fix(wrapped): Flex and overflowFuwn2025-12-011-0/+6
* style(src): Remove self-closing tags with attributesFuwn2025-06-233-3/+3
* style(src): Remove self-closing p and div tagsFuwn2025-06-2311-15/+15
* style: Reformat using latest formattingFuwn2025-06-114-12/+32
* refactor(CommandPalette): Globally rename action typeFuwn2025-05-151-8/+2
* feat: Add command paletteFuwn2025-05-061-0/+15
* revert: Clean up easter eventFuwn2025-04-211-4/+1
* feat(EasterEgg): Add more eggsFuwn2025-04-191-1/+4
* feat(tools): Remove Dump Profile toolFuwn2025-03-081-5/+5
* fix(Birthdays): Always allow leap year day valuesFuwn2025-02-282-4/+4
* feat(Tools): Use generic birthdays tool template, adds NIJISANJI birthdays toolFuwn2025-02-143-95/+121
* fix(Wrapped): spelling of excludeFuwn2024-12-271-8/+8
* feat(Wrapped): start and end data filtersFuwn2024-12-271-4/+58
* feat(wrapped): exclude unrated & unwatched toggleFuwn2024-12-241-2/+11
* fix(wrapped): li::marker consistent colouringFuwn2024-12-241-0/+4
* feat(graphql): paged badges queryFuwn2024-10-181-1/+2
* feat(tools): add simple trackerFuwn2024-10-123-1/+150
* chore(prettier): use spaces instead of tabsFuwn2024-10-0927-2217/+2217
* refactor(SequelSpy): move prequel list to componentFuwn2024-10-022-32/+38
* refactor(Data): rename database referencesFuwn2024-08-241-1/+1
* feat(SequelCatcher): side stories toggleFuwn2024-08-231-1/+5
* feat(SequelCatcher): show current progressFuwn2024-08-231-2/+19
* fix(SequelCatcher): allow toggling currentFuwn2024-08-231-27/+45
* refactor(Tools): SequelCatcher as modulesFuwn2024-08-232-47/+53
* feat(settings): data saverFuwn2024-08-222-2/+9
* refactor(Database): separate providersFuwn2024-07-251-1/+1
* refactor(Birthday): rename modulesFuwn2024-07-221-2/+2
* fix(SequelSpy): use LinkedTooltipFuwn2024-07-151-12/+15
* feat(SequelCatcher): formattingFuwn2024-07-081-6/+22
* refactor(SequelCatcher): tidyFuwn2024-07-071-13/+9
* feat(tools): sequel catcherFuwn2024-07-072-0/+118
* refactor(TextTransition): move to LayoutFuwn2024-04-211-1/+1