mirror of
https://github.com/zulip/zulip.git
synced 2025-11-02 13:03:29 +00:00
left sidebar: Change Home to All messages.
We made this change because users often unnecessarily click "Home" first in their use of Zulip, because it seems appealing. While "All messages" isn't quite precise (it doesn't include muted streams), it does describe relatively simply the interleaved view that this represents. This commit leaves everything as "home" in the code, and only changes user-visible strings and docs. Changing the code will be a big project; there are hundreds of relevant occurrences in variable names, etc. Further, we'll probably want to convert those various variable names in different ways. Tweaked by tabbott to extend the commit message and update a few comments.
This commit is contained in:
@@ -51,7 +51,7 @@ Try using all the navigation hotkeys:
|
||||
|
||||
Try narrowing from the message view:
|
||||
- Hotkeys
|
||||
- use Esc to go to home
|
||||
- use Esc to go to All messages
|
||||
- use s to narrow to a stream (select message first
|
||||
and verify in sidebar)
|
||||
- use S to narrow to the topic (and verify in sidebar)
|
||||
@@ -63,7 +63,7 @@ Try narrowing from the message view:
|
||||
- narrow to a group PM
|
||||
- Click on the Zulip logo
|
||||
- narrow to a topic
|
||||
- click on the Zulip logo (and verify you're in the home view)
|
||||
- click on the Zulip logo (and verify you're in the All messages view)
|
||||
|
||||
### Message editing ###
|
||||
|
||||
@@ -123,7 +123,7 @@ For each of the above types of messages, you will want to cycle
|
||||
through the following views for Cordelia (and have Hamlet send new
|
||||
messages after each narrow):
|
||||
|
||||
- Go to Home view.
|
||||
- Go to All Messages view.
|
||||
- Go to Private Messages view.
|
||||
- Go to Private Messages w/Hamlet.
|
||||
- Go to Private Messages w/Hamlet and Othello.
|
||||
@@ -391,8 +391,8 @@ Test per-stream options:
|
||||
- Do mute and unmute, have Hamlet send messages
|
||||
- Test notifications on/off, have Hamlet send messages
|
||||
- Test pin and unpin, view left sidebar
|
||||
- Change stream color, and then view the left sidebar and the Home
|
||||
message view
|
||||
- Change stream color, and then view the left sidebar and the All
|
||||
messages view
|
||||
- Verify stream subscriber counts in the main stream view
|
||||
|
||||
### User Settings ###
|
||||
|
||||
Reference in New Issue
Block a user