| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | style: apply biome autofixes and resolve remaining lint findings | Fuwn | 5 days | 1 | -5/+5 |
| | | | | | | | | | | | | | | | 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. | ||||
| * | fix(anilist): restore completed list query semantics | Fuwn | 2026-03-28 | 1 | -1/+0 |
| | | |||||
| * | fix(anilist): restore completed list filters | Fuwn | 2026-03-28 | 1 | -0/+1 |
| | | |||||
| * | fix(cache): respect AniList media list recache windows | Fuwn | 2026-03-28 | 1 | -0/+3 |
| | | |||||
| * | perf: fetch dummy media outside the app bundle | Fuwn | 2026-03-22 | 1 | -2/+10 |
| | | |||||
| * | chore(biome): drop formatter style overrides | Fuwn | 2026-03-01 | 1 | -84/+97 |
| | | |||||
| * | chore(biome): enable svelte linting | Fuwn | 2026-03-01 | 1 | -2/+5 |
| | | |||||
| * | chore(biome): enable svelte formatting | Fuwn | 2026-03-01 | 1 | -95/+95 |
| | | |||||
| * | feat(Landing): Update to match LandingHero | Fuwn | 2026-01-28 | 1 | -33/+25 |
| | | |||||
| * | fix(notifications): Replace svelte-notifications with custom store for Svelte 5 | Fuwn | 2026-01-22 | 1 | -3/+1 |
| | | |||||
| * | fix(Landing): Disable filtering | Fuwn | 2025-06-13 | 1 | -0/+2 |
| | | |||||
| * | feat(Anime): Add additional sort options | Fuwn | 2025-03-29 | 1 | -3/+25 |
| | | |||||
| * | chore(prettier): use spaces instead of tabs | Fuwn | 2024-10-09 | 1 | -90/+90 |
| | | |||||
| * | feat(welcome): add upcoming times | Fuwn | 2024-05-09 | 1 | -1/+13 |
| | | |||||
| * | feat(landing): cover mode list demos | Fuwn | 2024-05-06 | 1 | -4/+41 |
| | | |||||
| * | refactor(anilist): move to data module | Fuwn | 2024-02-08 | 1 | -2/+2 |
| | | |||||
| * | refactor(list): use global identity | Fuwn | 2024-01-31 | 1 | -4/+3 |
| | | |||||
| * | feat(locale): localise media lists | Fuwn | 2024-01-25 | 1 | -1/+10 |
| | | |||||
| * | feat(list): recache notifications | Fuwn | 2024-01-11 | 1 | -1/+5 |
| | | |||||
| * | chore(svelte): alias stores | Fuwn | 2023-12-31 | 1 | -3/+3 |
| | | |||||
| * | style(anime): simplify expressions | Fuwn | 2023-12-13 | 1 | -3/+2 |
| | | |||||
| * | refactor(anime): chains functions | Fuwn | 2023-11-18 | 1 | -11/+6 |
| | | |||||
| * | refactor(list): move modules to sub-modules | Fuwn | 2023-11-06 | 1 | -1/+1 |
| | | |||||
| * | feat(anime): completed as prop | Fuwn | 2023-10-01 | 1 | -1/+1 |
| | | |||||
| * | fix(anime): pass new media entries up to parent | Fuwn | 2023-10-01 | 1 | -1/+1 |
| | | |||||
| * | refactor(anime): move anime to modules | Fuwn | 2023-09-29 | 1 | -0/+53 |