enhance(frontend): improve accounts management
This commit is contained in:
parent
44073736de
commit
8c9ec5827f
137 changed files with 640 additions and 622 deletions
|
|
@ -32,6 +32,10 @@ export type SoundStore = {
|
|||
// NOTE: デフォルト値は他の設定の状態に依存してはならない(依存していた場合、ユーザーがその設定項目単体で「初期値にリセット」した場合不具合の原因になる)
|
||||
|
||||
export const PREF_DEF = {
|
||||
accounts: {
|
||||
default: [] as [host: string, user: Misskey.entities.User][],
|
||||
},
|
||||
|
||||
pinnedUserLists: {
|
||||
accountDependent: true,
|
||||
default: [] as Misskey.entities.UserList[],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue