Skip to content

Commit 70726bc

Browse files
hannesrudolphellipsis-dev[bot]daniel-lxs
authored
feat: Import export modes (#5074)
Co-authored-by: ellipsis-dev[bot] <65095814+ellipsis-dev[bot]@users.noreply.github.com> Co-authored-by: Daniel Riccio <[email protected]> Co-authored-by: Daniel <[email protected]>
1 parent b4dc3a4 commit 70726bc

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

43 files changed

+2097
-73
lines changed

packages/types/src/global-settings.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,8 @@ export const globalSettingsSchema = z.object({
107107
historyPreviewCollapsed: z.boolean().optional(),
108108
profileThresholds: z.record(z.string(), z.number()).optional(),
109109
hasOpenedModeSelector: z.boolean().optional(),
110+
lastModeExportPath: z.string().optional(),
111+
lastModeImportPath: z.string().optional(),
110112
})
111113

112114
export type GlobalSettings = z.infer<typeof globalSettingsSchema>

0 commit comments

Comments
 (0)