chore: store authenticator devices labels in preferences instead of server (#2252)
This commit is contained in:
@@ -44,6 +44,7 @@ export enum PrefKey {
|
||||
MomentsDefaultTagUuid = 'momentsDefaultTagUuid',
|
||||
SystemViewPreferences = 'systemViewPreferences',
|
||||
SuperNoteExportFormat = 'superNoteExportFormat',
|
||||
AuthenticatorNames = 'authenticatorNames',
|
||||
}
|
||||
|
||||
export enum NewNoteTitleFormat {
|
||||
@@ -111,4 +112,5 @@ export type PrefValue = {
|
||||
[PrefKey.MomentsDefaultTagUuid]: string | undefined
|
||||
[PrefKey.SystemViewPreferences]: Partial<Record<SystemViewId, TagPreferences>>
|
||||
[PrefKey.SuperNoteExportFormat]: 'json' | 'md' | 'html'
|
||||
[PrefKey.AuthenticatorNames]: string
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user