flarum/framework

Add user online indicators

tobyzerner opened this issue · 2 comments

  • Similar to esoTalk, if a user is online (seen in the last 5 mins), we want to show a little green circle just to the left of the username.
  • This should be added to the PostHeaderUser component.
  • Probably use an fa-circle icon, with a style to make it a bit smaller just like in the UserCard component.

In connection with this, consider matching the color and style of the online indicator on the user page and profile popup to the above, as per this suggestion:

http://discuss.flarum.org/d/902-green-circle-to-display-user-is-online

See PR: #676