aboutsummaryrefslogtreecommitdiff
path: root/src/routes
Commit message (Expand)AuthorAgeFilesLines
* feat(nav): collapse hamburger menu on scrollFuwn21 hours1-0/+2
* fix(transitions): restore background-color on global anchor transitionFuwn21 hours1-0/+1
* style(breakpoints): consolidate 9 ad-hoc values into 5 SCSS tokensFuwn21 hours5-12/+22
* style(nav): add --base0011-strong for grounded glass on nav surfacesFuwn22 hours1-3/+4
* style(motion): introduce --duration-base for panel-class transitionsFuwn22 hours1-7/+7
* feat(nav): restore scroll-hide and animate mobile hamburgerFuwn22 hours1-8/+24
* fix(nav): close dropdowns and hamburger on touch / outside clickFuwn22 hours1-1/+6
* feat(nav): float header as a corner hamburger under 800pxFuwn22 hours1-2/+130
* fix(a11y): scope focus-visible ring to header itemsFuwn4 days1-0/+10
* ui(settings): collapse the debug panel by defaultFuwn4 days1-1/+1
* refactor(colours): tokenise card shadows and scrimsFuwn4 days1-2/+2
* style(card): move backdrop blur to an opt-in .card-glass modifierFuwn4 days1-1/+1
* feat(a11y): respect prefers-reduced-motionFuwn5 days1-2/+4
* refactor(motion): introduce easing/duration tokensFuwn12 days1-4/+4
* style(header): soften hide/show curve with ease-out-quartFuwn12 days1-1/+1
* style(anchor): narrow global anchor transition to color/opacityFuwn12 days1-1/+4
* fix(scroll): route LandingHero scroll-down through LenisFuwn12 days1-0/+5
* feat(scroll): add global smooth scrolling via LenisFuwn12 days1-0/+7
* feat(command-palette): add quick toggles, sync, and auth actionsFuwn2026-04-261-1/+12
* Revert "fix(api): drop unused redirect query param from oauth refresh"Fuwn2026-04-181-1/+3
* fix(api): await setShadowHidden in badges PUTFuwn2026-04-181-1/+4
* fix(api): drop unused redirect query param from oauth refreshFuwn2026-04-181-3/+1
* fix(api): gate badge click-count on Origin and fix 401 response reuseFuwn2026-04-181-9/+11
* fix(api): encode subsplease timezone to prevent query-param injectionFuwn2026-04-181-5/+6
* fix(ui): balance homepage media panelsFuwn2026-04-121-62/+220
* revert(ui): remove april fools executive modeFuwn2026-04-023-99/+22
* fix(ui): tune april fools notification copyFuwn2026-04-011-1/+1
* fix(ui): simplify april fools controlsFuwn2026-04-011-15/+52
* feat(ui): add april fools executive modeFuwn2026-04-013-22/+62
* fix(badges): hide outbound link noticeFuwn2026-04-011-1/+1
* fix(state): restore persisted list UI stateFuwn2026-03-282-4/+6
* fix(cache): preserve hydrated client stateFuwn2026-03-281-1/+2
* fix(auth): ignore malformed user cookiesFuwn2026-03-286-24/+54
* fix(api): keep preferences publicly readableFuwn2026-03-271-4/+1
* fix(profile): restore owner controls for new accountsFuwn2026-03-272-21/+41
* refactor(supabase): move app access to service roleFuwn2026-03-272-40/+56
* fix(actions): resolve quality and trigger deploy driftFuwn2026-03-221-6/+8
* perf: lazy-load authenticated list surfacesFuwn2026-03-222-25/+145
* refactor: centralise site origin usageFuwn2026-03-2211-61/+44
* refactor(effect): add request body schema decoders to api routesFuwn2026-03-034-5/+36
* refactor(effect): migrate api auth cookie decodingFuwn2026-03-034-57/+18
* refactor(effect): migrate core auth decode boundariesFuwn2026-03-032-18/+6
* chore(cleanup): remove stale eslint directivesFuwn2026-03-012-3/+0
* chore(biome): drop formatter style overridesFuwn2026-03-0153-1463/+1597
* chore(biome): re-enable noImplicitAnyLet ruleFuwn2026-03-0111-11/+22
* chore(biome): enable svelte lintingFuwn2026-03-012-3/+3
* chore(biome): enable svelte formattingFuwn2026-03-0121-955/+954
* chore(biome): re-enable noDoubleEquals ruleFuwn2026-03-011-1/+1
* chore(types): decouple app code from fragile generated route typesFuwn2026-03-011-1/+1
* perf: optimise list hot paths and shared timersFuwn2026-03-013-9/+9