arborchat / muscadine

[legacy] The Arbor reference client implementation
Apache License 2.0
5 stars 2 forks source link

Add list of online users to TUI #99

Closed whereswaldon closed 5 years ago

whereswaldon commented 5 years ago

Erase all that do not apply:

Feature/Fix explanation

The client has been tracking the online status of other users for a while now, and this PR finally makes it visible. Users can press w to toggle an overlay showing all known online users and how long it has been since each user announced that they were present (to detect stale sessions). This view updates the timestamps every second. image


Review required: @arborchat/devs