aboutsummaryrefslogtreecommitdiff
path: root/src/lib/Media/Anime/Airing/AiringTime.svelte
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.
* refactor(airing): unify countdown formatter into shared helperFuwn2026-04-281-57/+4
|
* fix(airing): round residual hour and minute in AiringTime componentFuwn2026-04-281-8/+8
|
* chore(biome): drop formatter style overridesFuwn2026-03-011-100/+104
|
* chore(biome): enable svelte formattingFuwn2026-03-011-105/+103
|
* perf: optimise list hot paths and shared timersFuwn2026-03-011-92/+88
|
* fix: Resolve all ESLint errors and warningsFuwn2026-01-291-1/+1
|
* chore(prettier): use spaces instead of tabsFuwn2024-10-091-133/+133
|
* fix(AiringTime): don't double inject airing timeFuwn2024-06-141-4/+1
| | | | Double injecting airing time double decremented delayed anime.
* fix(AiringTime): add hours to weeks and daysFuwn2024-04-201-12/+17
|
* fix(AiringTime): residual minutes fix hourFuwn2024-04-201-2/+2
|
* feat(manga): cover modeFuwn2024-04-171-2/+2
|
* fix(AiringTime): round minutesFuwn2024-03-011-1/+1
|
* refactor(anilist): move to data moduleFuwn2024-02-081-2/+2
|
* feat(locale): localise airing timeFuwn2024-02-071-9/+2
|
* feat(airingtime): update every 30 secondsFuwn2024-02-071-79/+92
|
* fix(anime): unaired subtitle episodeFuwn2024-02-031-7/+1
|
* refactor(list): use global opacity classFuwn2024-01-311-8/+2
|
* refactor: global opacity classFuwn2024-01-311-1/+1
|
* fix(airingtime): smaller subtitle max differenceFuwn2024-01-181-1/+1
|
* feat(airingtime): tooltips for timeFuwn2024-01-181-2/+3
|
* refactor(anime): airingTime as componentFuwn2024-01-181-0/+142