357: Fix UI issues on post reactions sheet
Task
https://gitlab.futo.org/circles/circles-ios/-/issues/357- Add AspectFill to list of reactions sheet avatar circle
- Disable tap on cell on reactions sheet. We can add it back if we decided to open profile of user on tap.
- Fix vertical problem with likes count. @cvwright give a hint to try use
HStack inside ScrollView
instead ofLazyVGrid
- Remove extra space at the top of reactions sheet. It was my mistake as I
Button
to filled emojiUsersListModel. - Changed limit of likes that we display before
more
button appears from 5 to 3.
Edited by Dmytro Ryshchuk