mirror of
https://github.com/vector-im/element-web.git
synced 2024-11-16 05:04:57 +08:00
dcf7643d4a
* Fix closing all modals We used `Modal.closeCurrentModal()` in a bunch of places, in all cases (as far as I can see: it wasn't commented) we meant to close all open modals. This swaps that function for one that closes all open modals. Also types the close reason which claimed to be something in a comment, of course, was wrong because a load of places passed their own random string which was never used. * Force close modals * Try with minimal changes * Already had a method for this * Add test * More tests * Unused importsd |
||
---|---|---|
.. | ||
__snapshots__ | ||
devtools | ||
security | ||
spotlight | ||
AccessSecretStorageDialog-test.tsx | ||
AppDownloadDialog-test.tsx | ||
AskInviteAnywayDialog-test.tsx | ||
ChangelogDialog-test.tsx | ||
ConfirmRedactDialog-test.tsx | ||
ConfirmUserActionDialog-test.tsx | ||
CreateRoomDialog-test.tsx | ||
DevtoolsDialog-test.tsx | ||
ExportDialog-test.tsx | ||
FeedbackDialog-test.tsx | ||
ForwardDialog-test.tsx | ||
IncomingSasDialog-test.tsx | ||
InteractiveAuthDialog-test.tsx | ||
InviteDialog-test.tsx | ||
LogoutDialog-test.tsx | ||
ManageRestrictedJoinRuleDialog-test.tsx | ||
ManualDeviceKeyVerificationDialog-test.tsx | ||
MessageEditHistoryDialog-test.tsx | ||
RoomSettingsDialog-test.tsx | ||
ServerPickerDialog-test.tsx | ||
ShareDialog-test.tsx | ||
SpotlightDialog-test.tsx | ||
UserSettingsDialog-test.tsx |