element-web/src/settings/controllers
Travis Ralston 18ac2db2ea Fix Notifier imports in NotificationControllers
require() is a bit weird for riot-web's webpack, so we fork it out to its own function to reduce the weirdness. 

The added weirdness is that require() is sync though exports a module instead. If we use import(), we get a promise which doesn't help us here. We therefore have to require() and pull out the default export, though this is only a problem for webpack - babel (our chosen compiler for exporting ES6) doesn't need this, hence the if statement.
2019-12-22 21:25:47 -07:00
..
CustomStatusController.js Remove usused setting value from CustomStatusController 2019-01-15 10:54:29 -06:00
NotificationControllers.js Fix Notifier imports in NotificationControllers 2019-12-22 21:25:47 -07:00
ReloadOnChangeController.js Reload automatically when changing cross-signing flag 2019-11-18 16:06:00 +00:00
SettingController.js eslint --fix src/ 2018-10-26 22:50:38 -05:00
ThemeController.js Ensure the settings page accurately represents theme choices 2019-11-28 13:40:28 -07:00