feat: add sync panel (#1485)

This commit is contained in:
Himself65
2023-03-09 20:51:37 -06:00
committed by GitHub
parent d9bae4a853
commit 74dd5e8afc
3 changed files with 60 additions and 3 deletions

View File

@@ -94,8 +94,7 @@ export const settingPanel = {
Collaboration: 'collaboration',
Publish: 'publish',
Export: 'export',
// TODO: add it back for desktop version
// Sync = 'sync'
Sync: 'sync',
} as const;
export const settingPanelValues = [...Object.values(settingPanel)] as const;
export type SettingPanel = (typeof settingPanel)[keyof typeof settingPanel];