| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | feat(a11y): respect prefers-reduced-motion | Fuwn | 21 hours | 1 | -0/+11 |
| | | | | | | | | Add a global reduced-motion media query that collapses animation and transition durations and disables smooth scroll. Skip Lenis init when the same preference is set so the JS-driven smooth scroll falls back to the browser default, which the spec already honours. | ||||
| * | fix(a11y): restore focus-visible ring | Fuwn | 21 hours | 1 | -1/+6 |
| | | | | | | | | Replace `a:focus { outline: none }` with `:focus { outline: none }` + `:focus-visible { outline: 2px solid var(--base0D); outline-offset: 2px }` so keyboard users see focus on every interactive element while mouse clicks stay clean. | ||||
| * | refactor(motion): introduce easing/duration tokens | Fuwn | 8 days | 2 | -4/+10 |
| | | | | | Add --ease-out-quart, --ease-in-out-quart, --duration-fast, --duration-slow in motion.css and migrate the global anchor, header, and theme-switch transitions to use them. Establishes a shared motion vocabulary for future polish. | ||||
| * | chore(biome): drop formatter style overrides | Fuwn | 2026-03-01 | 8 | -229/+229 |
| | | |||||
| * | chore(biome): enable css formatting | Fuwn | 2026-03-01 | 4 | -28/+18 |
| | | |||||
| * | perf(fonts): Move font loading to HTML for faster FCP | Fuwn | 2026-02-03 | 1 | -1/+0 |
| | | |||||
| * | feat(List): Add media roulette | Fuwn | 2026-01-23 | 1 | -0/+9 |
| | | |||||
| * | format: Apply Prettier formatting | Fuwn | 2026-01-22 | 4 | -9/+33 |
| | | |||||
| * | format: Apply Prettier formatting | Fuwn | 2025-12-15 | 4 | -33/+9 |
| | | |||||
| * | style: Reformat using latest formatting | Fuwn | 2025-06-11 | 4 | -9/+33 |
| | | |||||
| * | chore(prettier): use spaces instead of tabs | Fuwn | 2024-10-09 | 11 | -260/+260 |
| | | |||||
| * | fix(badge.css): remove button styling | Fuwn | 2024-05-05 | 1 | -0/+6 |
| | | |||||
| * | fix(input.css): input y alignment | Fuwn | 2024-05-05 | 1 | -2/+15 |
| | | |||||
| * | fix(input.css): input y alignment | Fuwn | 2024-05-04 | 1 | -6/+0 |
| | | |||||
| * | feat(badges): custom css | Fuwn | 2024-04-02 | 1 | -2/+4 |
| | | |||||
| * | feat(css): global colour transition | Fuwn | 2024-03-17 | 1 | -0/+5 |
| | | |||||
| * | fix(css): file input text colour | Fuwn | 2024-03-17 | 1 | -0/+5 |
| | | |||||
| * | feat(girls): hoverable images | Fuwn | 2024-03-03 | 1 | -0/+23 |
| | | |||||
| * | refactor: ids to classes | Fuwn | 2024-02-19 | 1 | -2/+2 |
| | | |||||
| * | fix(popup): better light mode background-colour | Fuwn | 2024-02-19 | 1 | -0/+6 |
| | | |||||
| * | feat(css): tamer input shadows | Fuwn | 2024-02-11 | 1 | -2/+4 |
| | | |||||
| * | feat(message): use fullscreen popup | Fuwn | 2024-02-04 | 1 | -2/+2 |
| | | |||||
| * | feat(popup): blur fullscreen backdrop | Fuwn | 2024-02-04 | 1 | -0/+1 |
| | | |||||
| * | feat(badges): import mode | Fuwn | 2024-02-04 | 1 | -0/+7 |
| | | |||||
| * | feat(css): pad summary | Fuwn | 2024-02-03 | 1 | -0/+4 |
| | | |||||
| * | fix(typography): opaque | Fuwn | 2024-02-03 | 1 | -8/+0 |
| | | |||||
| * | feat(input): prettier inputs | Fuwn | 2024-02-01 | 1 | -0/+14 |
| | | |||||
| * | fix(sequelyspy): require login | Fuwn | 2024-02-01 | 1 | -0/+11 |
| | | |||||
| * | feat(user): rainbow owner badge | Fuwn | 2024-01-31 | 1 | -0/+47 |
| | | |||||
| * | refactor: global opacity class | Fuwn | 2024-01-31 | 1 | -0/+6 |
| | | |||||
| * | feat(layout): dropdown for schedule | Fuwn | 2024-01-31 | 1 | -0/+6 |
| | | |||||
| * | refactor(styles): move out to src | Fuwn | 2024-01-23 | 9 | -0/+330 |