aboutsummaryrefslogtreecommitdiff
path: root/src/routes/user
Commit message (Expand)AuthorAgeFilesLines
* 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
* fix(badges): use correct id when hidingFuwn2024-05-211-1/+1
* feat(badges): individual badges shadow hidingFuwn2024-05-201-0/+24
* fix(badges): null check preferencesFuwn2024-05-201-3/+6
* feat(badges): move admin panel into owner panelFuwn2024-05-151-198/+203
* feat(badges): allow dismiss noticeFuwn2024-05-151-1/+14
* refactor(badges): move badges display to componentFuwn2024-05-131-98/+11
* refactor(badges): move awc to componentFuwn2024-05-131-104/+3
* feat(badges): use array for pinned categoriesFuwn2024-05-051-17/+12