element-web/src/components/views/settings
Travis Ralston 344dac4fb9 Convert CommonJS exports to ES6-compatible exports
We use `export default` begrudgingly here. Ideally we'd use just `export`, though this entire SDK expects things to be exported as a default. Instead of breaking everything, we'll sacrifice our export pattern for a smaller diff - a later commit can always do the default export -> regular export conversion.
2019-12-22 21:01:02 -07:00
..
account Merge remote-tracking branch 'origin/develop' into dbkr/add_threepid_ui_auth 2019-10-08 19:11:00 +01:00
discovery fix spelling 2019-10-08 18:39:35 +02:00
tabs Merge remote-tracking branch 'origin/develop' into jryans/4s-new-key-backup 2019-12-11 10:05:20 +00:00
ChangeAvatar.js Convert CommonJS exports to ES6-compatible exports 2019-12-22 21:01:02 -07:00
ChangeDisplayName.js Convert CommonJS exports to ES6-compatible exports 2019-12-22 21:01:02 -07:00
ChangePassword.js Convert CommonJS exports to ES6-compatible exports 2019-12-22 21:01:02 -07:00
CrossSigningPanel.js Update cross-signing details on trust changes 2019-12-12 15:42:27 +00:00
DevicesPanel.js Rip out the remainder of Bluebird 2019-11-18 10:03:05 +00:00
DevicesPanelEntry.js Cull some easily fixable errors which make the console a mess 2019-10-03 21:47:19 +01:00
EnableNotificationsButton.js Convert CommonJS exports to ES6-compatible exports 2019-12-22 21:01:02 -07:00
IntegrationManager.js Intercept cases of disabled/no integration managers 2019-11-20 20:40:39 -07:00
KeyBackupPanel.js Support restoring key backup with stored secret 2019-12-12 15:18:36 +00:00
Notifications.js Convert CommonJS exports to ES6-compatible exports 2019-12-22 21:01:02 -07:00
ProfileSettings.js Migrate string refs over to createRef 2019-12-08 12:16:17 +00:00
SetIdServer.js re-add and actually use promise timeout util 2019-11-14 09:37:26 +00:00
SetIntegrationManager.js Rename section heading for integrations in settings 2019-11-21 09:03:07 -07:00