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

Show user indicators when paginating a room #5746

Closed
Anderas opened this issue Mar 4, 2022 · 3 comments · Fixed by #6234
Closed

Show user indicators when paginating a room #5746

Anderas opened this issue Mar 4, 2022 · 3 comments · Fixed by #6234
Assignees
Labels
A-Activity-Indicators Unifying the activity indicator style across the app T-Enhancement New features, changes in functionality, performance boosts, user-facing improvements Z-WTF WTF issues: High impact, Low Effort

Comments

@Anderas
Copy link
Contributor

Anderas commented Mar 4, 2022

Your use case

Use the recent UserIndicators and UserIndicatorType to show loading spinners in a room whenever back or forward paginating (or potentially if the loading takes longer than X ms).

Have you considered any alternatives?

No response

Additional context

No response

@Anderas Anderas added T-Enhancement New features, changes in functionality, performance boosts, user-facing improvements A-Activity-Indicators Unifying the activity indicator style across the app Z-WTF WTF issues: High impact, Low Effort labels Mar 4, 2022
@gileluard
Copy link
Contributor

@niquewoodhouse Here is what we can do. As we cannot avoid long back pagination we can display the syncing UserIndicator as proposed by Anderas. In my example the indicator is shown only after 500ms so it doesn't appear if the back pagination is fast enough. Is it ok for you?

ezgif-2-9371f562f0

@niquewoodhouse
Copy link

This looks good to me, can I just check please, what currently happens?

@niquewoodhouse
Copy link

@niquewoodhouse Here is what we can do. As we cannot avoid long back pagination we can display the syncing UserIndicator as proposed by Anderas. In my example the indicator is shown only after 500ms so it doesn't appear if the back pagination is fast enough. Is it ok for you?

Yes, thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-Activity-Indicators Unifying the activity indicator style across the app T-Enhancement New features, changes in functionality, performance boosts, user-facing improvements Z-WTF WTF issues: High impact, Low Effort
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants