element-portable/src/components/views/dialogs
Robin 17699dfcd0
Don't unnecessarily persist the host signup dialog (#9043)
https://github.com/matrix-org/matrix-react-sdk/pull/8747 made it more evident that the host signup dialog was relying on some quirks in how PersistedElement sizes and positions things that it probably shouldn't have been relying on. As far as I can tell, this dialog doesn't *need* to be a PersistedElement at all since it's mounted manually as part of LoggedInView, and so it doesn't look like there's any way for it to unexpectedly disappear on the user.

According to Travis this is supposed to be a bespoke widget in a proper dialog, but this is intended as a more short-term fix.
2022-07-11 16:50:13 -04:00
..
devtools Fix issue with ServerInfo crashing the modal (#8364) 2022-04-19 17:21:40 +01:00
security Improve link buttons and inline link buttons styling (#8238) 2022-06-29 22:37:34 +00:00
spotlight Correct accessibility labels for unread rooms in spotlight (#9003) 2022-07-11 11:34:23 +00:00
AddExistingSubspaceDialog.tsx fix merge conflict resolution issue 2021-07-29 15:24:42 +01:00
AddExistingToSpaceDialog.tsx Revert "replace all require(.svg) with esm import" (#7969) 2022-03-03 17:51:38 +00:00
AnalyticsLearnMoreDialog.tsx Remove dead code (#9035) 2022-07-11 07:52:44 +02:00
AskInviteAnywayDialog.tsx Step 1: Remove all usage of @replaceableComponent 2022-03-28 14:02:31 -06:00
BaseDialog.tsx Step 1: Remove all usage of @replaceableComponent 2022-03-28 14:02:31 -06:00
BetaFeedbackDialog.tsx Improve link buttons and inline link buttons styling (#8238) 2022-06-29 22:37:34 +00:00
BugReportDialog.tsx Remove Piwik support (#8835) 2022-06-14 17:51:51 +01:00
BulkRedactDialog.tsx Run a minor code quality checker over the repo (#8524) 2022-05-09 22:52:05 +00:00
ChangelogDialog.tsx Auto fix 2021-10-22 17:23:37 -05:00
ConfirmAndWaitRedactDialog.tsx Step 1: Remove all usage of @replaceableComponent 2022-03-28 14:02:31 -06:00
ConfirmRedactDialog.tsx Remove Piwik support (#8835) 2022-06-14 17:51:51 +01:00
ConfirmSpaceUserActionDialog.tsx Delete groups (legacy communities system) (#8027) 2022-03-22 23:07:37 +00:00
ConfirmUserActionDialog.tsx Step 1: Remove all usage of @replaceableComponent 2022-03-28 14:02:31 -06:00
ConfirmWipeDeviceDialog.tsx Step 1: Remove all usage of @replaceableComponent 2022-03-28 14:02:31 -06:00
CreateRoomDialog.tsx Replace MSC3244 support with in-client room version checking (#9018) 2022-07-08 00:32:38 -06:00
CreateSubspaceDialog.tsx Replace MSC3244 support with in-client room version checking (#9018) 2022-07-08 00:32:38 -06:00
CryptoStoreTooNewDialog.tsx Remove Piwik support (#8835) 2022-06-14 17:51:51 +01:00
DeactivateAccountDialog.tsx Remove Piwik support (#8835) 2022-06-14 17:51:51 +01:00
DevtoolsDialog.tsx Move widget screenshots to devtools dialog instead of labs 2022-05-06 13:05:01 -06:00
EndPollDialog.tsx Remove Piwik support (#8835) 2022-06-14 17:51:51 +01:00
ErrorDialog.tsx Remove Piwik support (#8835) 2022-06-14 17:51:51 +01:00
ExportDialog.tsx Run a minor code quality checker over the repo (#8524) 2022-05-09 22:52:05 +00:00
FeedbackDialog.tsx Add additional metadata to feedback submitted through spotlight dialog (#9024) 2022-07-11 12:00:40 +02:00
ForwardDialog.tsx Correct accessibility labels for unread rooms in spotlight (#9003) 2022-07-11 11:34:23 +00:00
GenericFeatureFeedbackDialog.tsx Remove Piwik support (#8835) 2022-06-14 17:51:51 +01:00
HostSignupDialog.tsx Don't unnecessarily persist the host signup dialog (#9043) 2022-07-11 16:50:13 -04:00
HostSignupDialogTypes.ts Use & enforce snake_case naming convention on config.json settings (#8062) 2022-03-18 10:12:36 -06:00
IDialogProps.ts Fix Dialog/Modal types defn 2021-06-07 11:06:30 +01:00
IncomingSasDialog.tsx Step 1: Remove all usage of @replaceableComponent 2022-03-28 14:02:31 -06:00
InfoDialog.tsx Step 3.2: Stop using getComponent in code 2022-03-28 14:02:31 -06:00
IntegrationsDisabledDialog.tsx Step 1: Remove all usage of @replaceableComponent 2022-03-28 14:02:31 -06:00
IntegrationsImpossibleDialog.tsx Step 1: Remove all usage of @replaceableComponent 2022-03-28 14:02:31 -06:00
InteractiveAuthDialog.tsx Automatically log in after registration (#8654) 2022-05-20 19:14:17 +02:00
InviteDialog.tsx Task - replace img icons with svg components (#8963) 2022-07-06 13:29:26 +02:00
InviteDialogTypes.ts Extract start DM logic to a helper file (#8317) 2022-04-14 16:52:12 +01:00
KeySignatureUploadFailedDialog.tsx Run a minor code quality checker over the repo (#8524) 2022-05-09 22:52:05 +00:00
LazyLoadingDisabledDialog.tsx Auto fix 2021-10-22 17:23:37 -05:00
LazyLoadingResyncDialog.tsx Auto fix 2021-10-22 17:23:37 -05:00
LeaveSpaceDialog.tsx Fix button border color of LeaveSpaceDialog (#8010) 2022-03-10 07:52:09 +00:00
LogoutDialog.tsx Remove Piwik support (#8835) 2022-06-14 17:51:51 +01:00
ManageRestrictedJoinRuleDialog.tsx Fix Manage Restricted Join Rule Dialog for Spaces (#7208) 2021-11-29 09:23:25 +00:00
ManualDeviceKeyVerificationDialog.tsx Step 1: Remove all usage of @replaceableComponent 2022-03-28 14:02:31 -06:00
MessageEditHistoryDialog.tsx Apply corrections identified by SonarQube (#8457) 2022-05-03 22:04:37 +01:00
ModalWidgetDialog.tsx Step 1: Remove all usage of @replaceableComponent 2022-03-28 14:02:31 -06:00
ModuleUiDialog.tsx Support a module API surface for custom functionality (#8246) 2022-07-05 12:26:44 -06:00
QuestionDialog.tsx Step 3.2: Stop using getComponent in code 2022-03-28 14:02:31 -06:00
RegistrationEmailPromptDialog.tsx Remove Countly analytics integration (#7808) 2022-02-15 16:58:30 +00:00
ReportEventDialog.tsx Add an option to ignore (block) a user when reporting their events (#8471) 2022-05-18 16:20:55 +00:00
RoomSettingsDialog.tsx Step 1: Remove all usage of @replaceableComponent 2022-03-28 14:02:31 -06:00
RoomUpgradeDialog.tsx Remove Piwik support (#8835) 2022-06-14 17:51:51 +01:00
RoomUpgradeWarningDialog.tsx Remove Piwik support (#8835) 2022-06-14 17:51:51 +01:00
ScrollableBaseModal.tsx Make everything use the KeyBindingManager (#7907) 2022-02-28 16:05:52 +00:00
ServerOfflineDialog.tsx Step 1: Remove all usage of @replaceableComponent 2022-03-28 14:02:31 -06:00
ServerPickerDialog.tsx Step 1: Remove all usage of @replaceableComponent 2022-03-28 14:02:31 -06:00
SeshatResetDialog.tsx Step 1: Remove all usage of @replaceableComponent 2022-03-28 14:02:31 -06:00
SessionRestoreErrorDialog.tsx Remove Piwik support (#8835) 2022-06-14 17:51:51 +01:00
SetEmailDialog.tsx Remove Piwik support (#8835) 2022-06-14 17:51:51 +01:00
ShareDialog.tsx Run a minor code quality checker over the repo (#8524) 2022-05-09 22:52:05 +00:00
SlashCommandHelpDialog.tsx Auto fix 2021-10-22 17:23:37 -05:00
SpacePreferencesDialog.tsx Step 8.5: Move some space settings dialog construction 2022-03-28 14:02:31 -06:00
SpaceSettingsDialog.tsx type Actions (#7862) 2022-02-22 10:04:27 +00:00
StorageEvictedDialog.tsx Remove Piwik support (#8835) 2022-06-14 17:51:51 +01:00
TermsDialog.tsx Step 1: Remove all usage of @replaceableComponent 2022-03-28 14:02:31 -06:00
TextInputDialog.tsx Step 1: Remove all usage of @replaceableComponent 2022-03-28 14:02:31 -06:00
UntrustedDeviceDialog.tsx Fix look of the untrusted device dialog (#7487) 2022-01-10 10:02:03 +00:00
UploadConfirmDialog.tsx Task - replace img icons with svg components (#8963) 2022-07-06 13:29:26 +02:00
UploadFailureDialog.tsx Step 1: Remove all usage of @replaceableComponent 2022-03-28 14:02:31 -06:00
UserSettingsDialog.tsx Step 8.5: Move user tab enum 2022-03-28 14:02:31 -06:00
UserTab.ts Step 8.5: Move user tab enum 2022-03-28 14:02:31 -06:00
VerificationRequestDialog.tsx Step 1: Remove all usage of @replaceableComponent 2022-03-28 14:02:31 -06:00
WidgetCapabilitiesPromptDialog.tsx Step 1: Remove all usage of @replaceableComponent 2022-03-28 14:02:31 -06:00
WidgetOpenIDPermissionsDialog.tsx Step 1: Remove all usage of @replaceableComponent 2022-03-28 14:02:31 -06:00