feat: loginBackgroundBlur option

This commit is contained in:
diced
2025-01-11 13:22:42 -08:00
parent 84d5066b1b
commit 5f026bd2f3
8 changed files with 102 additions and 65 deletions

View File

@@ -0,0 +1,2 @@
-- AlterTable
ALTER TABLE "Zipline" ADD COLUMN "websiteLoginBackgroundBlur" BOOLEAN NOT NULL DEFAULT true;

View File

@@ -63,6 +63,7 @@ model Zipline {
websiteTitleLogo String?
websiteExternalLinks Json @default("[{ \"name\": \"GitHub\", \"url\": \"https://github.com/diced/zipline\"}, { \"name\": \"Documentation\", \"url\": \"https://zipline.diced.sh/\"}]")
websiteLoginBackground String?
websiteLoginBackgroundBlur Boolean @default(true)
websiteDefaultAvatar String?
websiteTos String?