-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(website): add compare to baseline landing page (#422)
* feat(website): add baseline compare landing page * feat(website): fix e2e tests and add e2e to ensure no errors in web components on any page
- Loading branch information
1 parent
e492f2e
commit f954a5e
Showing
4 changed files
with
40 additions
and
10 deletions.
There are no files selected for viewing
This file contains 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
15 changes: 15 additions & 0 deletions
15
website/src/components/views/compareToBaseline/SelectBaseline.astro
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
--- | ||
import { PageHeadline } from '../../../styles/containers/PageHeadline'; | ||
--- | ||
|
||
<div class='mx-4 mt-20 flex min-h-64 flex-col items-center'> | ||
<PageHeadline>Analyze a variant compared to a baseline</PageHeadline> | ||
<div class='max-w-xl'> | ||
<p class='mb-2'>To proceed, please select a variant filter.</p> | ||
<p> | ||
If no baseline is selected all sequences will be used as a baseline for comparing against sequences with a | ||
specified variant. Note that the dataset filter is applied to the entire dataset including both the baseline | ||
and variant subsets. Adjust the dataset filter as needed to refine your selection. | ||
</p> | ||
</div> | ||
</div> |
This file contains 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
This file contains 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