Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New loading indicators when creating a room #5946

Merged
merged 1 commit into from
Mar 30, 2022

Conversation

Anderas
Copy link
Contributor

@Anderas Anderas commented Mar 29, 2022

Resolves #5606

Use new interaction-blocking loading indicators when creating a new room. Note that this time the overlay is on top of the modal view controller (visible especially on an iPad) rather than over the full screen.

Whilst making this change I also noticed that the previously added UserIndicatorStore serves a similar purpose as an older UserIndicatorPresenterWrapper. Because of this the latter is no longer need and can be removed.

Before After iPad
Simulator Screen Shot - iPhone 13 - 2022-03-29 at 16 25 45 Simulator Screen Shot - iPhone 13 - 2022-03-29 at 17 10 46 Simulator Screen Shot - iPad Pro (12 9-inch) (5th generation) - 2022-03-29 at 17 09 46

@Anderas Anderas requested review from a team and stefanceriu and removed request for a team March 29, 2022 16:16
@Anderas Anderas force-pushed the andy/5606_create_indicators branch from 8aa0191 to 55c3749 Compare March 29, 2022 16:18
@github-actions
Copy link

📱 Scan the QR code below to install the build for this PR.
🔒 This build is for internal testing purpose. Only devices listed in the ad-hoc provisioning profile can install Element Alpha.

QR code

If you can't scan the QR code you can install the build via this link: https://i.diawi.com/mNLiKK

@@ -115,6 +115,7 @@ final class EnterNewRoomDetailsViewModel: EnterNewRoomDetailsViewModelType {
fatalError("[EnterNewRoomDetailsViewModel] createRoom: room name cannot be nil.")
}

viewState = .loading
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think this line was accidentally removed here

Copy link
Member

@stefanceriu stefanceriu left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm 👍

Base automatically changed from andy/5604_join_indicators to develop March 30, 2022 10:05
@Anderas Anderas merged commit d6b3340 into develop Mar 30, 2022
@Anderas Anderas deleted the andy/5606_create_indicators branch March 30, 2022 10:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Create Room Activity Indicators
2 participants