feat: remember the last used note list mode
This commit is contained in:
parent
c7c17c2e76
commit
4211f831bf
4 changed files with 40 additions and 9 deletions
|
|
@ -5,12 +5,13 @@ export const StorageKey = {
|
|||
FEED_TYPE: 'feedType',
|
||||
ACCOUNTS: 'accounts',
|
||||
CURRENT_ACCOUNT: 'currentAccount',
|
||||
ADD_CLIENT_TAG: 'addClientTag',
|
||||
NOTE_LIST_MODE: 'noteListMode',
|
||||
ACCOUNT_RELAY_LIST_EVENT_MAP: 'accountRelayListEventMap',
|
||||
ACCOUNT_FOLLOW_LIST_EVENT_MAP: 'accountFollowListEventMap',
|
||||
ACCOUNT_MUTE_LIST_EVENT_MAP: 'accountMuteListEventMap',
|
||||
ACCOUNT_MUTE_DECRYPTED_TAGS_MAP: 'accountMuteDecryptedTagsMap',
|
||||
ACCOUNT_PROFILE_EVENT_MAP: 'accountProfileEventMap',
|
||||
ADD_CLIENT_TAG: 'addClientTag'
|
||||
ACCOUNT_PROFILE_EVENT_MAP: 'accountProfileEventMap'
|
||||
}
|
||||
|
||||
export const BIG_RELAY_URLS = [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue