Add graphs on stats page, suggestions improvements, only fetch on focus
This commit is contained in:
@@ -228,6 +228,7 @@ model Suggestion {
|
||||
createdAt DateTime @default(now())
|
||||
name String?
|
||||
content String
|
||||
resolved Boolean @default(false)
|
||||
|
||||
@@allow('all', true)
|
||||
}
|
||||
Reference in New Issue
Block a user