aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* fix(lists): pass pre-mutation progress to anime increment mutationHEADmainFuwn23 hours1-10/+5
* fix(locale): deep-merge fallback into partial namespace returnsFuwn42 hours1-7/+38
* refactor(locale): move hardcoded UI strings into english localeFuwn42 hours68-626/+1770
* fix(layout): preserve list panel when clicking action buttons in summaryFuwn4 days2-7/+9
* fix(lists): stop slot buttons from toggling the list detailsFuwn4 days1-1/+6
* fix(lists): show placeholder while animeLists is undefinedFuwn4 days1-0/+2
* fix(settings): send JSON Content-Type on configuration PUTsFuwn5 days3-0/+4
* feat(debug): add dry-run mutations modeFuwn5 days7-6/+45
* fix(lists): optimistic increment and snapshot to remove refresh flashFuwn5 days1-23/+23
* fix(lists): cross-trigger Upcoming and Due refresh on airing/intervalFuwn5 days2-14/+2
* fix(select): cap width to container to prevent mobile overflowFuwn6 days1-0/+1
* fix(tooltip): suppress hover tooltips on coarse-pointer devicesFuwn6 days2-0/+3
* feat(a11y): rename Disable Page Transitions to Reduce MotionFuwn7 days6-11/+26
* fix(nav): respect displayDisableAnimations in view transitionsFuwn7 days1-1/+2
* feat(nav): direction-aware view transitions, header excludedFuwn7 days2-0/+52
* perf(load): font-display swap and content-visibility on badge wallFuwn7 days2-2/+7
* feat(details): animate details open/close via Web Animations APIFuwn7 days1-0/+51
* feat(nav): collapse hamburger menu on scrollFuwn7 days1-0/+2
* fix(dropdown): scoped transition restores border-radius animationFuwn7 days1-0/+6
* fix(transitions): restore background-color on global anchor transitionFuwn7 days1-0/+1
* style(transitions): add .button-badge / .badge-info to :where()Fuwn7 days1-0/+2
* style(breakpoints): consolidate 9 ad-hoc values into 5 SCSS tokensFuwn7 days10-23/+54
* style(nav): add --base0011-strong for grounded glass on nav surfacesFuwn7 days2-3/+6
* style(motion): introduce --duration-base for panel-class transitionsFuwn7 days2-7/+8
* feat(nav): restore scroll-hide and animate mobile hamburgerFuwn7 days1-8/+24
* fix(nav): close dropdowns and hamburger on touch / outside clickFuwn7 days2-8/+15
* fix(hero): swap 100vh for 100dvh on landing heroFuwn7 days1-1/+1
* Revert "fix(a11y): bump touch targets to 44px under pointer:coarse"Fuwn7 days1-30/+0
* fix(a11y): bump command palette result rows to 44px on touchFuwn7 days1-0/+7
* feat(nav): float header as a corner hamburger under 800pxFuwn7 days1-2/+130
* fix(a11y): bump touch targets to 44px under pointer:coarseFuwn7 days1-0/+30
* fix(a11y): scope focus-visible ring to header itemsFuwn10 days1-0/+10
* ui(settings): collapse the debug panel by defaultFuwn11 days1-1/+1
* style(colours.css): Run formatterFuwn11 days1-12/+12
* refactor(colours): tokenise card shadows and scrimsFuwn11 days12-32/+26
* style(card): move backdrop blur to an opt-in .card-glass modifierFuwn11 days7-5/+9
* fix(a11y): drop redundant alts and the landing em dashFuwn11 days6-6/+6
* perf(transitions): narrow the universal * selectorFuwn11 days1-1/+13
* perf(images): lazy-load and async-decode off-screen imageryFuwn11 days10-8/+25
* fix(a11y): give CommandPalette real dialog and combobox semanticsFuwn11 days1-3/+47
* style(a11y): drop redundant border-radius from Dropdown focus ruleFuwn11 days1-1/+0
* style(a11y): round the focus-visible ringFuwn11 days1-0/+1
* fix(a11y): make header Dropdown keyboard-operableFuwn11 days1-6/+83
* feat(a11y): respect prefers-reduced-motionFuwn11 days2-2/+15
* fix(a11y): restore focus-visible ringFuwn11 days1-1/+6
* refactor(motion): introduce easing/duration tokensFuwn2026-05-084-8/+15
* style(header): soften hide/show curve with ease-out-quartFuwn2026-05-081-1/+1
* style(anchor): narrow global anchor transition to color/opacityFuwn2026-05-081-1/+4
* style(transitions): lengthen page transition for smoother feelFuwn2026-05-081-1/+1
* fix(scroll): route LandingHero scroll-down through LenisFuwn2026-05-083-1/+14