aboutsummaryrefslogtreecommitdiff
path: root/src/lib/Layout/NumberTicker.svelte
Commit message (Collapse)AuthorAgeFilesLines
* style: apply biome autofixes and resolve remaining lint findingsHEADmainFuwn45 hours1-1/+1
| | | | | | | | | | | | | | 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.
* fix(layout): keep NumberTicker visible when end equals startFuwn2 days1-1/+1
| | | | | The fade-in was gated on the tween moving off start, so a static count (end === start, e.g. an empty list's 0) never became visible.
* chore(biome): drop formatter style overridesFuwn2026-03-011-6/+6
|
* chore(biome): enable svelte formattingFuwn2026-03-011-14/+14
|
* format: Apply Prettier formattingFuwn2026-01-221-1/+3
|
* format: Apply Prettier formattingFuwn2025-12-151-3/+1
|
* style: Reformat using latest formattingFuwn2025-06-111-1/+3
|
* chore(prettier): use spaces instead of tabsFuwn2024-10-091-23/+23
|
* feat(NumberTicker): unused, but implementedFuwn2024-05-081-0/+36