aboutsummaryrefslogtreecommitdiff
path: root/src/lib/Utility/html.ts
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.
* chore(biome): drop formatter style overridesFuwn2026-03-011-70/+71
|
* chore(biome): re-enable useIterableCallbackReturn ruleFuwn2026-03-011-3/+9
|
* perf: optimise list hot paths and shared timersFuwn2026-03-011-30/+79
|
* chore(prettier): use spaces instead of tabsFuwn2024-10-091-35/+35
|
* fix(html): height observer memory leakFuwn2024-02-011-26/+33
|
* fix(updates): no details observerFuwn2024-01-261-4/+6
|
* fix(limitlistheight): ignore hover coverFuwn2024-01-261-3/+1
|
* fix(html): more robust (ultimate) height limiterFuwn2024-01-261-21/+24
|
* fix(html): adjust offset to navigationFuwn2024-01-041-1/+1
|
* feat: site-wide limit heightFuwn2024-01-041-13/+21
|
* fix(html): offset for badgesFuwn2024-01-041-1/+1
|
* fix(html): limit list heightFuwn2024-01-041-1/+2
|
* fix(html): better limit list heightFuwn2024-01-021-0/+22
|
* refactor(utility): move utilities to moduleFuwn2023-12-241-0/+1