aboutsummaryrefslogtreecommitdiff
path: root/src/lib/List/CleanGrid.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.
* fix(anime): align due cover rendering with due classificationFuwn2026-03-031-1/+4
|
* chore(biome): drop formatter style overridesFuwn2026-03-011-9/+10
|
* chore(biome): enable svelte formattingFuwn2026-03-011-17/+17
|
* perf: optimise list hot paths and shared timersFuwn2026-03-011-2/+2
|
* perf(images): Optimise cover images for LCP and CLSFuwn2026-02-021-1/+6
|
* feat(Landing): Update to match LandingHeroFuwn2026-01-281-1/+3
|
* refactor: Migrate event handlers to new Svelte 5 syntaxFuwn2026-01-231-1/+1
|
* feat(List): List filteringFuwn2025-06-091-1/+2
|
* feat: Add reverse sorting settings toggle and functionalityFuwn2025-03-201-1/+3
|
* chore(prettier): use spaces instead of tabsFuwn2024-10-091-58/+58
|
* feat(settings): data saverFuwn2024-08-221-1/+3
|
* fix(CleanGrid): unique LinkedTooltip item ID for duplicate mediaFuwn2024-07-141-2/+4
|
* refactor(list): generic grid listFuwn2024-05-161-0/+65