improved dashboard design + blurred icons based on personal preferences
This commit is contained in:
@@ -0,0 +1,2 @@
|
||||
-- AlterTable
|
||||
ALTER TABLE "User" ADD COLUMN "blurredFavicons" BOOLEAN NOT NULL DEFAULT true;
|
||||
@@ -33,6 +33,8 @@ model User {
|
||||
|
||||
isPrivate Boolean @default(false)
|
||||
|
||||
blurredFavicons Boolean @default(true)
|
||||
|
||||
createdAt DateTime @default(now())
|
||||
updatedAt DateTime @updatedAt @default(now())
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user