| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | style(breakpoints): consolidate 9 ad-hoc values into 5 SCSS tokens | Fuwn | 23 hours | 1 | -0/+1 |
| | | | | | | | | | | | | | | | | | Adds src/styles/_breakpoints.scss with five canonical tokens (\$bp-sm 600, \$bp-md 800, \$bp-lg 1024, \$bp-xl 1280, \$bp-2xl 1600) and migrates all 15 @media (max-width: ...) occurrences across 9 files. Configures vite.config.ts with scss loadPaths so any file can @use "breakpoints" without relative paths. Conservative rounding-up where existing values were near-duplicates: 500 and 512 collapse to 600, 768 collapses to 800, 1000 collapses to 1024. Slightly more viewports get the smaller-layout treatment in those bands, which is usually beneficial on cramped widths. Converts 7 Svelte files from <style> to <style lang="scss"> to access the SCSS tokens. SCSS is a CSS superset, so existing rules stay valid. | ||||
| * | chore(biome): drop formatter style overrides | Fuwn | 2026-03-01 | 1 | -27/+27 |
| | | |||||
| * | fix(vite): Use modern Sass compiler API to resolve deprecation warnings | Fuwn | 2026-01-23 | 1 | -1/+6 |
| | | |||||
| * | build(vite): Optimise CSS | Fuwn | 2025-06-23 | 1 | -0/+7 |
| | | |||||
| * | chore(prettier): use spaces instead of tabs | Fuwn | 2024-10-09 | 1 | -12/+12 |
| | | |||||
| * | feat(api): set up graphql api | Fuwn | 2024-09-28 | 1 | -1/+2 |
| | | |||||
| * | chore(vite): remove https | Fuwn | 2023-12-18 | 1 | -8/+8 |
| | | |||||
| * | feat(vite): use bun natives | Fuwn | 2023-12-08 | 1 | -3/+6 |
| | | |||||
| * | feat: https and animeschedule oauth | Fuwn | 2023-12-08 | 1 | -1/+9 |
| | | |||||
| * | feat(badges): switch to http get | Fuwn | 2023-10-29 | 1 | -2/+2 |
| | | |||||
| * | feat(badges): websocket loading | Fuwn | 2023-10-29 | 1 | -1/+2 |
| | | |||||
| * | feat: initial build | Fuwn | 2023-08-26 | 1 | -0/+6 |