Merge pull request #215 from multica-ai/agent/j/92dbd4ba

feat(web): add OK emoji to reaction quick bar
This commit is contained in:
Bohan Jiang 2026-03-31 15:28:31 +08:00 committed by GitHub
commit c44da53080
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -10,7 +10,7 @@ const EmojiPicker = lazy(() =>
import("@/components/common/emoji-picker").then((m) => ({ default: m.EmojiPicker })),
);
const QUICK_EMOJIS = ["👍", "👎", "❤️", "😄", "🎉", "😕", "🚀", "👀"];
const QUICK_EMOJIS = ["👍", "👌", "❤️", "😄", "🎉", "😕", "🚀", "👀"];
interface ReactionItem {
id: string;