removed search option and action bar

This commit is contained in:
Lars Neuhaus 2024-04-02 18:24:12 +02:00
parent 8ae8c97b41
commit 57ddee2dc9

@ -231,7 +231,7 @@ class _ChatBubbleState extends State<ChatBubble> {
icon: const Icon(Icons.arrow_back),
),
const SizedBox(width: 10),
const Text('Emoji auswählen'),
const Text('Reagieren'),
],
),
content: SizedBox(
@ -248,12 +248,10 @@ class _ChatBubbleState extends State<ChatBubble> {
recentsLimit: 67,
emojiSizeMax: 25,
noRecents: const Text('Keine zuletzt verwendeten Emojis'),
columns: 7
columns: 7,
),
bottomActionBarConfig: emojis.BottomActionBarConfig(
showBackspaceButton: false,
backgroundColor: Theme.of(context).hoverColor.withAlpha(50),
buttonColor: Theme.of(context).dividerColor.withAlpha(70),
bottomActionBarConfig: const emojis.BottomActionBarConfig(
enabled: false,
),
categoryViewConfig: emojis.CategoryViewConfig(
backgroundColor: Theme.of(context).hoverColor,