element-portable/src/components/structures
Richard van der Hoff e3feae32e1 Fix search clickthrough for HTML events
Switch to using a normal <a href="..."> link for search result
clickthrough. Apart from generally giving a better experience, this means that
it also works on html messages. The problem there was that we were attaching
onClick handlers to <span>s which we were then flattening into HTML with
ReactDOMServer (which meant the onClick handlers were never attached to React's
list of listeners).

To make this work without jumping through React hoops, the highlighter now
returns either a list of strings or a list of nodes, depending on whether we
are dealing with an HTML event or a text one. We therefore have a separate
HtmlHighlighter and TextHighlighter.
2016-02-17 21:06:27 +00:00
..
login fix spinner of doom 2016-02-15 20:39:02 +00:00
CreateRoom.js use getDomain() 2016-01-13 18:15:59 +00:00
MatrixChat.js login as guest button on the login page 2016-02-15 20:44:13 +02:00
RoomStatusBar.js fix login-on-guest-bar-NPE crash https://github.com/vector-im/vector-web/issues/930 2016-02-15 21:50:39 +00:00
RoomView.js Fix search clickthrough for HTML events 2016-02-17 21:06:27 +00:00
ScrollPanel.js back out hacky previous commit as #946 only happens when gemini is disabled 2016-02-16 19:39:22 +00:00
UploadBar.js Only show uploads that are going to the current room 2016-01-14 16:31:42 +00:00
UserSettings.js Don't show the Notifications widget for guests since they can't use them (and it throws an error if you try to mount it). 2016-02-10 11:48:35 +00:00