| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | perf(transitions): narrow the universal * selector | Fuwn | 25 hours | 1 | -1/+13 |
| | | | | | | | | | | Replace the * { transition: color/bg/border/shadow } rule with a :where() list of the surfaces that actually receive state changes (anchors, buttons, form controls, cards, details/summary, role=button, role=menuitem, role=option). Every element no longer pays the transition (especially box-shadow, the costly one) on theme switch or parent re-paint. | ||||
| * | refactor(motion): introduce easing/duration tokens | Fuwn | 8 days | 1 | -4/+4 |
| | | | | | 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 | 1 | -43/+43 |
| | | |||||
| * | format: Apply Prettier formatting | Fuwn | 2026-01-22 | 1 | -2/+5 |
| | | |||||
| * | format: Apply Prettier formatting | Fuwn | 2025-12-15 | 1 | -5/+2 |
| | | |||||
| * | style: Reformat using latest formatting | Fuwn | 2025-06-11 | 1 | -2/+5 |
| | | |||||
| * | chore(prettier): use spaces instead of tabs | Fuwn | 2024-10-09 | 1 | -40/+40 |
| | | |||||
| * | feat(css): global colour transition | Fuwn | 2024-03-17 | 1 | -0/+5 |
| | | |||||
| * | refactor(styles): move out to src | Fuwn | 2024-01-23 | 1 | -0/+43 |