Notices fixes and support for titles (#3508)

* Notices fixes and support for titles

* Lint
This commit is contained in:
Prospector
2025-04-14 16:58:31 -07:00
committed by GitHub
parent 6c16688ca9
commit 04659a8198
6 changed files with 52 additions and 6 deletions

View File

@@ -256,6 +256,7 @@ export type Report = {
export type ServerNotice = {
id: number
message: string
title?: string
level: string
dismissable: boolean
announce_at: string