message_feed: Remove the parenthesis around edited notices.

They were found to not particularly improve the UI.

Fixes #21043.
This commit is contained in:
jai2201
2022-02-08 02:08:40 +05:30
committed by Tim Abbott
parent ad232c9b65
commit 67625d6c7b
5 changed files with 9 additions and 9 deletions

View File

@@ -290,7 +290,7 @@ self-explanatory names.
- **message editing**: If the realm admin allows it, then after a user
posts a message, the user has a few minutes to click "Edit" and
change the content of their message. If they do, Zulip adds a
marker such as "(EDITED)" at the top of the message, visible to
marker such as "EDITED" at the top of the message, visible to
anyone who can see the message.
- **realm**: What the codebase calls an "organization" in the UI.

View File

@@ -82,12 +82,12 @@ to test their appearance too:
Here's how we're going to test the message appearances:
- narrow to a new topic and send a message (this message will include sender)
- edit the message ("(EDITED)" label should appear beside sender name)
- edit the message ("EDITED" label should appear beside sender name)
- send another message (will not include sender)
- edit the message ("(EDITED)" label should appear in the left column, where the avatar is)
- edit the message ("EDITED" label should appear in the left column, where the avatar is)
- send a "/me" message (`/me test message`)
- message should appear alongside sender name
- edit the message ("(EDITED)" label should appear beside the message)
- edit the message ("EDITED" label should appear beside the message)
For all the three cases, we need to test the click handlers and
the hotkeys too: