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

[Bug] The content of the challenge search page is flickering once when clicking on See More button from Home #2363

Closed
3 tasks done
tschaffter opened this issue Nov 17, 2023 · 6 comments · Fixed by #2422
Closed
3 tasks done
Assignees
Labels
bug Something isn't working frontend Frontend development

Comments

@tschaffter
Copy link
Member

Is there an existing issue for this?

  • I have searched the existing issues

What product(s) are you seeing the problem on?

OpenChallenges

Current behavior

  • Go to the Home page
  • Go to the section Challenges of the Day
  • Click on See More
  • Upon being redirected to the challenge search page, the content appears, then disappears briefly, then appears again.

Expected behavior

The content should not disappear once it's visible

Anything else?

Cc: @rr

Commit ID

8442d2d

Are you developing inside the dev container?

  • I am using the dev container

Code of Conduct

  • I agree to follow this project's Code of Conduct
@tschaffter tschaffter added the bug Something isn't working label Nov 17, 2023
@tschaffter
Copy link
Member Author

Added to Backlog

@tschaffter tschaffter added the frontend Frontend development label Nov 17, 2023
@tschaffter
Copy link
Member Author

Added to Sprint 23.11

@tschaffter
Copy link
Member Author

@rrchai There's no SSR code that could generate the flickering.

@tschaffter
Copy link
Member Author

@rrchai Can you please add an update to this ticket?

@tschaffter
Copy link
Member Author

Added to Sprint 23.12

@tschaffter
Copy link
Member Author

An issue with the "See More" button is that it reloads the entire app instead, which is not efficient and delay the display of the new page. Instead, use the same redirection as the one we do with the navbar buttons.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working frontend Frontend development
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants