aboutsummaryrefslogtreecommitdiff
path: root/src/lib/List/MediaTitleDisplay.svelte
Commit message (Collapse)AuthorAgeFilesLines
* style: apply biome autofixes and resolve remaining lint findingsHEADmainFuwn3 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-6/+6
|
* chore(biome): enable svelte formattingFuwn2026-03-011-11/+11
|
* chore(prettier): use spaces instead of tabsFuwn2024-10-091-69/+69
|
* fix(MediaTitleDisplay): lz-string moduleFuwn2024-08-241-1/+3
|
* fix(SequelCatcher): tooltipsFuwn2024-08-231-43/+58
|
* refactor(anilist): move to data moduleFuwn2024-02-081-1/+1
|
* feat(title): only show furigana if uniqueFuwn2024-02-061-8/+15
|
* fix(tooltip): disable methodFuwn2024-02-031-4/+4
|
* feat(schedule): shorten long titlesFuwn2024-02-021-9/+30
|
* feat(list): remove title display tooltipsFuwn2024-02-011-5/+4
|
* feat(wrapped): add tooltips for titlesFuwn2024-02-011-4/+5
|
* chore(svelte): alias storesFuwn2023-12-311-1/+1
|
* feat(media): all title formatsFuwn2023-12-281-2/+6
|
* feat(media): use common interface for objectsFuwn2023-11-291-9/+9
|
* feat(tools): sequel spyFuwn2023-11-291-0/+28