mirror of
https://github.com/Memo-2023/mana-monorepo.git
synced 2026-05-26 13:14:39 +02:00
feat(web): wallpaper system + sticky PageHeader
Wallpaper system with four sources (predefined images, CSS gradients, custom uploads via mana-media, and theme default). Configurable per-scene or globally, with overlay controls (blur + opacity) and hover preview. Adds sticky prop to shared PageHeader component and applies it across themes, settings, credits, subscription, help, and profile pages. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
parent
a9c51517eb
commit
8c2f9306e9
22 changed files with 1557 additions and 66 deletions
|
|
@ -28,6 +28,16 @@ export type {
|
|||
StartPageConfig,
|
||||
WeekStartDay,
|
||||
GeneralSettings,
|
||||
// Wallpaper Types
|
||||
WallpaperSource,
|
||||
WallpaperSourceNone,
|
||||
WallpaperSourcePredefined,
|
||||
WallpaperSourceGenerated,
|
||||
WallpaperSourceUpload,
|
||||
WallpaperSolid,
|
||||
WallpaperGradient,
|
||||
WallpaperOverlay,
|
||||
WallpaperConfig,
|
||||
} from './types';
|
||||
|
||||
// User Settings Constants
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue