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

[BUG] UI Flickers After Searching For a Project #94

Open
1 task done
ArvindParekh opened this issue Jan 6, 2024 · 2 comments
Open
1 task done

[BUG] UI Flickers After Searching For a Project #94

ArvindParekh opened this issue Jan 6, 2024 · 2 comments
Labels
bug Something isn't working 🛠 goal: fix

Comments

@ArvindParekh
Copy link
Member

Has this bug been raised before?

  • I have checked "open" AND "closed" issues and this is not a duplicate

Where did you find this bug?

Production

Description

The UI seems to be flickering after a search query is made and the screen is left idle for a while. It toggles between the home screen and the search screen, and eventually returns to the home screen.

Steps to Reproduce

Here are a few probable steps to replicate:

  • Search the keyword Kubernetes (as this was the case for me), or I believe anything else for that matter, and it will show you the relevant repos.
  • Wait for a minute or so, no interaction with the app.
  • It flickers and returns back to the home page.

Screenshots

Chome (latest version):

2024-01-06.23-05-31.mp4

Do you want to work on this issue?

No

If "yes" to above, please explain how you would technically implement this

No response

@ArvindParekh ArvindParekh added 🚦 status: awaiting triage Waiting for maintainers to verify (please do not start work on this yet) 🛠 goal: fix labels Jan 6, 2024
@eddiejaoude eddiejaoude added bug Something isn't working and removed 🚦 status: awaiting triage Waiting for maintainers to verify (please do not start work on this yet) labels Jan 7, 2024
@eddiejaoude
Copy link
Member

Thank you for raising the issue 👍 I can replicate it, I will try to debug the problem

@vneogi199
Copy link
Contributor

Even I got this issue. What I did was:

  • Search kube and got relevant results
  • Inspect element, right click on body tag
  • Break on => Subtree Modification
    image
  • Navigate to some other app other than browser
  • Come back to browser after few minutes
  • Debugger will be hit. Then the flicker can be seen and search results are reset.
    image

I think somewhere the component is getting unnecessarily re-rendered.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working 🛠 goal: fix
Projects
None yet
Development

No branches or pull requests

3 participants