-
Notifications
You must be signed in to change notification settings - Fork 2
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
feat(website): SSR on initial load of search page #2290
Conversation
Hi Theo! I just tested this out a bit and thanks for fixing the bug in the date picker! However, I think I found a new bug this time in the mutation search, in CCHF I am unable to add mutations, I add a mutation to the search field - it comes up in blue but when I select it it disappears - currently main does not have this issue. I don't know why this is happening - could you have a look? |
Thanks! Will do! |
Converting to draft til I've had the chance to fix the issue @anna-parker raised |
Thanks @anna-parker - the issue you identified should be fixed |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks Theo! This looks awesome! I tested it out and seems to fix all bugs :-)
Thank you for the review! |
This adds the hybrid approach to the search page we discussed a while back, where the site renders the search by SSR on first load and then (as currently) in the client on further changes.
The SSR improvements also include the fields in the menu being populated immediately, rather than with a delay as previously
Also resolves #2024 (page number not being in URL), also resolves #2302 (bug in date rendering in field)
preview URL: https://search-ssr.loculus.org/