aboutsummaryrefslogtreecommitdiff
path: root/src/routes/user
Commit message (Collapse)AuthorAgeFilesLines
* refactor(colours): tokenise card shadows and scrimsFuwn4 days1-2/+2
| | | | | | | | | | | Introduce --shadow-card, --shadow-card-emphasized, --shadow-cta, --scrim, --scrim-soft, and --scrim-banner. Migrate 14 inline literals (card.css, input.css, Notification, MediaRoulette, the two Landing CTA buttons, the popup overlay, the palette and roulette scrims, three identity banners, the user profile cover art shadow) onto the tokens, with light/dark adaptation handled by the existing prefers-color-scheme blocks instead of duplicated inline. Two single-use Landing demo-focus values stay inline.
* fix(badges): hide outbound link noticeFuwn2026-04-011-1/+1
|
* fix(cache): preserve hydrated client stateFuwn2026-03-281-1/+2
|
* fix(profile): restore owner controls for new accountsFuwn2026-03-271-14/+26
|
* chore(biome): drop formatter style overridesFuwn2026-03-017-487/+524
|
* chore(biome): re-enable noImplicitAnyLet ruleFuwn2026-03-012-2/+4
|
* chore(biome): enable svelte formattingFuwn2026-03-013-487/+487
|
* chore(types): decouple app code from fragile generated route typesFuwn2026-03-011-1/+1
|
* fix: Resolve all ESLint errors and warningsFuwn2026-01-292-5/+5
|
* fix: Add null guards and improve error messaging for user lookupsFuwn2026-01-234-6/+27
|
* refactor: Migrate event handlers to new Svelte 5 syntaxFuwn2026-01-232-30/+30
|
* refactor(layout): Replace empty p elements with reusable Spacer componentFuwn2026-01-232-24/+26
|
* fix(html): Replace self-closing non-void HTML elements with proper closing tagsFuwn2026-01-232-26/+26
|
* deps(svelte): Migrate to Svelte 5 with compatibility modeFuwn2026-01-221-3/+8
|
* format: Apply Prettier formattingFuwn2025-12-152-34/+31
|
* feat(badges): Add a no-load query parameterFuwn2025-09-061-8/+15
|
* style(src): Remove self-closing tags with attributesFuwn2025-06-231-2/+2
|
* style(src): Remove self-closing p and div tagsFuwn2025-06-232-24/+24
|
* feat: Move remaining localStorage usages to localforageFuwn2025-06-122-16/+17
|
* style: Reformat using latest formattingFuwn2025-06-111-2/+7
|
* feat: Add Badge Wall action to command paletteFuwn2025-05-061-1/+6
|
* fix(badges): Ignore empty user-set timeFuwn2025-05-041-1/+1
|
* fix(badges): Properly set badge time when mutatingFuwn2025-05-021-1/+1
|
* revert: Clean up easter eventFuwn2025-04-211-4/+1
|
* feat(EasterEgg): Add more eggsFuwn2025-04-191-1/+4
|
* chore(prettier): use spaces instead of tabsFuwn2024-10-096-1632/+1632
|
* feat(graphql): add badgeCount fieldFuwn2024-10-082-6/+3
|
* fix(graphql): wait for database update on badge mutationFuwn2024-10-071-1/+0
|
* fix(badges): fix field clearing regressionFuwn2024-10-071-0/+2
|
* chore(badges): remove old commentsFuwn2024-10-061-40/+0
|
* feat(badges): use locally cached identityFuwn2024-10-061-327/+301
|
* feat(user): request id in initial queryFuwn2024-10-061-0/+2
|
* feat(badges): return user for badge mutationsFuwn2024-10-062-40/+62
|
* feat(user): live update for mutationsFuwn2024-10-061-6/+30
|
* feat(user): use preferences graphl apiFuwn2024-10-062-51/+88
|
* feat(badges): use preferences graphql apiFuwn2024-10-063-43/+55
|
* feat(badges): move badge operations to graphqlFuwn2024-10-065-401/+496
|
* chore(npm): fix graphql builderFuwn2024-09-282-22/+22
|
* feat(user): move profile page badges to graphqlFuwn2024-09-284-21/+39
|
* refactor(Data): rename database referencesFuwn2024-08-242-3/+3
|
* feat(settings): data saverFuwn2024-08-221-1/+4
|
* refactor(Database): move Supabase user modules to User moduleFuwn2024-07-252-9/+9
|
* refactor(Database): separate providersFuwn2024-07-252-3/+3
|
* feat(BadgePreview): move seek buttons to preview panelFuwn2024-06-141-22/+4
|
* feat(badges): overseer wordingFuwn2024-06-131-5/+6
|
* refactor(badges): move category toggle to scriptFuwn2024-05-271-14/+14
|
* feat(hololive): parallax image for thumbnailsFuwn2024-05-271-1/+1
|
* fix(match): delayed and subtitled time compatibilityFuwn2024-05-241-4/+4
|
* fix(badges): shadow hide refreshFuwn2024-05-211-1/+1
|
* feat(badges): display number of shadow hiddenFuwn2024-05-211-2/+4
|