Commit Graph

14 Commits (7c9509ceb880c8474ec3cc49d1884d10f3adfe0a)

Author SHA1 Message Date
J. Ryan Stinnett 20e296b20e Convert image URLs in React to `require` calls
This allows Webpack to insert the proper image URL after builds steps like
adding a hash and so on. The path you supply to `require` is relative to the JS
source file, just like any other would be.
2019-01-17 22:06:49 -06:00
Nad Chishtie 074c96cd3e First pass of normalising icons. 2018-12-18 16:48:20 +00:00
Richard Lewis 9e3c1fbc7a Pass room name. 2018-02-09 11:44:27 +00:00
Luke Barnard 6b9a2909df Add rule to enforce spacing in curly brackets in JSX children
This required an updated in version of eslint-plugin-react to 7.4.0.
2017-09-28 11:21:06 +01:00
Luke Barnard 61a0f1ef67 Fix ugly integration button, use hover to show error
This simplifies the implementation of the button but also adjusts the appeareance such that a warning triangle appears in the top-right of button if an error has occured. The error popup will now appear when hovering over the button (with related CSS).
2017-09-19 11:57:23 +01:00
Luke Barnard caaf5cca14 Only show the integ management button if user is joined 2017-09-18 13:34:33 +01:00
Michael Telatynski ec6867dc8b
Fix React crying on machines without internet due to return undefined 2017-08-24 12:32:37 +01:00
Richard Lewis 857a8c9519 Remove empty defaultProps. 2017-08-18 13:28:47 +01:00
Richard Lewis 84f5e5aad2 REmove unused onCancelClick 2017-08-18 12:21:48 +01:00
Richard Lewis 96900e76a0 Move error logging to where it is first caught. 2017-08-18 11:51:32 +01:00
Richard Lewis d1ee257b5a Pass roomId rather than whole room object. 2017-08-17 12:15:01 +01:00
Richard Lewis eb77dcc8e3 Camel case variable name 2017-08-17 11:24:25 +01:00
Richard Lewis 2c25639a61 Fix copyright header 2017-08-17 11:22:42 +01:00
Richard Lewis 4bc25f12cb Move manage integrations button in to stand-alone component 2017-08-09 11:44:24 +01:00