aboutsummaryrefslogtreecommitdiff
path: root/src/lib/Hololive
Commit message (Collapse)AuthorAgeFilesLines
* refactor(locale): move hardcoded UI strings into english localeFuwn2 days1-1/+2
| | | | | | | | | | | | | | | | | 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.
* fix(a11y): drop redundant alts and the landing em dashFuwn11 days1-1/+1
| | | | | | | | | Replace generic alt="Avatar" / alt="Character" with empty alts on images that visually duplicate a name already present as adjacent text (Wrapped activity avatar, Hololive stream icon, three Birthdays covers); screen readers stop announcing "Avatar" / "Character" twice. Also swap the em dash in the landing subheadline for a comma per the project copy rule.
* perf(images): lazy-load and async-decode off-screen imageryFuwn11 days1-1/+1
| | | | | | | | | Add loading=lazy and decoding=async to the 16 <img> elements that weren't already deferring across Tools/Wrapped, Events, EasterEvent, Hololive, and the rate-limited fallback. Also drop the backdrop-filter: blur(160px) the dropdown items were paying on every hover; the background-color change already gives sufficient feedback, and the parent card's own blur stays.
* chore(biome): drop formatter style overridesFuwn2026-03-013-60/+60
|
* chore(biome): enable svelte formattingFuwn2026-03-012-62/+62
|
* fix: Resolve all ESLint errors and warningsFuwn2026-01-291-1/+2
|
* 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
|
* 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-219/+219
|
* feat(hololive): update time and guest formattingFuwn2024-06-232-13/+19
|
* feat(hololive): parallax image for thumbnailsFuwn2024-05-271-4/+15
|
* fix(stream): null check avatarFuwn2024-02-181-3/+5
|
* feat(stream): filter on avatar clickFuwn2024-02-181-1/+4
|
* feat(hololive): filterFuwn2024-02-181-0/+2
|
* feat(user): hololive badgesFuwn2024-02-181-0/+2
|
* feat(stream): avatarsFuwn2024-02-182-5/+30
|
* feat(hololive): move pinned to preferencesFuwn2024-02-171-1/+1
|
* chore(hololive): remove unused sorterFuwn2024-02-171-1/+0
|
* refactor(hololive): simple sortingFuwn2024-02-171-19/+5
|
* feat(hololive): seperate categoriesFuwn2024-02-173-124/+170
|
* fix(lives): presort by timeFuwn2024-02-171-0/+1
|
* refactor(hololive): move lives to componentFuwn2024-02-172-0/+179