Composer update - UI enhancements

- composer max height
- unread messages on scroll to bottom button
- changed input toolbar background
- new missed discussions notifications
- Edit a message mode
- Reply to a message mode
- support for landscape mode
This commit is contained in:
Gil Eluard
2021-03-24 22:17:09 +01:00
parent fe18c3991c
commit 723dc79764
22 changed files with 346 additions and 31 deletions
@@ -0,0 +1,26 @@
{
"images" : [
{
"filename" : "input_close_icon.png",
"idiom" : "universal",
"scale" : "1x"
},
{
"filename" : "input_close_icon@2x.png",
"idiom" : "universal",
"scale" : "2x"
},
{
"filename" : "input_close_icon@3x.png",
"idiom" : "universal",
"scale" : "3x"
}
],
"info" : {
"author" : "xcode",
"version" : 1
},
"properties" : {
"template-rendering-intent" : "template"
}
}