Sage-Bionetworks / sage-monorepo

Where OpenChallenges, Schematic, and other Sage open source apps are built
https://sage-bionetworks.github.io/sage-monorepo/
Apache License 2.0
23 stars 12 forks source link

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

Closed tschaffter closed 8 months ago

tschaffter commented 10 months ago

Is there an existing issue for this?

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

OpenChallenges

Current behavior

Expected behavior

The content should not disappear once it's visible

Anything else?

Cc: @rr

Commit ID

8442d2d6a505e2c6e3262d9665ae0be5516382df

Are you developing inside the dev container?

Code of Conduct

tschaffter commented 10 months ago

Added to Backlog

tschaffter commented 10 months ago

Added to Sprint 23.11

tschaffter commented 10 months ago

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

tschaffter commented 10 months ago

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

tschaffter commented 10 months ago

Added to Sprint 23.12

tschaffter commented 9 months ago

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.