-
-
Notifications
You must be signed in to change notification settings - Fork 678
Description
This issues is about the new design of #5495
Notes:
- Following the webapp, users should be sorted by availability, and alphabetically within each availability level.
- We should at least show all active/idle users. The webapp hides some inactive users (but shows them when doin a search); we can do something similar if it's needed for performance reasons.
- Clicking on a user should open their profile.
Follow-ups:
- We should add search to this screen.
Icons
Majority of icons for web and mobile app are from Feather or Google or customized. For mobile app they are usually 24px size.
I will collect mobile app icons in this Figma page
Clarifications
Organization icon should round corners of an image
If possible make the whole rectangle under it as clickable. Pressed stated could be darker, or 10% opacity black over it or 10% transparency - we should pick one default way across the app.
To make text look centered reserve the same as left icon space:
On the mock the panel stroke is inside the panel, implemented as a shadow:
List items
Online and Idle has circles, offline/invisible - no any circle.
Status as emoji is part of the name, status as emoji+ text should be on a new line
Dark mode
In dark mode what looks like white is usually white with some transparency, same for black. With this approach it would be easier to tune them later.
We will try to utilize colors from the web app.
General background is background: #1D1D1D;
Top and bottom panels are background: #222222;
Top and bottom panels internal borders are 30% opacity black
Screen title hsla(0, 0%, 100%, 0.8)
User name hsla(0, 0%, 100%, 0.75)
Text status hsla(0, 0%, 100%, 0.3)
Bottom tab bar icons are the same color, but active icon is hsla(0, 0%, 100%, 0.8)