Add graphs on stats page, suggestions improvements, only fetch on focus

This commit is contained in:
2024-06-24 20:52:35 +02:00
parent 2a58e8f2ea
commit 38ca48b6b5
20 changed files with 615 additions and 49 deletions
+1
View File
@@ -228,6 +228,7 @@ model Suggestion {
createdAt DateTime @default(now())
name String?
content String
resolved Boolean @default(false)
@@allow('all', true)
}