element-portable/src/components/views/dialogs
Richard van der Hoff 29b4dde878 Fix SetDisplayNameDialog
SetDisplayNameDialog got broken by the changes to support asynchronous loading
of dialogs.

Rather than poking into its internals via a ref, make it return its result via
onFinished.

Fixes https://github.com/vector-im/riot-web/issues/3047
2017-01-25 08:01:45 +00:00
..
ChatInviteDialog.js Fix a bunch of lint complaints 2017-01-24 22:41:52 +00:00
DeactivateAccountDialog.js Fix a bunch of linting errors 2017-01-20 14:22:27 +00:00
ErrorDialog.js add dialog keyboard shortcuts. 2016-09-16 02:26:17 +01:00
InteractiveAuthDialog.js InteractiveAuthDialog 2016-10-12 08:23:28 +01:00
LogoutPrompt.js dedicated dialog box for E2E messages 2016-09-12 23:42:24 +01:00
NeedToRegisterDialog.js Updated all dialogs to define their primary button, I've selected the one that had been specified for focus, but the primary button isn't dependent on focus, it's a UX feature 2016-07-15 11:23:58 +01:00
QuestionDialog.js add dialog keyboard shortcuts. 2016-09-16 02:26:17 +01:00
SetDisplayNameDialog.js Fix SetDisplayNameDialog 2017-01-25 08:01:45 +00:00
TextInputDialog.js Updated all dialogs to define their primary button, I've selected the one that had been specified for focus, but the primary button isn't dependent on focus, it's a UX feature 2016-07-15 11:23:58 +01:00