wip: add UI to manage custom fields (#767)

This commit is contained in:
Carlos Valente
2024-02-09 13:51:40 +01:00
committed by GitHub
parent 212e5f9e68
commit e8b5cb6750
6 changed files with 108 additions and 2 deletions
@@ -13,7 +13,11 @@ export const settingPanels: Readonly<SettingsOption[]> = [
label: 'Project',
secondary: [{ id: 'project__manage', label: 'Manage project files' }],
},
{ id: 'general', label: 'General' },
{
id: 'project_settings',
label: 'Project Settings',
secondary: [{ id: 'project_settings__custom', label: 'Custom Fields' }],
},
{ id: 'interface', label: 'Interface' },
{ id: 'views', label: 'Views' },
{