mirror of
https://github.com/zulip/zulip.git
synced 2025-11-21 15:09:34 +00:00
UI redesign: more-less message interaction.
This commit encompasses the following changes: * Replace the [More...] link with a button titled "Show more". * Replace the [Show Less...] link with a button titled "Show less". * Add various on-hover interactions to the buttons. * In the condensed view, add fading to the bottom of the message to visually communicate that the message is truncated. * Update /help/ description. Fixes #22801. Co-authored-by: Evy Kassirer <evy.kassirer@gmail.com>
This commit is contained in:
@@ -114,7 +114,7 @@ export function initialize() {
|
||||
}
|
||||
|
||||
// Widget for adjusting the height of a message.
|
||||
if ($target.is("div.message_length_controller")) {
|
||||
if ($target.is("button.message_expander") || $target.is("button.message_condenser")) {
|
||||
return true;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user