feat: quick reaction

This commit is contained in:
codytseng 2025-12-03 23:28:31 +08:00
parent 77d56265ad
commit 33fa1ec441
23 changed files with 305 additions and 47 deletions

View file

@ -41,6 +41,8 @@ export const StorageKey = {
ENABLE_SINGLE_COLUMN_LAYOUT: 'enableSingleColumnLayout',
FAVICON_URL_TEMPLATE: 'faviconUrlTemplate',
FILTER_OUT_ONION_RELAYS: 'filterOutOnionRelays',
QUICK_REACTION: 'quickReaction',
QUICK_REACTION_EMOJI: 'quickReactionEmoji',
PINNED_PUBKEYS: 'pinnedPubkeys', // deprecated
MEDIA_UPLOAD_SERVICE: 'mediaUploadService', // deprecated
HIDE_UNTRUSTED_EVENTS: 'hideUntrustedEvents', // deprecated
@ -444,4 +446,4 @@ export const PRIMARY_COLORS = {
} as const
export type TPrimaryColor = keyof typeof PRIMARY_COLORS
export const LONG_PRESS_THRESHOLD = 500
export const LONG_PRESS_THRESHOLD = 400