feat: add setting for notification list style
This commit is contained in:
@@ -41,6 +41,7 @@ export const StorageKey = {
|
||||
SHOW_KINDS: 'showKinds',
|
||||
SHOW_KINDS_VERSION: 'showKindsVersion',
|
||||
HIDE_CONTENT_MENTIONING_MUTED_USERS: 'hideContentMentioningMutedUsers',
|
||||
NOTIFICATION_LIST_STYLE: 'notificationListStyle',
|
||||
MEDIA_UPLOAD_SERVICE: 'mediaUploadService', // deprecated
|
||||
HIDE_UNTRUSTED_EVENTS: 'hideUntrustedEvents', // deprecated
|
||||
ACCOUNT_RELAY_LIST_EVENT_MAP: 'accountRelayListEventMap', // deprecated
|
||||
@@ -136,3 +137,8 @@ export const POLL_TYPE = {
|
||||
MULTIPLE_CHOICE: 'multiplechoice',
|
||||
SINGLE_CHOICE: 'singlechoice'
|
||||
} as const
|
||||
|
||||
export const NOTIFICATION_LIST_STYLE = {
|
||||
COMPACT: 'compact',
|
||||
DETAILED: 'detailed'
|
||||
} as const
|
||||
|
||||
Reference in New Issue
Block a user