| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | style: apply biome autofixes and resolve remaining lint findingsHEADmain | Fuwn | 2 days | 2 | -9/+7 |
| | | | | | | | | | | | | | | | 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(auth): ignore malformed user cookies | Fuwn | 2026-03-28 | 1 | -4/+9 |
| | | |||||
| * | refactor(effect): migrate core auth decode boundaries | Fuwn | 2026-03-03 | 1 | -7/+3 |
| | | |||||
| * | chore(biome): drop formatter style overrides | Fuwn | 2026-03-01 | 3 | -254/+286 |
| | | |||||
| * | chore(types): decouple app code from fragile generated route types | Fuwn | 2026-03-01 | 1 | -2/+3 |
| | | |||||
| * | fix(graphql): Enforce ownership checks for shadow-hide mutations | Fuwn | 2026-02-22 | 1 | -8/+29 |
| | | |||||
| * | fix: Resolve all ESLint errors and warnings | Fuwn | 2026-01-29 | 1 | -1/+1 |
| | | |||||
| * | fix(graphql): Resolve resolver type mismatches and improve error handling | Fuwn | 2026-01-23 | 1 | -9/+27 |
| | | |||||
| * | fix(graphql): pruneUserBadges arguments | Fuwn | 2025-07-23 | 1 | -1/+1 |
| | | |||||
| * | fix(wrapped): li::marker consistent colouring | Fuwn | 2024-12-24 | 1 | -3/+3 |
| | | |||||
| * | refactor(authorised): move authorised user functionality to module | Fuwn | 2024-11-18 | 1 | -4/+4 |
| | | |||||
| * | feat(graphql): paged badges query | Fuwn | 2024-10-18 | 2 | -0/+8 |
| | | |||||
| * | chore(prettier): use spaces instead of tabs | Fuwn | 2024-10-09 | 2 | -50/+58 |
| | | |||||
| * | feat(graphql): add badgeCount field | Fuwn | 2024-10-08 | 2 | -5/+13 |
| | | |||||
| * | fix(graphql): return null for no user id access | Fuwn | 2024-10-07 | 2 | -1/+3 |
| | | |||||
| * | fix(graphql): wait for database update on badge mutation | Fuwn | 2024-10-07 | 1 | -3/+3 |
| | | |||||
| * | feat(badges): return user for badge mutations | Fuwn | 2024-10-06 | 2 | -7/+11 |
| | | |||||
| * | feat(user): live update for mutations | Fuwn | 2024-10-06 | 2 | -17/+22 |
| | | |||||
| * | feat(user): use preferences graphl api | Fuwn | 2024-10-06 | 1 | -2/+2 |
| | | |||||
| * | feat(badges): use preferences graphql api | Fuwn | 2024-10-06 | 2 | -16/+86 |
| | | |||||
| * | feat(badges): move badge operations to graphql | Fuwn | 2024-10-06 | 2 | -9/+135 |
| | | |||||
| * | chore(npm): fix graphql builder | Fuwn | 2024-09-28 | 1 | -8/+8 |
| | | |||||
| * | feat(user): move profile page badges to graphql | Fuwn | 2024-09-28 | 1 | -2/+2 |
| | | |||||
| * | feat(graphl): set up user module | Fuwn | 2024-09-28 | 3 | -0/+40 |