Skip to content

357: Fix UI issues on post reactions sheet

Dmytro Ryshchuk requested to merge dmytro/357-post-ui-issues into v1_0_5
Task https://gitlab.futo.org/circles/circles-ios/-/issues/357
Photos IMG_5707

IMG_5708

IMG_5709

  1. Add AspectFill to list of reactions sheet avatar circle
  2. Disable tap on cell on reactions sheet. We can add it back if we decided to open profile of user on tap.
  3. Fix vertical problem with likes count. @cvwright give a hint to try use HStack inside ScrollView instead of LazyVGrid
  4. Remove extra space at the top of reactions sheet. It was my mistake as I Button to filled emojiUsersListModel.
  5. Changed limit of likes that we display before more button appears from 5 to 3.
Edited by Dmytro Ryshchuk

Merge request reports