DiscipleTools / disciple-tools-mobile-app

The React Native code base for the Disciple.Tools mobile app
https://disciple.tools/
15 stars 19 forks source link

Activity Log screen UI #696

Closed zdmc23 closed 2 years ago

zdmc23 commented 2 years ago

The Activity Log screen needs to be Light/Dark mode aware, and also the Title should be the Contact/Group/PostTitle selected rather than the generic "Activity Log (100)" because it is unclear of which record the logs pertain to.

PS. On the Home Screen ActivityLog card, we should truncate the Post Title so that the accordion chevron is not pushed outside of the card boundary (eg. "Full Training Course for...")

https://user-images.githubusercontent.com/191707/175965455-5c3b5cf9-a2e8-4786-bfa6-00bdfd0e67f8.MOV

zdmc23 commented 2 years ago

Per @mikeallbutt , the accordion chevron down option should only display if there is more than 1 activity logged, and if more than 1, then we also want to display the count of logs next to the chevron (eg, "A Shared Friend [chevron-down] (5)")

PS. The D.T Mobile Web App does it differently:

image

zdmc23 commented 2 years ago

Resolved by #693