| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | style: apply biome autofixes and resolve remaining lint findings | Fuwn | 4 days | 1 | -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 overrides | Fuwn | 2026-03-01 | 1 | -106/+117 |
| | | |||||
| * | chore(biome): re-enable useIterableCallbackReturn rule | Fuwn | 2026-03-01 | 1 | -5/+5 |
| | | |||||
| * | style: Run formatter | Fuwn | 2025-02-14 | 1 | -2/+6 |
| | | |||||
| * | feat(notifications): fallback on service-worker-less notifications | Fuwn | 2025-01-28 | 1 | -6/+3 |
| | | |||||
| * | refactor(service-worker): clean up code | Fuwn | 2025-01-11 | 1 | -31/+21 |
| | | |||||
| * | docs(service-worker): clean up comments | Fuwn | 2025-01-11 | 1 | -20/+4 |
| | | |||||
| * | chore(prettier): use spaces instead of tabs | Fuwn | 2024-10-09 | 1 | -119/+119 |
| | | |||||
| * | refactor(Data): rename database references | Fuwn | 2024-08-24 | 1 | -1/+1 |
| | | |||||
| * | fix(service-worker): only show default notification if client visible | Fuwn | 2024-07-25 | 1 | -1/+6 |
| | | |||||
| * | fix(service-worker): properly await all promises | Fuwn | 2024-07-25 | 1 | -6/+5 |
| | | |||||
| * | fix(service-worker): wrap push in waitUntil | Fuwn | 2024-07-25 | 1 | -49/+56 |
| | | |||||
| * | fix(service-worker): show default notification for chrome | Fuwn | 2024-07-25 | 1 | -11/+19 |
| | | |||||
| * | fix(pwa): robust silent notifications | Fuwn | 2024-07-25 | 1 | -6/+14 |
| | | |||||
| * | chore(service-worker): fix types | Fuwn | 2024-07-25 | 1 | -12/+8 |
| | | |||||
| * | fix(service-worker): silence empty notification queue | Fuwn | 2024-07-25 | 1 | -1/+11 |
| | | |||||
| * | fix(service-worker): fix import paths | Fuwn | 2024-07-25 | 1 | -2/+2 |
| | | |||||
| * | feat: background notifications | Fuwn | 2024-07-24 | 1 | -9/+31 |
| | | |||||
| * | feat(pwa): anilist notifications | Fuwn | 2024-07-08 | 1 | -0/+17 |
| | | |||||
| * | fix(service-worker): chrome fetches | Fuwn | 2024-06-10 | 1 | -0/+5 |
| | | |||||
| * | refactor(pwa): use sveltekit's pwa example | Fuwn | 2024-02-14 | 1 | -62/+67 |
| | | |||||
| * | feat(worker): more svelte types | Fuwn | 2023-12-14 | 1 | -0/+3 |
| | | |||||
| * | feat(worker): remove dev worker | Fuwn | 2023-12-14 | 1 | -5/+0 |
| | | |||||
| * | style(worker): simplify statements | Fuwn | 2023-12-14 | 1 | -12/+10 |
| | | |||||
| * | feat(worker): dev register | Fuwn | 2023-12-14 | 1 | -0/+5 |
| | | |||||
| * | feat: pwa | Fuwn | 2023-09-14 | 1 | -0/+80 |