aboutsummaryrefslogtreecommitdiff
path: root/src/lib/Tools/Wrapped/Tool.svelte
Commit message (Expand)AuthorAgeFilesLines
* fix: Resolve all ESLint errors and warningsFuwn2026-01-291-1/+1
* 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-231-12/+12
* refactor(layout): Replace empty p elements with reusable Spacer componentFuwn2026-01-231-2/+3
* fix(html): Replace self-closing non-void HTML elements with proper closing tagsFuwn2026-01-231-3/+3
* format: Apply Prettier formattingFuwn2026-01-221-4/+4
* fix(Wrapped): Move CSS import to script block for vitePreprocess compatibilityFuwn2026-01-221-4/+1
* fix(Wrapped): Improve data loadingFuwn2025-12-161-1/+11
* feat(Wrapped): Don't automatically fetch remote dataFuwn2025-12-161-219/+426
* feat(Wrapped): Add detailed activity fetcher toggleFuwn2025-12-151-10/+25
* style(src): Remove self-closing tags with attributesFuwn2025-06-231-1/+1
* style(src): Remove self-closing p and div tagsFuwn2025-06-231-2/+2
* style: Reformat using latest formattingFuwn2025-06-111-4/+4
* 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
* chore(prettier): use spaces instead of tabsFuwn2024-10-091-765/+765
* refactor(Data): rename database referencesFuwn2024-08-241-1/+1
* refactor(Database): separate providersFuwn2024-07-251-1/+1
* feat: use global login restriction warningFuwn2024-02-081-4/+2
* refactor(anilist): move to data moduleFuwn2024-02-081-4/+4
* feat(popup): use popup componentFuwn2024-02-041-1/+4
* feat(wrapped): add tooltips for titlesFuwn2024-02-011-1/+2
* fix(wrapped): require loginFuwn2024-02-011-2/+2
* refactor(skeleton): move to loading moduleFuwn2024-01-311-1/+1
* feat: more fancy loadersFuwn2024-01-301-0/+7
* feat: move everything to skeletion loading uiFuwn2024-01-251-17/+1
* feat(wrapped): hide loading messagesFuwn2024-01-251-4/+4
* fix(wrapped): accidential user id overwriteFuwn2024-01-251-3/+1
* feat(wrapped): skeleton loadingFuwn2024-01-241-0/+9
* feat(identity): use global storeFuwn2024-01-241-24/+10
* refactor(wrapped): move tool to moduleFuwn2024-01-211-0/+790