generated from toph/supa-svelte
feat: add summoner profile with ranked crests, level borders, and theme lock #21
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "summoners-n-champs"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
⚠️ WIP — Route structure and data plumbing, not final UI
The page content and layout for these routes is still up in the air. This PR sets up the routing, data loading, and infrastructure so the actual UI work can happen on top of it.
Summary
/[region]/[name]/[tag]) — loads account, ranked stats, top masteries, match history, profile icon, and ranked crest/level border decoration/champion/[championId]) with splash art, lore, skins, and statssetBackground/clearBackgroundvia context; route-level layouts own cleanup ononDestroy@fightmegg/riot-apienums so types work on both client and serverInfrastructure added
$lib/utils/riot-regions.ts$lib/utils/ranked-tiers.ts$lib/utils/level-borders.ts$lib/types/theme.tsRandomSplash,PageBackgroundContext$lib/server/image-cache.ts$lib/remote/image-cache.remote.ts$lib/remote/data-dragon.remote.tsRoute structure