feat: implement an emoji keyboard

- add button to show emoji keyboard
- change database directory for debug builds

Signed-off-by: TheOneWithTheBraid <the-one@with-the-braid.cf>
This commit is contained in:
TheOneWithTheBraid 2022-02-14 13:49:46 +01:00
commit b1d1744df8
9 changed files with 117 additions and 11 deletions

View file

@ -2711,7 +2711,6 @@
"markAsRead": "Mark as read",
"reportUser": "Report user",
"dismiss": "Dismiss",
"markAsRead": "Mark as read",
"matrixWidgets": "Matrix Widgets",
"integrationsNotImplemented": "Editing widgets and integrations is not possible yet.",
"editIntegrations": "Edit widgets and integrations",
@ -2725,5 +2724,6 @@
},
"pinMessage": "Pin to room",
"pinnedEventsError": "Error loading pinned messages",
"confirmEventUnpin": "Are you sure to permanently unpin the event?"
"confirmEventUnpin": "Are you sure to permanently unpin the event?",
"emojis": "Emojis"
}