aboutsummaryrefslogtreecommitdiff
path: root/src/lib/Media/Cover/hoverCover.ts
Commit message (Collapse)AuthorAgeFilesLines
* style: apply biome autofixes and resolve remaining lint findingsFuwn4 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-42/+43
|
* chore(prettier): use spaces instead of tabsFuwn2024-10-091-38/+38
|
* refactor(anilist): move to data moduleFuwn2024-02-081-1/+1
|
* fix(cover): null check elementFuwn2024-01-181-1/+5
|
* fix(hovercover): correct image flip when scrolledFuwn2024-01-081-2/+2
|
* fix(hovercover): page scroll heightFuwn2024-01-071-2/+2
|
* refactor(hovercover): simple stateFuwn2024-01-071-16/+17
|
* feat(cover): better defaultsFuwn2024-01-041-1/+1
|
* fix(hovercover): image height overflowsvelteuiFuwn2024-01-041-14/+10
|
* feat(sequelspy): media cover hoverFuwn2024-01-021-1/+4
|
* refactor(media): move hover coverFuwn2024-01-021-0/+52