Luke Barnard
|
8377abcd19
|
Store component state for editors
to prevent a forceUpdate from /sync causing the editors to revert
before the user had a chance to hit "Save".
Part of fixing https://github.com/vector-im/riot-web/issues/6019
|
2018-02-13 12:01:36 +00:00 |
|
Aidan Gauland
|
35780f5ae0
|
Remove use of deprecated React.PropTypes
Replace all uses of React.PropTypes with PropTypes and importing PropTypes from
'prop-types'.
|
2017-12-26 14:03:18 +13:00 |
|
Luke Barnard
|
d3f9a3aeb5
|
Run eslint --fix
Fixing 1000s of lint issues. Some rules cannot be `--fix`ed but this goes some way to linting the entire codebase.
|
2017-10-11 17:56:17 +01:00 |
|
saul.kredi@krutt.org
|
159a920dc8
|
Better RTL support
|
2017-06-03 18:52:45 +03:00 |
|
Kegan Dougal
|
d2e766e4f0
|
First round
|
2017-06-02 10:18:31 +01:00 |
|
Richard van der Hoff
|
6422f7ecc8
|
Factor out separate RoomNameEditor and RoomTopicEditor components
|
2016-03-29 15:21:16 +01:00 |
|