moment/src/gui/Pages/Chat/RoomPane
miruka 512c08fe0a Members: show last active time and status message
Left:

- Something like "Active" should be shown instead of a relative time
  when the member is considered currently active by the matrix server,
  but an "Active" text takes too much space

- Show a colored circle in the bottom right corner of avatars to
  indicate if they're online, away, or offline

- Reduce opacity of offline members, but is there a way to know if
  the server has presence disabled? For servers like matrix.org,
  Riot shows the entire list of members with half opacity at all time,
  we want to avoid that

- Setting our status text with a text field in AccountDelegate
  context menu, similar to the DeviceDelegate's context menu

- Setting our online/away/invisible/offline status from
  AccountDelegate context menu

- Replace the useless "Mirage x.y.z" button in the top left of the UI
  with a control to affect all accounts's status
2020-07-10 13:14:18 -04:00
..
MemberView Members: show last active time and status message 2020-07-10 13:14:18 -04:00
RoomPane.qml Add profile/verification UI for room members 2020-07-10 13:14:17 -04:00
SettingsView.qml Fix flickable pages keyboard scrolling 2020-06-26 03:16:36 -04:00