We want to have a list of online users in the chat as an elm component, so that users can see who is online.
Eventually when rooms are implemented we could expand this to also show offline users, but before we have rooms "offline" would just be everyone who has ever joined who is not currently in the chat, so for now it will just display online users.
To start with it will be unstyled, until we get #98 sorted
We want to have a list of online users in the chat as an elm component, so that users can see who is online.
Eventually when rooms are implemented we could expand this to also show offline users, but before we have rooms "offline" would just be everyone who has ever joined who is not currently in the chat, so for now it will just display online users.
To start with it will be unstyled, until we get #98 sorted