mirror of
https://github.com/zulip/zulip.git
synced 2025-11-13 18:36:36 +00:00
message_feed: Remove the parenthesis around edited notices.
They were found to not particularly improve the UI. Fixes #21043.
This commit is contained in:
@@ -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.
|
||||
|
||||
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user