settings_ui: Add placeholder view (#15019)

This PR adds a placeholder view for the settings UI. It does not contain
any functionality, as of yet.

This view is staff-shipped behind a feature flag.

Release Notes:

- N/A
This commit is contained in:
Marshall Bowers 2024-07-23 12:50:11 -04:00 committed by GitHub
parent bdf1d4edea
commit 7d0386eff9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
7 changed files with 144 additions and 1 deletions

View file

@ -86,6 +86,7 @@ search.workspace = true
serde.workspace = true
serde_json.workspace = true
settings.workspace = true
settings_ui.workspace = true
simplelog.workspace = true
smol.workspace = true
snippet_provider.workspace = true