aboutsummaryrefslogtreecommitdiff
path: root/src/routes/girls
Commit message (Collapse)AuthorAgeFilesLines
* style(breakpoints): consolidate 9 ad-hoc values into 5 SCSS tokensFuwn4 days1-5/+7
| | | | | | | | | | | | | | | | 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-013-15/+15
|
* chore(biome): re-enable noImplicitAnyLet ruleFuwn2026-03-011-1/+2
|
* chore(biome): enable svelte formattingFuwn2026-03-012-12/+12
|
* refactor(layout): Replace empty p elements with reusable Spacer componentFuwn2026-01-231-2/+3
|
* fix(html): Replace self-closing non-void HTML elements with proper closing tagsFuwn2026-01-231-2/+2
|
* format: Apply Prettier formattingFuwn2025-12-151-2/+2
|
* style(src): Remove self-closing p and div tagsFuwn2025-06-231-2/+2
|
* chore(prettier): use spaces instead of tabsFuwn2024-10-093-148/+148
|
* feat(girls): hoverable imagesFuwn2024-03-032-2/+12
|
* feat(girls): make languages card a detailsFuwn2024-03-031-3/+11
|
* feat(girls): senpy integrationFuwn2024-03-033-0/+158