aboutsummaryrefslogtreecommitdiff
path: root/src/routes/schedule
Commit message (Collapse)AuthorAgeFilesLines
* style(breakpoints): consolidate 9 ad-hoc values into 5 SCSS tokensFuwn20 hours1-2/+4
| | | | | | | | | | | | | | | | 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 overridesFuwn2026-03-011-17/+23
|
* 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-22/+22
|
* fix: Resolve unused imports, dead code, and type definitionsFuwn2026-01-231-1/+0
|
* refactor: Migrate event handlers to new Svelte 5 syntaxFuwn2026-01-231-1/+1
|
* refactor(layout): Replace empty p elements with reusable Spacer componentFuwn2026-01-231-2/+3
|
* style(src): Remove self-closing p and div tagsFuwn2025-06-231-2/+2
|
* feat(schedule): filter media list entries toggleFuwn2024-10-091-1/+3
|
* chore(prettier): use spaces instead of tabsFuwn2024-10-091-48/+48
|
* feat(schedule): better tooltipFuwn2024-04-261-0/+6
|
* feat(schedule): use gridFuwn2024-04-261-10/+9
|
* feat(schedule): remove crunchyroll datesFuwn2024-04-071-4/+4
|
* refactor(anilist): move to data moduleFuwn2024-02-081-2/+2
|
* feat(schedule): use global subsplease and modifyFuwn2024-02-061-44/+28
|
* refactor(skeleton): move to loading moduleFuwn2024-01-311-1/+1
|
* feat: more fancy loadersFuwn2024-01-301-0/+9
|
* feat: more fluid skeleton uiFuwn2024-01-251-11/+2
|
* feat(schedule): better fitting skeletion loadingFuwn2024-01-251-2/+2
|
* feat: hide loading progressFuwn2024-01-251-4/+4
|
* feat(schedule): skeleton loadingFuwn2024-01-241-2/+11
|
* refactor(schedule): move module out of toolsFuwn2024-01-211-3/+3
|
* refactor(schedule): move top-level tool to routeFuwn2024-01-211-3/+91
|
* refactor(schedule): move to libFuwn2024-01-011-218/+3
|
* feat(schedule): add crunchyroll scheduleFuwn2024-01-011-0/+9
|
* feat(schedule): new columnsFuwn2024-01-011-6/+4
|
* fix(schedule): null episodesFuwn2024-01-011-1/+3
|
* chore(svelte): alias storesFuwn2023-12-311-1/+1
|
* feat(hovercover): allow for no subsFuwn2023-12-281-2/+5
|
* refactor(schedule): move hover cover to componentFuwn2023-12-281-47/+16
|
* feat(routes): route-specific head titleFuwn2023-12-251-0/+3
|
* refactor(error): move rate-limited to moduleFuwn2023-12-241-1/+1
|
* refactor(utility): move utilities to moduleFuwn2023-12-241-1/+1
|
* fix(schedule): loading message orderFuwn2023-12-221-4/+4
|
* feat(schedule): better loading messageFuwn2023-12-221-18/+18
|
* feat(schedule): day filterFuwn2023-12-211-1/+11
|
* feat(routes): add blockquote to top level selectFuwn2023-12-211-13/+11
|
* feat(schedule): remove duplicate timezone displayFuwn2023-12-211-15/+13
|
* refactor(airing): subtitled moduleFuwn2023-12-201-2/+2
|
* refactor(airing): move to moduleFuwn2023-12-201-1/+1
|
* feat(schedule): display episodeFuwn2023-12-201-0/+6
|
* feat(schedule): respect outbound linksFuwn2023-12-201-2/+12
|
* feat(schedule): match media to anilistFuwn2023-12-201-58/+95
|
* fix(schedule): uri encode anilist searchFuwn2023-12-191-1/+4
|
* chore(schedule): typesFuwn2023-12-181-2/+7
|
* feat(schedule): move current day to firstFuwn2023-12-181-1/+14
|
* feat(schedule): timezone pickerFuwn2023-12-181-1/+22
|
* fix(schedule): off-screen clippingFuwn2023-12-181-3/+13
|
* feat(schedule): hoverable coverFuwn2023-12-181-12/+46
|