You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Part of migration to Rust Crypto. Once the user initiates a migration (#26772), the app will reload and begin moving data over. We should display feedback to the user about progress.
In MatrixChat.render, there is code for handling the state this.state.view === Views.LOGGED_IN && !this.state.ready. Refactor this to a new component. Have it listen for the crypto.dataMigrationProgress event, and when one is received, replace the spinner with some words and a ProgressBar.
The text was updated successfully, but these errors were encountered:
Part of migration to Rust Crypto. Once the user initiates a migration (#26772), the app will reload and begin moving data over. We should display feedback to the user about progress.
In
MatrixChat.render
, there is code for handling the statethis.state.view === Views.LOGGED_IN && !this.state.ready
. Refactor this to a new component. Have it listen for thecrypto.dataMigrationProgress
event, and when one is received, replace the spinner with some words and aProgressBar
.The text was updated successfully, but these errors were encountered: