pbaity / rocketchat-dark-mode

An easy user-togglable dark mode for Rocket.Chat

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Online badge icon not visible in direct chat

mbu147 opened this issue · comments

Describe the bug
Looks like in latest RocketChat Server 3.11.0 the online badge icon is not visible in direct chat window.

To Reproduce
Steps to reproduce the behavior:

  1. Open any directchat
  2. Look at the top in front of complete name, there's no online badge icon

Screenshots
Active Darkmode
image

Active Lightmode
image

Desktop (please complete the following information):

  • OS: MacOS 11.1
  • Browser: Google Chrome 88.0.4324.9
  • RocketChat Server Version: 3.11.0
  • RocketChat Client Version: 3.1.1

Additional context
Offline Badge is visible :)
image

commented

@mbu147 @pbaity I have the same issue with latest snap server version 3.10.5 and latest css.

Also, custom user statuses no longer show up underneath their name in Direct Message. Do you see this behavior as well?

BTW it happens to all our users which is a wide assortment of using the direct website, android and ios apps, and windows and mac app. I have most recent windows app 3.1.1 but it does not appear isolated to any one desktop client

Can you reproduce it in RocketChat 3.11.x with the latest commits from this repo ? I just tried, and it seems fixed

If you really need this fixed for 3.10.x, I think you'll easily find the culprit: a background-color instruction is hiding the icon, overriding the background instruction of .rcx-status-bullet-online

@TBG-FR
yep - fixed for me with current RocketChat release (3.11.1) and master branch.

Thanks!