| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | fix(badges): drop content-visibility that clipped tooltip and tilt | Fuwn | 17 hours | 1 | -5/+0 |
| | | | | | | | | | | | content-visibility: auto (added in e65a7257) forces paint containment while the cell is on-screen. That clips overflow and makes the cell the containing block for absolutely-positioned descendants, which sliced off the FallbackBadge hover scale and 3D parallax tilt and trapped the LinkedTooltip inside the badge cell. The wall's interactions are overflow-based, so the off-screen perf optimisation is incompatible with them. | ||||
| * | perf(load): font-display swap and content-visibility on badge wall | Fuwn | 2026-05-19 | 1 | -0/+5 |
| | | | | | | | | | | | | | | Two unrelated modernisations: - Adds &display=swap to the Roboto and Overpass Google Fonts URLs imported by Wrapped's stylesheet. Avoids the invisible-text flash during font load on the Wrapped page; DM Sans already had this. - Adds content-visibility: auto to each child of .badges (the grid on the badge wall page). Browser skips layout and paint for off -screen badges until they scroll into view. contain-intrinsic-size auto 8rem reserves placeholder space so the scrollbar stays stable. | ||||
| * | chore(biome): drop formatter style overrides | Fuwn | 2026-03-01 | 1 | -4/+4 |
| | | |||||
| * | chore(prettier): use spaces instead of tabs | Fuwn | 2024-10-09 | 1 | -4/+4 |
| | | |||||
| * | refactor(badges): move awc to component | Fuwn | 2024-05-13 | 1 | -0/+16 |