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

Quick "loading" messages when opening settings making page to "blink" #34

Open
Mazuh opened this issue Sep 19, 2023 · 0 comments
Open
Labels
bug Something isn't working good first issue Good for newcomers

Comments

@Mazuh
Copy link
Member

Mazuh commented Sep 19, 2023

STR:

  • Login.
  • Enable both camera and microphone.
  • Open settings.

Observe:

  • Page "blinks" for a moment.

Expected:

  • Page not appear to "blink".

A few technical comments.

It's not really blinking, but moving too quickly for human eyes (depending on the hardware, I suppose). There's a quick loading message (a few milliseconds) showing up on background component while the modal on foreground is trying to load the camera/video preview. And as the state is shared, loading the device on modal makes reactions on background too.

Maybe there's no need to fetch the devices again? Or hide loading until it's taking too long? Idk.

@Mazuh Mazuh added bug Something isn't working good first issue Good for newcomers labels Sep 19, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

1 participant