Closed luisivan closed 5 years ago
@delfipolito Looking over the current client, it looks like the following usages of the IdentityBadge
should be compact (assuming the rule is to use the compact form only inside inline text):
EmptyLocalIdentities
(see screenshot)ActionPathsContent
(see screenshot)Additionally, the following components do not currently use the IdentityBadge
, but should start using its compact form:
ActivityItem
(see screenshot)VoteText
(see screenshot)@dizzypaty The Permissions app has this usage of the IdentityBadge
that could be argued is "inline", but I don't think it needs to be adjusted now:
Hey @delfipolito! Can you add the Frontend implementation section to the issue? Also, please note that you will also need to coordinate with @dizzypaty in order to put the new compact component in all different places where it's needed. The basic rule is the following: everywhere where it's displayed with inline text. @dizzypaty feel free to expand if there's any other usage rule that I missed.
Designs
Implementation