Move app settings (#765)

* refactor: migrate app settings

---------

Co-authored-by: Carlos Valente <carlosvalente@pm.me>
This commit is contained in:
Bianca Procopio
2024-03-03 11:06:21 -07:00
committed by GitHub
parent 088927bbbb
commit 10d3986832
8 changed files with 216 additions and 143 deletions
@@ -13,6 +13,7 @@ export const settingPanels: Readonly<SettingsOption[]> = [
label: 'Project',
secondary: [{ id: 'project__manage', label: 'Manage project files' }],
},
{ id: 'general', label: 'General', secondary: [{ id: 'general__manage', label: 'Manage app settings' }] },
{
id: 'project_settings',
label: 'Project Settings',