From 10b67e1b3a8d03c25b8e2c008f11ce45ef3d915c Mon Sep 17 00:00:00 2001 From: syuilo <4439005+syuilo@users.noreply.github.com> Date: Thu, 13 Mar 2025 16:56:47 +0900 Subject: enhance(frontend): improve emoji picker settings --- packages/frontend/src/store.ts | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'packages/frontend/src/store.ts') diff --git a/packages/frontend/src/store.ts b/packages/frontend/src/store.ts index 738a57d233..6eebcd1ead 100644 --- a/packages/frontend/src/store.ts +++ b/packages/frontend/src/store.ts @@ -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 { -- cgit v1.2.3-freya