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 |
|
Matthew Hodgson
|
ef2fedc3a9
|
fix missing translations and typos in i18n
|
2017-06-07 18:24:35 +01:00 |
|
Kegan Dougal
|
4127e7121c
|
Translate src/components/structures
Includes some pluralisation! Tested them manually to make sure they work.
|
2017-06-07 11:40:46 +01:00 |
|
Michael Telatynski
|
464863acd6
|
remove unused imports
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
|
2017-06-02 21:35:55 +01:00 |
|
David Baker
|
5c359e63ab
|
Bulk change counterpart imports
to use languageHandler wrapper func
|
2017-05-25 11:39:08 +01:00 |
|
David Baker
|
d419c42a4f
|
Squash merge https://github.com/matrix-org/matrix-react-sdk/pull/801
|
2017-05-23 15:16:31 +01:00 |
|
David Baker
|
18d4d3392a
|
Fix a bunch of linting errors
eslint --fix and a few manual ones
|
2017-01-20 14:22:27 +00:00 |
|
Matthew Hodgson
|
3b52081092
|
wip for collapsable RHS
|
2016-09-13 12:18:22 +01:00 |
|
Richard van der Hoff
|
e046f5359f
|
CreateRoom: remove reference to encryption module
The CreateRoom structure isn't currently used, but contained a reference to the
(now defunct) encryption module; remove the reference for now.
|
2016-06-23 14:08:45 +01:00 |
|
Richard van der Hoff
|
1f2ba87ff5
|
Pass SimpleRoomHeader title in as a named property
... rather than a child
|
2016-03-29 23:21:17 +01:00 |
|
Richard van der Hoff
|
70133ae661
|
Factor out SimpleRoomHeader
Start cleaning up RoomHeader by factoring out a separate SimpleRoomHeader.
|
2016-03-29 12:51:46 +01:00 |
|
Matthew Hodgson
|
123b134d87
|
use getDomain()
|
2016-01-13 18:15:59 +00:00 |
|
Matthew Hodgson
|
0772f50fab
|
update copyright for 2016
|
2016-01-07 04:06:52 +00:00 |
|
Matthew Hodgson
|
50ac0ab4cf
|
wire up RoomAlias's homeserver as intended
|
2015-12-28 02:36:28 +00:00 |
|
Kegan Dougal
|
cf6b5461cc
|
Move and merge CreateRoom
|
2015-11-30 10:55:15 +00:00 |
|