aboutsummaryrefslogtreecommitdiff
path: root/src/lib/Tools/RandomFollower.svelte
Commit message (Collapse)AuthorAgeFilesLines
* style: apply biome autofixes and resolve remaining lint findingsFuwn3 days1-2/+2
| | | | | | | | | | | | | | 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.
* chore(biome): drop formatter style overridesFuwn2026-03-011-7/+7
|
* chore(biome): enable svelte formattingFuwn2026-03-011-8/+8
|
* 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-23/+23
|
* refactor(TextTransition): move to LayoutFuwn2024-04-211-1/+1
|
* feat(RandomFollower): use TextTransitionFuwn2024-04-211-1/+2
|
* 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(tools): dump profile toolFuwn2024-01-061-7/+1
|
* refactor(tools): input templateFuwn2024-01-061-50/+26
|
* refactor(tools): better cardsFuwn2024-01-041-43/+45
|
* feat(tools): move all to cardsFuwn2024-01-041-6/+8
|
* refactor(tools): buttonsFuwn2024-01-041-3/+3
|
* feat(tools): random follower finderFuwn2024-01-021-0/+56