aboutsummaryrefslogtreecommitdiff
path: root/src/routes/+layout.svelte
Commit message (Expand)AuthorAgeFilesLines
* feat(nav): collapse hamburger menu on scrollFuwn32 hours1-0/+2
* fix(transitions): restore background-color on global anchor transitionFuwn32 hours1-0/+1
* style(breakpoints): consolidate 9 ad-hoc values into 5 SCSS tokensFuwn33 hours1-1/+3
* style(nav): add --base0011-strong for grounded glass on nav surfacesFuwn33 hours1-3/+4
* style(motion): introduce --duration-base for panel-class transitionsFuwn33 hours1-7/+7
* feat(nav): restore scroll-hide and animate mobile hamburgerFuwn33 hours1-8/+24
* fix(nav): close dropdowns and hamburger on touch / outside clickFuwn33 hours1-1/+6
* feat(nav): float header as a corner hamburger under 800pxFuwn34 hours1-2/+130
* fix(a11y): scope focus-visible ring to header itemsFuwn4 days1-0/+10
* style(card): move backdrop blur to an opt-in .card-glass modifierFuwn5 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(ui): remove april fools executive modeFuwn2026-04-021-85/+12
* 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-011-12/+48
* fix(profile): restore owner controls for new accountsFuwn2026-03-271-7/+15
* chore(biome): drop formatter style overridesFuwn2026-03-011-131/+157
* chore(biome): re-enable noImplicitAnyLet ruleFuwn2026-03-011-1/+2
* chore(biome): enable svelte formattingFuwn2026-03-011-148/+147
* fix: Resolve all ESLint errors and warningsFuwn2026-01-291-1/+1
* feat(+layout.svelte): Add Web AnalyticsFuwn2026-01-261-0/+3
* refactor: Migrate event handlers to new Svelte 5 syntaxFuwn2026-01-231-1/+1
* refactor(layout): Replace empty p elements with reusable Spacer componentFuwn2026-01-231-1/+2
* fix(html): Replace self-closing non-void HTML elements with proper closing tagsFuwn2026-01-231-1/+1
* fix(notifications): Replace svelte-notifications with custom store for Svelte 5Fuwn2026-01-221-4/+3
* format: Apply Prettier formattingFuwn2026-01-221-7/+21
* format: Apply Prettier formattingFuwn2025-12-151-22/+8
* style(src): Remove self-closing p and div tagsFuwn2025-06-231-1/+1
* feat: Move remaining localStorage usages to localforageFuwn2025-06-121-14/+14
* fix: Migrate localStorage.removeItem to localforage for anime and manga storesFuwn2025-06-111-7/+24
* refactor(CommandPalette): Globally rename action typeFuwn2025-05-151-2/+2
* feat: Add command paletteFuwn2025-05-061-0/+5
* fix(layout): remove invalid local user entriesFuwn2025-01-281-2/+4
* chore(prettier): use spaces instead of tabsFuwn2024-10-091-318/+318
* refactor(Data): rename database referencesFuwn2024-08-241-1/+1
* refactor(Database): separate providersFuwn2024-07-251-3/+1
* feat: background notificationsFuwn2024-07-241-30/+11
* feat(layout): browser notificationsFuwn2024-07-241-27/+25
* feat(pwa): anilist notificationsFuwn2024-07-081-2/+40
* fix(layout): ensure navigation is loadedFuwn2024-06-141-1/+1
* fix(layout): wait for en localeFuwn2024-04-271-89/+102
* refactor(lib): move componenets to modulesFuwn2024-04-211-1/+1
* fix(layout): check if browserFuwn2024-04-181-1/+3
* feat(layout): semi-sticky headerFuwn2024-04-181-2/+24