element-web/src/components/views/rooms
Richard van der Hoff d9e13780b8 Implement direct-to-event linking.
This adds support for links to particular event ids: add /<eventId> to the URL
for a room.

This commit also ensures that we scroll to the 'read marker' when switching to
a room which has no previous scroll state, as well as preventing that marker
from going past the middle of the screen.

This also reinstates the preservation of scroll state when switching rooms,
which was disabled previously.
2016-02-01 16:31:12 +00:00
..
EntityTile.js correct layout for truncated lists 2016-01-21 17:39:12 +00:00
EventTile.js Implement direct-to-event linking. 2016-02-01 16:31:12 +00:00
MemberInfo.js fix invalid powerlevel setting 2016-01-22 15:29:57 +00:00
MemberList.js try for a simpler invite placeholder look & feel 2016-01-24 19:02:18 +00:00
MemberTile.js Review comments: Remove stuff which shouldn't have been there 2016-01-20 13:41:03 +00:00
MessageComposer.js Fix typo 2016-01-18 14:25:23 +00:00
PresenceLabel.js Factor out presence text. Do prep work for displaying 3pid invites on memberlist. 2016-01-13 15:55:28 +00:00
RoomHeader.js Unbreak RoomHeader 2016-01-22 11:48:26 +00:00
RoomList.js Fix exception thrown if any custom tags are set 2016-01-28 09:41:46 +00:00
RoomPreviewBar.js fix invite prompt 2016-01-18 20:18:46 +00:00
RoomSettings.js doh - anyone can set their own tags... 2016-01-21 15:08:14 +00:00
RoomTile.js put a black badge on unread notifications, and a red one for unread highlights 2016-01-22 17:22:49 +00:00
SearchableEntityList.js Turn off autocomplete for search list 2016-01-22 17:32:43 +00:00
SearchResultTile.js Address review comments 2016-01-06 16:46:29 +00:00
TabCompleteBar.js apply CSS to slashcommand autocompletes 2016-01-14 16:29:49 +00:00
UserTile.js Factor out common code between MemberTile and UserTile into EntityTile. Use EntityTile. 2016-01-18 15:19:49 +00:00