feat: add setting for notification list style
This commit is contained in:
parent
71994be407
commit
fc138609a1
24 changed files with 257 additions and 29 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue