aboutsummaryrefslogtreecommitdiff
path: root/src/lib/Utility/time.ts
Commit message (Collapse)AuthorAgeFilesLines
* style: apply biome autofixes and resolve remaining lint findingsHEADmainFuwn3 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-5/+5
|
* fix(badges): Properly set badge time when mutatingFuwn2025-05-021-7/+1
|
* chore(prettier): use spaces instead of tabsFuwn2024-10-091-7/+7
|
* fix(time): proper database time updateFuwn2024-02-121-1/+17
|
* fix(time): database time to dateFuwn2024-02-121-2/+1
|
* fix(badges): postgres time formatFuwn2024-01-031-7/+2
|
* fix(badges): datetime updateFuwn2024-01-021-2/+4
|
* fix(time): remove timezone offset multiplierFuwn2023-12-311-1/+1
|
* feat(badges): sort by timeFuwn2023-12-301-0/+8