aboutsummaryrefslogtreecommitdiff
path: root/src/lib/Tools/DumpProfile.svelte
Commit message (Collapse)AuthorAgeFilesLines
* style: apply biome autofixes and resolve remaining lint findingsHEADmainFuwn2 days1-3/+3
| | | | | | | | | | | | | | Auto-fixed cosmetic findings (import ordering, obj["k"]->obj.k, optional chaining, template literals, Date.now, parseInt radix, useless ternaries/ switch cases). Resolved the non-autofixable rest by hand: - Senpy: static-only class -> object literal (no this/static reliance). - app.html: var global shim -> window.global = window (keeps the shim, drops the unused-var flag). - biome-ignore with rationale for the logout document.cookie clear and the holodule scrape non-null assertion. Verified: biome check 0 diagnostics, svelte-check 0/0, 24/24 unit tests.
* refactor(effect): migrate svelte json hotspots to typed decodersFuwn2026-03-031-11/+16
|
* chore(biome): drop formatter style overridesFuwn2026-03-011-21/+21
|
* chore(biome): enable svelte formattingFuwn2026-03-011-22/+22
|
* fix: Resolve all ESLint errors and warningsFuwn2026-01-291-1/+0
|
* refactor(layout): Replace empty p elements with reusable Spacer componentFuwn2026-01-231-1/+2
|
* fix(html): Replace self-closing non-void HTML elements with proper closing tagsFuwn2026-01-231-1/+1
|
* format: Apply Prettier formattingFuwn2025-12-151-1/+1
|
* style(src): Remove self-closing p and div tagsFuwn2025-06-231-1/+1
|
* chore(prettier): use spaces instead of tabsFuwn2024-10-091-40/+40
|
* refactor(anilist): move to data moduleFuwn2024-02-081-1/+1
|
* refactor(skeleton): move to loading moduleFuwn2024-01-311-1/+1
|
* feat: move everything to skeletion loading uiFuwn2024-01-251-1/+2
|
* feat(dump): decode hoh'sFuwn2024-01-081-1/+34
|
* feat(tools): dump profile toolFuwn2024-01-061-0/+18