mirror of
https://github.com/vector-im/riotX-android
synced 2025-10-06 00:02:48 +02:00
New View Reactions bottom sheet
+ visible on reaction long click + Reaction pills size adapt to count, and number format
This commit is contained in:
22
vector/sampledata/reactions.json
Normal file
22
vector/sampledata/reactions.json
Normal file
@@ -0,0 +1,22 @@
|
||||
{
|
||||
"data": [
|
||||
{
|
||||
"reaction" : "👍"
|
||||
},
|
||||
{
|
||||
"reaction" : "😀"
|
||||
},
|
||||
{
|
||||
"reaction" : "😞"
|
||||
},
|
||||
{
|
||||
"reaction" : "Not a reaction"
|
||||
},
|
||||
{
|
||||
"reaction" : "✅"
|
||||
},
|
||||
{
|
||||
"reaction" : "🎉"
|
||||
}
|
||||
]
|
||||
}
|
Reference in New Issue
Block a user