Survey notices for Servers (#3514)

* Survey notices for Servers

* lint

* remove creepy frog
This commit is contained in:
Prospector
2025-04-15 16:29:50 -07:00
committed by GitHub
parent 76be502e16
commit 6aa6db4e8c
5 changed files with 168 additions and 38 deletions

View File

@@ -34,6 +34,16 @@ export const NOTICE_LEVELS: Record<
bg: 'var(--color-red-bg)',
},
},
survey: {
name: defineMessage({
id: 'servers.notice.level.survey.name',
defaultMessage: 'Survey',
}),
colors: {
text: 'var(--color-purple)',
bg: 'var(--color-purple-bg)',
},
},
}
const DISMISSABLE = {