[IMPROVE] Role tag UI (#11674)
Role and bot tags are too prominent. When conversations involve lots of sequential messages from bots or users with role tags, the tags make it hard on the eye to track down the message stream. The end effect is a messy view and high cognitive load. I removed the bot tag from sequential messages entirely and reduced the visual impact of all role tags. Includes: - Visual enhancement for less busy tags - Consolidated styles for role tags - Use color classes in markup instead of css Example shows a conversation I'm having with our new buddy Faldo... Before: <img width="561" alt="screenshot 2018-08-04 14 52 59" src="https://user-images.githubusercontent.com/1774379/43673494-4ebb4392-9807-11e8-9bc1-ddfc8965569b.png"> After: <img width="569" alt="screenshot 2018-08-04 16 44 41" src="https://user-images.githubusercontent.com/1774379/43673499-635d75b8-9807-11e8-877d-4a55c723f2bb.png">
Showing
- packages/rocketchat-theme/client/imports/general/base_old.css 4 additions, 9 deletions...ages/rocketchat-theme/client/imports/general/base_old.css
- packages/rocketchat-theme/server/colors.less 0 additions, 5 deletionspackages/rocketchat-theme/server/colors.less
- packages/rocketchat-ui-message/client/message.html 2 additions, 2 deletionspackages/rocketchat-ui-message/client/message.html
Please register or sign in to comment