aboutsummaryrefslogtreecommitdiff
path: root/src/lib/List/MediaRoulette.svelte
Commit message (Collapse)AuthorAgeFilesLines
* refactor(colours): tokenise card shadows and scrimsFuwn5 days1-2/+2
| | | | | | | | | | | Introduce --shadow-card, --shadow-card-emphasized, --shadow-cta, --scrim, --scrim-soft, and --scrim-banner. Migrate 14 inline literals (card.css, input.css, Notification, MediaRoulette, the two Landing CTA buttons, the popup overlay, the palette and roulette scrims, three identity banners, the user profile cover art shadow) onto the tokens, with light/dark adaptation handled by the existing prefers-color-scheme blocks instead of duplicated inline. Two single-use Landing demo-focus values stay inline.
* fix(ui): stop roulette at intended durationFuwn2026-04-021-1/+2
|
* chore(biome): drop formatter style overridesFuwn2026-03-011-46/+46
|
* chore(biome): enable svelte formattingFuwn2026-03-011-71/+71
|
* refactor(MediaRoulette): Use Svelte 5 syntaxFuwn2026-01-231-13/+15
|
* feat(MediaRoulette): Add CommandPalette-like fade in/outFuwn2026-01-231-3/+74
|
* feat(List): Add media rouletteFuwn2026-01-231-0/+294