| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | style: apply biome autofixes and resolve remaining lint findings | Fuwn | 3 days | 1 | -6/+3 |
| | | | | | | | | | | | | | | | 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: centralise site origin usage | Fuwn | 2026-03-22 | 1 | -6/+7 |
| | | |||||
| * | chore(biome): drop formatter style overrides | Fuwn | 2026-03-01 | 1 | -46/+56 |
| | | |||||
| * | fix(feeds): Remove duplicate whitespace | Fuwn | 2025-05-29 | 1 | -1/+1 |
| | | |||||
| * | chore(prettier): use spaces instead of tabs | Fuwn | 2024-10-09 | 1 | -43/+43 |
| | | |||||
| * | fix(feeds): oauth refresh url | Fuwn | 2024-10-05 | 1 | -3/+4 |
| | | |||||
| * | refactor(anilist): move to data module | Fuwn | 2024-02-08 | 1 | -1/+1 |
| | | |||||
| * | fix(api): un-share some caches | Fuwn | 2024-01-11 | 1 | -1/+1 |
| | | |||||
| * | fix(feeds): return early if null | Fuwn | 2024-01-03 | 1 | -6/+13 |
| | | |||||
| * | fix(feeds): simple link and title | Fuwn | 2024-01-03 | 1 | -10/+5 |
| | | |||||
| * | fix(feeds): seperate threads and activities | Fuwn | 2024-01-03 | 1 | -2/+4 |
| | | |||||
| * | fix(feeds): title fallback | Fuwn | 2024-01-03 | 1 | -2/+2 |
| | | |||||
| * | feat(notifications): refresh token | Fuwn | 2023-12-15 | 1 | -2/+12 |
| | | |||||
| * | feat(html): new favicons | Fuwn | 2023-12-05 | 1 | -1/+1 |
| | | |||||
| * | fix(feeds): html encode title | Fuwn | 2023-10-23 | 1 | -1/+5 |
| | | |||||
| * | fix(feeds): filter phantom activities | Fuwn | 2023-09-28 | 1 | -0/+1 |
| | | |||||
| * | fix(feeds): render empty feed if no token | Fuwn | 2023-09-19 | 1 | -4/+5 |
| | | |||||
| * | fix(feeds): use utc date string | Fuwn | 2023-09-18 | 1 | -4/+2 |
| | | |||||
| * | feat(notifications): better image support | Fuwn | 2023-09-17 | 1 | -7/+8 |
| | | |||||
| * | fix(notifications): rss standards | Fuwn | 2023-09-17 | 1 | -2/+2 |
| | | |||||
| * | feat(notifications): link to activity | Fuwn | 2023-09-17 | 1 | -1/+6 |
| | | |||||
| * | feat(notifications): link to thread for threads | Fuwn | 2023-09-17 | 1 | -1/+3 |
| | | |||||
| * | feat(feeds): decrease s-maxage | Fuwn | 2023-09-17 | 1 | -1/+1 |
| | | |||||
| * | feat(settings): add settings tab for feeds | Fuwn | 2023-09-17 | 1 | -0/+58 |
| | | |||||
| * | refactor(feeds): rename notifications | Fuwn | 2023-09-17 | 1 | -58/+0 |
| | | |||||
| * | feat(routes): rss feed git status | Fuwn | 2023-09-17 | 1 | -0/+58 |