This repository has been archived by the owner on Sep 11, 2024. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 828
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Give reply tile an avatar Signed-off-by: Šimon Brandner <[email protected]> * Improve `in reply to` Signed-off-by: Šimon Brandner <[email protected]> * Drop `In reply to` for `Expand thread` Signed-off-by: Šimon Brandner <[email protected]> * Fix avatar alignment Signed-off-by: Šimon Brandner <[email protected]> * Fix default avatar alignment Signed-off-by: Šimon Brandner <[email protected]> * Simplifie code Signed-off-by: Šimon Brandner <[email protected]> * Simplifie some more code Signed-off-by: Šimon Brandner <[email protected]> * Make replies lighter Signed-off-by: Šimon Brandner <[email protected]> * Give replies a hover effect Signed-off-by: Šimon Brandner <[email protected]> * Revert changes to sender profile in replies Signed-off-by: Šimon Brandner <[email protected]> * Improve padding Signed-off-by: Šimon Brandner <[email protected]> * Increase line height of replies to keep descenders from being cut off, and generally give them more room to breathe. Signed-off-by: Robin Townsend <[email protected]> * Replace reply hover effect with a color change Signed-off-by: Robin Townsend <[email protected]> * Replace expand thread hover effect with an opacity change Signed-off-by: Robin Townsend <[email protected]> * Simplify image and sticker reply designs Signed-off-by: Robin Townsend <[email protected]> * Revise file and deleted message padding to match new reply layout Signed-off-by: Robin Townsend <[email protected]> * Remove unneeded CSS Since the download button for files got moved out of the timeline and into the message action bar, hiding it manually is no longer necessary. Signed-off-by: Robin Townsend <[email protected]> * Hide edited indicator from replies There are a few reasons for this: it adds visual noise to what is meant to be a brief preview, it can sometimes add an extra line to the reply preview, and clicking on it inside a reply was broken due to the stacking of event listeners. Signed-off-by: Robin Townsend <[email protected]> * Fix i18n Signed-off-by: Robin Townsend <[email protected]> * "Expand thread" -> "Expand replies" Signed-off-by: Šimon Brandner <[email protected]> * Add a missing import Signed-off-by: Šimon Brandner <[email protected]> * Remove unused import Signed-off-by: Šimon Brandner <[email protected]> * Remove unused import Signed-off-by: Šimon Brandner <[email protected]> * Use `this.state` Signed-off-by: Šimon Brandner <[email protected]> * Fix sender profile confusion Signed-off-by: Šimon Brandner <[email protected]> * Implement suggested changes * Make "In reply to" the same color as reply previews Signed-off-by: Šimon Brandner <[email protected]> Signed-off-by: Robin Townsend <[email protected]> Co-authored-by: Robin Townsend <[email protected]>
- Loading branch information
1 parent
ad090ac
commit 6b3098d
Showing
4 changed files
with
67 additions
and
63 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters