aboutsummaryrefslogtreecommitdiff
path: root/src/lib/Schedule/Days.svelte
Commit message (Collapse)AuthorAgeFilesLines
* style(breakpoints): consolidate 9 ad-hoc values into 5 SCSS tokensFuwn40 hours1-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 stateFuwn2026-03-281-1/+5
|
* chore(biome): drop formatter style overridesFuwn2026-03-011-72/+87
|
* chore(biome): re-enable noImplicitAnyLet ruleFuwn2026-03-011-1/+2
|
* chore(biome): enable svelte lintingFuwn2026-03-011-2/+2
|
* chore(biome): enable svelte formattingFuwn2026-03-011-86/+84
|
* format: Apply Prettier formattingFuwn2026-01-221-1/+4
|
* format: Apply Prettier formattingFuwn2025-12-151-4/+1
|
* style: Reformat using latest formattingFuwn2025-06-111-1/+4
|
* feat(schedule): filter media list entries toggleFuwn2024-10-091-80/+123
|
* chore(prettier): use spaces instead of tabsFuwn2024-10-091-183/+183
|
* feat(settings): data saverFuwn2024-08-221-1/+3
|
* feat(schedule): use global cover widthFuwn2024-04-261-7/+6
|
* feat(schedule): better tooltipFuwn2024-04-261-34/+59
|
* feat(schedule): use gridFuwn2024-04-261-49/+14
|
* feat(schedule): fix current day episodeFuwn2024-03-101-7/+8
|
* refactor: ids to classesFuwn2024-02-191-2/+2
|
* fix(days): subtract from episode if todayFuwn2024-02-141-1/+1
|
* refactor(anilist): move to data moduleFuwn2024-02-081-1/+1
|
* fix(schedule): use adjusted episode dayFuwn2024-02-061-1/+1
|
* feat(cover-card): expand on hoverFuwn2024-02-021-0/+9
|
* feat(schedule): larger top margin for titleFuwn2024-02-021-1/+1
|
* fix(schedule): use non-custom cover widthFuwn2024-02-021-4/+1
|
* refactor: global opacity classFuwn2024-01-311-3/+3
|
* refactor(css): use gap for all gapsFuwn2024-01-311-2/+1
|
* refactor(schedule): move module out of toolsFuwn2024-01-211-0/+194