element-web/src/components/views
Kegan Dougal 4013dae770 Start refactoring RoomSettings
- Don't manipulate settings in RoomView. Make it RoomSettings' job.
- Return Promise[] from AliasSettings.save() rather than an allSettled promise
  so callers can have more granularity over what to do with it (.all vs .allSettled)
- General refactoring of RoomSettings. Most things are broken now and are not
  submitted. Add util methods to grab values out of events.
2016-02-04 15:26:12 +00:00
..
avatars Return early when calculating one-to-one room avatars 2016-01-22 11:11:56 +00:00
create_room update copyright for 2016 2016-01-07 04:06:52 +00:00
dialogs Created TextInputDialog 2016-01-13 16:32:41 +01:00
elements Filter out undefined/null children which won't render 2016-01-22 15:57:42 +00:00
login Strip trailing slashes on HS/IS URLs on register/login 2016-02-01 14:19:20 +00:00
messages WIP all new roomsettings 2016-01-13 13:15:13 +00:00
room_settings Start refactoring RoomSettings 2016-02-04 15:26:12 +00:00
rooms Start refactoring RoomSettings 2016-02-04 15:26:12 +00:00
settings oops, use right class 2016-01-20 15:58:17 +00:00
voip s/function/func/ in PropTypes declarations 2016-01-12 13:11:53 +00:00