aboutsummaryrefslogtreecommitdiff
path: root/src/lib/Media/Cover/HoverCover.svelte
Commit message (Collapse)AuthorAgeFilesLines
* style(card): move backdrop blur to an opt-in .card-glass modifierFuwn4 days1-1/+1
| | | | | | | | | | | Strip backdrop-filter: blur(4px) from the base .card so the ~50 in-flow surfaces (landing panels, schedule rows, tool cards, user profile cards, badge wall, etc.) stop paying for a blur they don't need. Introduce .card-glass for the surfaces that actually float over other content: the sticky page header, header nav dropdowns, command palette, title-attribute tooltips, LinkedTooltip, and HoverCover. Popup, MediaRoulette, and Notification keep their existing parent-overlay or solid-background treatments.
* chore(biome): drop formatter style overridesFuwn2026-03-011-2/+2
|
* chore(biome): enable svelte formattingFuwn2026-03-011-4/+4
|
* format: Apply Prettier formattingFuwn2026-01-221-1/+4
|
* format: Apply Prettier formattingFuwn2025-12-151-4/+1
|
* style: Reformat using latest formattingFuwn2025-06-111-1/+4
|
* chore(prettier): use spaces instead of tabsFuwn2024-10-091-44/+44
|
* feat(settings): data saverFuwn2024-08-221-1/+4
|
* fix(css): use sane z-index valuesFuwn2024-02-041-1/+0
|
* feat(hovercover): lazy loadFuwn2024-02-031-0/+1
|
* feat(cover): better movementFuwn2024-02-031-1/+4
|
* feat(hovercover): half animation timeFuwn2024-01-311-1/+1
|
* feat(hovercover): drop in animationFuwn2024-01-311-1/+17
|
* refactor(hovercover): simple stateFuwn2024-01-071-11/+7
|
* feat(css): fancy shadowsFuwn2024-01-051-1/+1
|
* feat(cover): small cardFuwn2024-01-041-1/+1
|
* feat(cover): better defaultsFuwn2024-01-041-2/+3
|
* refactor(media): move hover coverFuwn2024-01-021-0/+34