-
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): show authors at the top on sequence details page #1729
Conversation
4cd6520
to
071f4be
Compare
cbf53ee
to
a85488e
Compare
Getting a React error here: Something about React: "There was an error while hydrating but React was able to recover by instead client rendering the entire root." Logs also contain something (potentially unrelated):
|
Very weird! I also observed it but now the page works again. |
I submitted the two sequences manually yesterday and at the moment, the database is not getting reset upon new commits: #1735 |
ba8dd3c
to
b60f30a
Compare
Sorry if I'm late to the game here - I still don't see any sequence mutation information here in the preview - do we need to restart the preview now that #1735 is merged? |
Good point! I don't think this will be a matter of restarting previews |
b60f30a
to
57575d0
Compare
preview URL: https://seq-details-authors.loculus.org
Summary
This moves the author list (if there is one) to the top of the sequence details page. The list is shortened if there are >= 28 authors.
Screenshot
PR Checklist
[ ] All necessary documentation has been adapted.