Open
Conversation
* chore(website): delete unused astro components * deleted too much...
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
… adding or removing a column (#1057) * don't reload on "add column" * don't reload on "remove column" * fix weird issue where "add column" is sometimes not full height in Firefox * 1057 styling * update test
…1065) It was removed in GenSpectrum/dashboard-components#1059 The normal release process failed, but I think it's included in https://github.com/GenSpectrum/dashboard-components/releases/tag/dashboard-components-v1.13.0
* WIP * Add UI component to link connection and show issues * refactor(website): extract W-ASAP page components into separate files Refactored WasapPage.tsx by extracting all inline components into separate files in a new components subdirectory. This improves code organization and maintainability. Components extracted: - CollectionInfo: displays collection link and invalid variants - NoDataHelperText: shows helpful messages when no data is available - VariantFetchInfo: displays clinical sequence count with warnings - WasapStats: shows amplicon sequences and sampling date stats Additional changes: - Moved WasapStats to bottom of page for both mutation and collection modes - Removed completed TODO about collection link (now implemented in CollectionInfo) - Cleaned up imports in WasapPage.tsx 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com> * fix(website): improve CollectionInfo component layout Simplified the collection link display to be more concise: - Title: "CoV-Spectrum collection" (instead of "Collection") - Main text: Collection title as clickable link (reduced from 3 lines to 2) - Description: Shows collection ID 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com> * Add support to convert detailed mutations to query * Add better key * tighten GenomeCheckResult type * add more tests * fix typog * type fix * handle empty variants explicitly * change key --------- Co-authored-by: Claude Sonnet 4.5 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This pull request updates the
prodbranch with the latest changes from themainbranch.Make sure to merge this creating a merge commit.
Do not squash-merge this PR. Do not rebase and merge.