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

@ -229,6 +229,7 @@ fn init_ui(app_state: Arc<AppState>, cx: &mut AppContext) -> Result<()> {
feedback::init(cx);
markdown_preview::init(cx);
welcome::init(cx);
settings_ui::init(cx);
extensions_ui::init(cx);
// Initialize each completion provider. Settings are used for toggling between them.