aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* style(colours.css): Run formatterFuwn7 hours1-12/+12
* refactor(colours): tokenise card shadows and scrimsFuwn7 hours12-32/+26
* style(card): move backdrop blur to an opt-in .card-glass modifierFuwn7 hours7-5/+9
* fix(a11y): drop redundant alts and the landing em dashFuwn7 hours6-6/+6
* perf(transitions): narrow the universal * selectorFuwn8 hours1-1/+13
* perf(images): lazy-load and async-decode off-screen imageryFuwn9 hours10-8/+25
* fix(a11y): give CommandPalette real dialog and combobox semanticsFuwn9 hours1-3/+47
* style(a11y): drop redundant border-radius from Dropdown focus ruleFuwn10 hours1-1/+0
* style(a11y): round the focus-visible ringFuwn10 hours1-0/+1
* fix(a11y): make header Dropdown keyboard-operableFuwn10 hours1-6/+83
* feat(a11y): respect prefers-reduced-motionFuwn10 hours2-2/+15
* fix(a11y): restore focus-visible ringFuwn10 hours1-1/+6
* refactor(motion): introduce easing/duration tokensFuwn7 days4-8/+15
* style(header): soften hide/show curve with ease-out-quartFuwn7 days1-1/+1
* style(anchor): narrow global anchor transition to color/opacityFuwn7 days1-1/+4
* style(transitions): lengthen page transition for smoother feelFuwn7 days1-1/+1
* fix(scroll): route LandingHero scroll-down through LenisFuwn7 days3-1/+14
* feat(scroll): add global smooth scrolling via LenisFuwn7 days1-0/+7
* style: apply biome formatterFuwn2026-04-284-9/+14
* refactor(airing): unify countdown formatter into shared helperFuwn2026-04-283-121/+67
* fix(airing): round residual hour and minute in AiringTime componentFuwn2026-04-281-8/+8
* fix(airing): floor hour consistently in hours countdownFuwn2026-04-281-3/+9
* fix(airing): round residual hour in days countdownFuwn2026-04-281-2/+7
* feat(command-palette): add quick toggles, sync, and auth actionsFuwn2026-04-264-1/+326
* fix(tooltip): park off-screen on create, enable glide after first placementFuwn2026-04-192-4/+9
* Revert "fix(tooltip): use fixed positioning and snappy cursor tracking"Fuwn2026-04-192-12/+15
* fix(tooltip): use fixed positioning and snappy cursor trackingFuwn2026-04-192-15/+12
* Revert "fix(tooltip): park measurement node off-screen to stop body resize"Fuwn2026-04-192-5/+0
* Revert "fix(tooltip): drop position transition so tooltip snaps instead of sl...Fuwn2026-04-191-1/+1
* fix(tooltip): drop position transition so tooltip snaps instead of slidingFuwn2026-04-191-1/+1
* fix(tooltip): park measurement node off-screen to stop body resizeFuwn2026-04-192-0/+5
* refactor(wrapped): simplify redundant new Date(Date.now()) callsFuwn2026-04-181-2/+2
* refactor(naming): replace banned ctx abbreviation with full namesFuwn2026-04-181-3/+3
* Revert "fix(api): drop unused redirect query param from oauth refresh"Fuwn2026-04-181-1/+3
* fix(settings): propagate inner json/handler errors to outer catchFuwn2026-04-181-35/+36
* fix(tooltip): remove body-appended tooltip node on destroyFuwn2026-04-181-0/+12
* fix(notification): clear auto-dismiss timer on component destroyFuwn2026-04-181-1/+5
* fix(settings): catch errors in settings sync fetch chainsFuwn2026-04-181-12/+16
* 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(easter-event): drop dead resize/scroll listener cleanupFuwn2026-04-181-3/+0
* fix(media): guard publicMediaListCollection against missing AniList dataFuwn2026-04-181-17/+18
* fix(user): pass actual description to badge preview alt textFuwn2026-04-181-1/+1
* fix(schedule): stop duplicating first page in season paginationFuwn2026-04-181-37/+18
* 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(utility): treat .localhost subdomains as private in appOriginFuwn2026-04-181-0/+1
* fix(ui): hide list count badge when no media is displayedFuwn2026-04-172-2/+2
* fix(ui): reset media list filter when its custom list disappearsFuwn2026-04-172-0/+20
* fix(ui): hide follow-fix toggle link until a username is enteredFuwn2026-04-171-3/+5