enhance(frontend): improve emoji picker settings
This commit is contained in:
parent
3ced310f77
commit
10b67e1b3a
16 changed files with 601 additions and 324 deletions
|
|
@ -39,14 +39,6 @@ export const store = markRaw(new Storage('base', {
|
|||
where: 'account',
|
||||
default: null,
|
||||
},
|
||||
reactions: {
|
||||
where: 'account',
|
||||
default: ['👍', '❤️', '😆', '🤔', '😮', '🎉', '💢', '😥', '😇', '🍮'],
|
||||
},
|
||||
pinnedEmojis: {
|
||||
where: 'account',
|
||||
default: [],
|
||||
},
|
||||
reactionAcceptance: {
|
||||
where: 'account',
|
||||
default: 'nonSensitiveOnly' as 'likeOnly' | 'likeOnlyForRemote' | 'nonSensitiveOnly' | 'nonSensitiveOnlyForLocalLikeOnlyForRemote' | null,
|
||||
|
|
@ -127,6 +119,14 @@ export const store = markRaw(new Storage('base', {
|
|||
},
|
||||
|
||||
//#region TODO: そのうち消す (preferに移行済み)
|
||||
reactions: {
|
||||
where: 'account',
|
||||
default: ['👍', '❤️', '😆', '🤔', '😮', '🎉', '💢', '😥', '😇', '🍮'],
|
||||
},
|
||||
pinnedEmojis: {
|
||||
where: 'account',
|
||||
default: [],
|
||||
},
|
||||
widgets: {
|
||||
where: 'account',
|
||||
default: [] as {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue