| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | refactor(locale): move hardcoded UI strings into english locale | Fuwn | 2 days | 1 | -21/+9 |
| | | | | | | | | | | | | | | | | | | Adds optional namespaces (common, errors, commandPalette, headTitle, notifications, schedule, events, home, reader, routes, badgePreview, badgeWall) and extends existing ones (settings.*, lists.*, tools.*, user.*, hololive.*) on the Locale interface. New fields are optional so japanese.ts can omit them; svelte-i18n's fallbackLocale handles the runtime miss. HeadTitle gains an optional routeKey prop for type-safe lookup. defaultActions becomes a factory so the command palette re-reads locale on language toggle. The existing JP feedback translation in routes/settings is preserved via japanese.ts. Out of scope (kept hardcoded): service-worker.ts, app.html, Landing*.svelte, tools.ts registry, Easter Event 2025 pages. | ||||
| * | style(breakpoints): consolidate 9 ad-hoc values into 5 SCSS tokens | Fuwn | 8 days | 1 | -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. | ||||
| * | ui(settings): collapse the debug panel by default | Fuwn | 11 days | 1 | -1/+1 |
| | | |||||
| * | chore(cleanup): remove stale eslint directives | Fuwn | 2026-03-01 | 1 | -1/+0 |
| | | |||||
| * | chore(biome): drop formatter style overrides | Fuwn | 2026-03-01 | 1 | -15/+15 |
| | | |||||
| * | chore(biome): re-enable noImplicitAnyLet rule | Fuwn | 2026-03-01 | 1 | -1/+2 |
| | | |||||
| * | chore(biome): enable svelte formatting | Fuwn | 2026-03-01 | 1 | -23/+23 |
| | | |||||
| * | refactor: Migrate event handlers to new Svelte 5 syntax | Fuwn | 2026-01-23 | 1 | -1/+1 |
| | | |||||
| * | 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 | -1/+1 |
| | | |||||
| * | format: Apply Prettier formatting | Fuwn | 2025-12-15 | 1 | -1/+1 |
| | | |||||
| * | style(src): Remove self-closing p and div tags | Fuwn | 2025-06-23 | 1 | -2/+2 |
| | | |||||
| * | revert: Clean up easter event | Fuwn | 2025-04-21 | 1 | -4/+1 |
| | | |||||
| * | fix(EasterEgg): Fix odd cases and general implementation | Fuwn | 2025-04-19 | 1 | -4/+2 |
| | | |||||
| * | feat: Add AniList Badges Easter Event 2025 demo #2 | Fuwn | 2025-04-10 | 1 | -1/+6 |
| | | |||||
| * | chore(prettier): use spaces instead of tabs | Fuwn | 2024-10-09 | 1 | -80/+80 |
| | | |||||
| * | feat(hololive): parallax image for thumbnails | Fuwn | 2024-05-27 | 1 | -1/+0 |
| | | |||||
| * | feat(skeleton): animation delay | Fuwn | 2024-05-20 | 1 | -0/+1 |
| | | |||||
| * | fix(settings): unclickable and spacing for hash | Fuwn | 2024-05-13 | 1 | -2/+4 |
| | | |||||
| * | feat(settings): small sync and feeds | Fuwn | 2024-02-12 | 1 | -6/+26 |
| | | |||||
| * | refactor(settings): move rss feeds to component | Fuwn | 2024-02-12 | 1 | -42/+7 |
| | | |||||
| * | refactor(settings): move settings sync to component | Fuwn | 2024-02-12 | 1 | -80/+2 |
| | | |||||
| * | feat(settings): localise settings sync | Fuwn | 2024-02-12 | 1 | -5/+5 |
| | | |||||
| * | feat(settings): settings sync category | Fuwn | 2024-02-12 | 1 | -74/+80 |
| | | |||||
| * | feat(settings): remote or local settings sync toggle | Fuwn | 2024-02-12 | 1 | -12/+36 |
| | | |||||
| * | feat(settings): settings sync | Fuwn | 2024-02-12 | 1 | -0/+52 |
| | | |||||
| * | refactor(settings): remove rss wikipedia link | Fuwn | 2024-02-11 | 1 | -1/+2 |
| | | |||||
| * | refactor: remove wikipedia for rate-limit | Fuwn | 2024-02-11 | 1 | -1/+1 |
| | | |||||
| * | refactor(settings): move attributions to categories | Fuwn | 2024-02-11 | 1 | -1/+1 |
| | | |||||
| * | feat: use global login restriction warning | Fuwn | 2024-02-08 | 1 | -4/+2 |
| | | |||||
| * | feat(settings): use popup style login alert | Fuwn | 2024-02-08 | 1 | -1/+4 |
| | | |||||
| * | feat(settings): remove notice | Fuwn | 2024-02-04 | 1 | -3/+2 |
| | | |||||
| * | refactor(layout): move commit sha to global | Fuwn | 2024-01-27 | 1 | -5/+0 |
| | | |||||
| * | fix(settings): notice grammar | Fuwn | 2024-01-25 | 1 | -2/+2 |
| | | |||||
| * | feat(settings): hard localise feedback | Fuwn | 2024-01-24 | 1 | -8/+20 |
| | | |||||
| * | feat(locale): localise notice text | Fuwn | 2024-01-24 | 1 | -1/+1 |
| | | |||||
| * | feat(settings): add rate limit message | Fuwn | 2024-01-24 | 1 | -1/+11 |
| | | |||||
| * | refactor(locale): use consistent casing | Fuwn | 2024-01-21 | 1 | -3/+3 |
| | | |||||
| * | refactor(settings): use typed localiser | Fuwn | 2024-01-21 | 1 | -11/+11 |
| | | |||||
| * | feat(locale): settings framework localisation | Fuwn | 2024-01-20 | 1 | -11/+15 |
| | | |||||
| * | feat(settings): more useful tooltips | Fuwn | 2024-01-15 | 1 | -2/+7 |
| | | |||||
| * | feat(settings): add tooltip for rss | Fuwn | 2024-01-13 | 1 | -2/+9 |
| | | |||||
| * | refactor(home): move layout to home | Fuwn | 2024-01-13 | 1 | -1/+1 |
| | | |||||
| * | feat(settings): copy rss notification | Fuwn | 2024-01-11 | 1 | -2/+12 |
| | | |||||
| * | feat: loading and error cards | Fuwn | 2024-01-04 | 1 | -1/+1 |
| | | |||||
| * | refactor(routes): schedule and profile ui | Fuwn | 2024-01-04 | 1 | -2/+2 |
| | | |||||
| * | refactor(settings): easier descriptions | Fuwn | 2024-01-04 | 1 | -1/+6 |
| | | |||||
| * | refactor(settings): info badge | Fuwn | 2024-01-04 | 1 | -2/+1 |
| | | |||||
| * | feat(css): small buttons and badges | Fuwn | 2024-01-04 | 1 | -1/+5 |
| | | |||||
| * | feat(settings): cool button style | Fuwn | 2024-01-04 | 1 | -4/+4 |
| | | |||||