refactor: move flags into settings, change icon (#5678)

* refactor: move flags into settings, change icon

* fix: use ButtonStyled for app
This commit is contained in:
Prospector
2026-03-26 14:10:01 -07:00
committed by GitHub
parent 381ea51cce
commit 36f62a3285
11 changed files with 137 additions and 106 deletions

View File

@@ -856,6 +856,10 @@ export const commonSettingsMessages = defineMessages({
id: 'settings.billing.title',
defaultMessage: 'Billing and subscriptions',
},
featureFlags: {
id: 'settings.feature-flags.title',
defaultMessage: 'Feature flags',
},
language: {
id: 'settings.language.title',
defaultMessage: 'Language',