Skip to content
This repository was archived by the owner on Sep 11, 2024. It is now read-only.

Commit 106ce90

Browse files
author
Luke Barnard
committed
Change "Unread messages." to "Jump to first unread message."
Also get rid of the "up" arrow so as not to indiciate direction. This is important because in future the RM will not be based on what has been paginated into the client (but instead RM will be handled server-side) and thus we cannot assert any kind of direction on it relative to the events in the viewport.
1 parent e3ac637 commit 106ce90

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

src/components/views/rooms/TopUnreadMessagesBar.js

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,7 @@ module.exports = React.createClass({
3232
<div className="mx_TopUnreadMessagesBar">
3333
<div className="mx_TopUnreadMessagesBar_scrollUp"
3434
onClick={this.props.onScrollUpClick}>
35-
<img src="img/scrollup.svg" width="24" height="24"
36-
alt="Scroll to unread messages"
37-
title="Scroll to unread messages"/>
38-
Unread messages. <span style={{ textDecoration: 'underline' }} onClick={this.props.onCloseClick}>Mark all read</span>
35+
Jump to first unread message. <span style={{ textDecoration: 'underline' }} onClick={this.props.onCloseClick}>Mark all read</span>
3936
</div>
4037
<img className="mx_TopUnreadMessagesBar_close"
4138
src="img/cancel.svg" width="18" height="18"

0 commit comments

Comments
 (0)