| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | style(breakpoints): consolidate 9 ad-hoc values into 5 SCSS tokens | Fuwn | 21 hours | 1 | -3/+5 |
| | | | | | | | | | | | | | | | | | 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. | ||||
| * | fix(cache): preserve hydrated client state | Fuwn | 2026-03-28 | 1 | -1/+5 |
| | | |||||
| * | chore(biome): drop formatter style overrides | Fuwn | 2026-03-01 | 4 | -105/+126 |
| | | |||||
| * | chore(biome): re-enable noImplicitAnyLet rule | Fuwn | 2026-03-01 | 1 | -1/+2 |
| | | |||||
| * | chore(biome): enable svelte linting | Fuwn | 2026-03-01 | 1 | -2/+2 |
| | | |||||
| * | chore(biome): enable svelte formatting | Fuwn | 2026-03-01 | 3 | -134/+132 |
| | | |||||
| * | refactor(layout): Replace empty p elements with reusable Spacer component | Fuwn | 2026-01-23 | 1 | -2/+3 |
| | | |||||
| * | fix(html): Replace self-closing non-void HTML elements with proper closing tags | Fuwn | 2026-01-23 | 1 | -2/+2 |
| | | |||||
| * | format: Apply Prettier formatting | Fuwn | 2026-01-22 | 1 | -1/+4 |
| | | |||||
| * | format: Apply Prettier formatting | Fuwn | 2025-12-15 | 2 | -6/+3 |
| | | |||||
| * | fix(CoverBypass): Remove unused attribute | Fuwn | 2025-06-23 | 1 | -1/+1 |
| | | |||||
| * | style(src): Remove self-closing p and div tags | Fuwn | 2025-06-23 | 1 | -2/+2 |
| | | |||||
| * | style: Reformat using latest formatting | Fuwn | 2025-06-11 | 1 | -1/+4 |
| | | |||||
| * | feat(schedule): filter media list entries toggle | Fuwn | 2024-10-09 | 1 | -80/+123 |
| | | |||||
| * | chore(prettier): use spaces instead of tabs | Fuwn | 2024-10-09 | 4 | -311/+311 |
| | | |||||
| * | feat(settings): data saver | Fuwn | 2024-08-22 | 2 | -2/+6 |
| | | |||||
| * | fix(CoverBypass): tooltip disable | Fuwn | 2024-04-26 | 1 | -1/+1 |
| | | |||||
| * | feat(schedule): use global cover width | Fuwn | 2024-04-26 | 1 | -7/+6 |
| | | |||||
| * | feat(schedule): better tooltip | Fuwn | 2024-04-26 | 1 | -34/+59 |
| | | |||||
| * | feat(schedule): use grid | Fuwn | 2024-04-26 | 2 | -52/+20 |
| | | |||||
| * | feat: replace hover cover with image tooltip | Fuwn | 2024-04-15 | 1 | -31/+3 |
| | | |||||
| * | feat(schedule): fix current day episode | Fuwn | 2024-03-10 | 1 | -7/+8 |
| | | |||||
| * | refactor: ids to classes | Fuwn | 2024-02-19 | 1 | -2/+2 |
| | | |||||
| * | fix(days): subtract from episode if today | Fuwn | 2024-02-14 | 1 | -1/+1 |
| | | |||||
| * | refactor(anilist): move to data module | Fuwn | 2024-02-08 | 2 | -2/+2 |
| | | |||||
| * | refactor(data): move static data to module | Fuwn | 2024-02-07 | 1 | -1/+1 |
| | | |||||
| * | fix(schedule): use adjusted episode day | Fuwn | 2024-02-06 | 1 | -1/+1 |
| | | |||||
| * | feat(cover-card): expand on hover | Fuwn | 2024-02-02 | 1 | -0/+9 |
| | | |||||
| * | feat(schedule): larger top margin for title | Fuwn | 2024-02-02 | 1 | -1/+1 |
| | | |||||
| * | feat(schedule): shorten long titles | Fuwn | 2024-02-02 | 1 | -2/+14 |
| | | |||||
| * | fix(schedule): use non-custom cover width | Fuwn | 2024-02-02 | 1 | -4/+1 |
| | | |||||
| * | refactor: global opacity class | Fuwn | 2024-01-31 | 1 | -3/+3 |
| | | |||||
| * | refactor(css): use gap for all gaps | Fuwn | 2024-01-31 | 1 | -2/+1 |
| | | |||||
| * | refactor(schedule): move module out of tools | Fuwn | 2024-01-21 | 4 | -0/+363 |