element-portable/src/components/views
David Baker 5a5e967262 Fix avatars vanishing on hover
Turns out the z-index was to make the avatar appear above the
EventTile_line even though it comes before in the DOM (it's
absolutely positioned to overlap with it). Instead, just put
it afterwards in the DOM.
2018-07-12 17:48:49 +01:00
..
avatars tell eslint to ignore viewAvatarOnClick being unused 2018-05-06 00:22:14 +01:00
context_menus use enum constants for EventStatus and correct isSent check 2018-06-23 17:41:50 +01:00
create_room Remove use of deprecated React.PropTypes 2017-12-26 14:03:18 +13:00
dialogs fix typo 2018-07-10 15:18:07 +01:00
directory point imports at the new locations 2018-04-13 00:43:44 +01:00
elements Implement always-on-screen capability for widgets 2018-07-11 18:07:32 +01:00
globals fix a way to get stuck in set password/email flow 2018-06-18 18:14:48 +01:00
groups change GroupInviteTile from RoomSubList css so new :hover won't apply 2018-06-27 09:50:32 +01:00
login highlight top field if blank otherwise the password field. 2018-06-23 17:26:16 +01:00
messages Import react as React in src/components/views/messages/MStickerBody.js 2018-07-04 18:28:56 +09:00
room_settings switch to another settings key for e2e url previews to protect on change 2018-06-22 18:44:54 +01:00
rooms Fix avatars vanishing on hover 2018-07-12 17:48:49 +01:00
settings Merge pull request #1990 from matrix-org/t3chguy/no_displayname 2018-06-22 10:34:04 +01:00
voip missing semicolon 2018-02-07 11:51:41 +00:00