feat: add opacity and blur controls for background settings, enhancing customization options in the UI

This commit is contained in:
Julien Froidefond
2025-10-18 14:48:07 +02:00
parent e32921377f
commit 13626d56c2
8 changed files with 148 additions and 2 deletions

View File

@@ -66,7 +66,7 @@ model Preferences {
cacheMode String @default("memory") // "memory" | "file"
showOnlyUnread Boolean @default(false)
displayMode Json @default("{\"compact\": false, \"itemsPerPage\": 20}")
background Json @default("{\"type\": \"default\"}")
background Json @default("{\"type\": \"default\", \"opacity\": 100, \"blur\": 0}")
createdAt DateTime @default(now())
updatedAt DateTime @updatedAt