1
0
mirror of https://github.com/tooot-app/app synced 2025-06-05 22:19:13 +02:00

Added emoji search

This commit is contained in:
xmflsct
2022-09-18 16:49:18 +02:00
parent 8a054f2205
commit 725a061e78
4 changed files with 140 additions and 53 deletions

View File

@ -13,6 +13,7 @@ export type EmojisState = {
emojis: {
title: string
data: Pick<Mastodon.Emoji, 'shortcode' | 'url' | 'static_url'>[][]
type?: 'frequent'
}[]
targetProps: inputProps | null
inputProps: inputProps[]