You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The account list management component design is inconsistent across the app ( currently, list admins / members VS pot admins ). Even though the user flow is always the same ( same modal ), this leads to having a growing amount of overhead in the codebase.
In addition, the individual account hover card design appears to be unfinished
We should probably show only a certain number of account avatars with the way to show the rest similar to how it's done in the pot editor ( see pic. below ) but with the avatar hover card taken into consideration ( how do we implement it for the remaining accounts in the popup? maybe we need something like an accordion to expand the element as a list with all accounts instead? )
For the account avatar hover card, we should use the existing reference, but it seems like we need to come up with a single design - let's combine both the donation stats and the tag rows in one card and explicitly indicate it in the reference that the tag row should display the project categories ( Open Source, Community, Public Good, etc. ). Also, we need to decide whether we place the avatar on top of the profile details or by the left side of it ( you might need to consult @Amichael10 as he made this design using the shadcn/ui component as reference )
The text was updated successfully, but these errors were encountered:
Motivation
The account list management component design is inconsistent across the app ( currently, list admins / members VS pot admins ). Even though the user flow is always the same ( same modal ), this leads to having a growing amount of overhead in the codebase.
In addition, the individual account hover card design appears to be unfinished
Description
The objective of this task is to finish the currently leading design reference
We should probably show only a certain number of account avatars with the way to show the rest similar to how it's done in the pot editor ( see pic. below ) but with the avatar hover card taken into consideration ( how do we implement it for the remaining accounts in the popup? maybe we need something like an accordion to expand the element as a list with all accounts instead? )
For the account avatar hover card, we should use the existing reference, but it seems like we need to come up with a single design - let's combine both the donation stats and the tag rows in one card and explicitly indicate it in the reference that the tag row should display the project categories ( Open Source, Community, Public Good, etc. ). Also, we need to decide whether we place the avatar on top of the profile details or by the left side of it ( you might need to consult @Amichael10 as he made this design using the shadcn/ui component as reference )
The text was updated successfully, but these errors were encountered: