Refactor translations and labels across various components and improve theme preview display - #105
Merged
Conversation
SvelteKit had no +error.svelte, so unmatched routes rendered its bare default page instead of the app's own design.
Replaces the old marketing landing page with the assembled /home-test prototype: full paraglide i18n (fr/en, wired to the existing footer locale switch), restored auth-aware CTAs, SEO/OG head and Umami event tracking to match the page it replaces, and a fix for the hero's mouse-tracked spotlight washing out the grey kicker/subtitle text on hover (a static vignette behind the copy, isolated into its own stacking context so it layers above the poster wall regardless of cursor position). Also notes that the TV Time import source predates its closure, and credits TMDB/AniList/Open Library/MusicBrainz in the footer. The /home-test route and its prototypes are removed. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
The radial-gradient's off-centre ellipse faded out at a different rate per direction, so the clipping box cut it off before the near (top-left) side ever reached transparent — visible as a sharp edge between the darkened text area and the poster wall. Switched to a linear gradient anchored at the wrapper's own corner instead: its 0%/100% stops always land exactly on the box's edges, so there's no direction-dependent fade rate left to clip. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
…e theme preview display
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.