mirror of
https://github.com/zulip/zulip.git
synced 2025-11-03 13:33:24 +00:00
presence: Avoid doc/naming references to "orange".
It seems like orange is the loudest possible color to denote a quasi-neutral-idle state, so we hope to replace it with another color. This commit does not change any styling. I removed the sentences in the doc, since they are kind of too vague to be useful. If we want to say that the idle state is correlated with the half-orange circles in the buddy list, then we want to say that more specifically.
This commit is contained in:
@@ -23,11 +23,10 @@ requests contains a few parameters. The most important is "status",
|
||||
which had 2 valid values:
|
||||
|
||||
- "active" -- this means the user has interacted with the client
|
||||
recently. We use this for the "green" state in the web app.
|
||||
recently.
|
||||
- "idle" -- the user has not interacted with the client recently.
|
||||
This is important for the case where a user left a Zulip tab open on
|
||||
their desktop at work and went home for the weekend. We use this
|
||||
for the "orange" state in the web app.
|
||||
their desktop at work and went home for the weekend.
|
||||
|
||||
The client receives in the response to that request a data set that,
|
||||
for each user, contains their status and timestamp that we last heard
|
||||
|
||||
Reference in New Issue
Block a user