aboutsummaryrefslogtreecommitdiff
path: root/src/lib/Settings/SettingToggle.svelte
Commit message (Collapse)AuthorAgeFilesLines
* style: apply biome autofixes and resolve remaining lint findingsHEADmainFuwn2 days1-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.
* feat(analytics): track umami events across core actionsFuwn2 days1-9/+11
| | | | | | | | | Add a guarded track() wrapper (src/lib/analytics.ts) so programmatic events no-op instead of throwing when umami is absent (localhost), lazily loaded, or ad-blocked. Instrument the core loop (progress increment, roulette, list filter, force refresh), the auth funnel (log in/out, command palette), settings toggles/selects at the wrapper level, sync/debug/feed actions, and tool/sharing actions.
* chore(biome): drop formatter style overridesFuwn2026-03-011-4/+4
|
* chore(biome): enable svelte formattingFuwn2026-03-011-7/+7
|
* refactor: Migrate event handlers to new Svelte 5 syntaxFuwn2026-01-231-1/+1
|
* 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 formattingFuwn2026-01-221-2/+2
|
* format: Apply Prettier formattingFuwn2025-12-151-3/+3
|
* style(src): Remove self-closing p and div tagsFuwn2025-06-231-1/+1
|
* style: Reformat using latest formattingFuwn2025-06-111-2/+2
|
* chore(prettier): use spaces instead of tabsFuwn2024-10-091-23/+23
|
* chore(svelte): alias storesFuwn2023-12-311-1/+1
|
* fix(settings): temporarily disable height limitFuwn2023-09-231-2/+16
|
* refactor(settings): move toggleFuwn2023-09-091-0/+21