Skip to content
This repository has been archived by the owner on Sep 11, 2024. It is now read-only.

Don't unnecessarily persist the host signup dialog #9043

Merged
merged 1 commit into from
Jul 11, 2022

Commits on Jul 11, 2022

  1. Don't unnecessarily persist the host signup dialog

    matrix-org#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.
    robintown committed Jul 11, 2022
    Configuration menu
    Copy the full SHA
    1d816cf View commit details
    Browse the repository at this point in the history