Currently, we have a placeholder for the ManageMembers/ManageTeams page on mobile - this PR/draft aims to address that.
Added a new MobileMemberInfo component, which takes the same data that would've converted into the table on desktop, and instead makes some mobile friendly components to compact the info for each team member. Here's what it looks like:
Current issues/concerns:
Can't get the :after on the RoleSelector to work. Pathing via url in the scss file throws up errors.
Amount of info shown before clicking/tapping - should we also show role?
Styling - any suggestions on tidying it up/making it look nicer are appreciated.
Currently, we have a placeholder for the ManageMembers/ManageTeams page on mobile - this PR/draft aims to address that.
Added a new
MobileMemberInfo
component, which takes the same data that would've converted into the table on desktop, and instead makes some mobile friendly components to compact the info for each team member. Here's what it looks like:Current issues/concerns:
:after
on the RoleSelector to work. Pathing via url in the scss file throws up errors.