Update VEP results page (#1162)
- Added VEP submissions header to the results page - Set up links to viewed submissions list vs unviewed submissions list - When user visits the results page for a given VEP submission, mark that submission as viewed - Make sure the expansion/collapsing of transcripts is scoped within a gene and within an alternative allele; i.e. pressing the expand/collapse button for a transcript does not affect transcripts for other alt alleles or genes
Showing
- src/content/app/tools/vep/VepPageContent.tsx 2 additions, 2 deletionssrc/content/app/tools/vep/VepPageContent.tsx
- src/content/app/tools/vep/components/vep-submission-header/VepSubmissionHeader.module.css 1 addition, 1 deletion...ents/vep-submission-header/VepSubmissionHeader.module.css
- src/content/app/tools/vep/components/vep-submission-header/VepSubmissionHeader.tsx 6 additions, 2 deletions.../components/vep-submission-header/VepSubmissionHeader.tsx
- src/content/app/tools/vep/components/vep-submit-button/VepSubmitButton.tsx 1 addition, 1 deletion...ools/vep/components/vep-submit-button/VepSubmitButton.tsx
- src/content/app/tools/vep/components/vep-top-bar/VepTopBarNavButtons.tsx 1 addition, 3 deletions.../tools/vep/components/vep-top-bar/VepTopBarNavButtons.tsx
- src/content/app/tools/vep/state/vep-api/vepApiSlice.ts 10 additions, 15 deletionssrc/content/app/tools/vep/state/vep-api/vepApiSlice.ts
- src/content/app/tools/vep/state/vep-submissions/vepSubmissionsSelectors.ts 12 additions, 1 deletion...ools/vep/state/vep-submissions/vepSubmissionsSelectors.ts
- src/content/app/tools/vep/views/vep-submission-results/VepSubmissionResults.module.css 2 additions, 2 deletions...ws/vep-submission-results/VepSubmissionResults.module.css
- src/content/app/tools/vep/views/vep-submission-results/VepSubmissionResults.tsx 111 additions, 39 deletions...vep/views/vep-submission-results/VepSubmissionResults.tsx
- src/content/app/tools/vep/views/vep-submission-results/components/vep-results-allele/VepResultsAllele.module.css 16 additions, 0 deletions...components/vep-results-allele/VepResultsAllele.module.css
- src/content/app/tools/vep/views/vep-submission-results/components/vep-results-allele/VepResultsAllele.tsx 75 additions, 0 deletions...esults/components/vep-results-allele/VepResultsAllele.tsx
- src/content/app/tools/vep/views/vep-submission-results/useVepVariantTabularData.ts 84 additions, 60 deletions.../views/vep-submission-results/useVepVariantTabularData.ts
- src/content/app/tools/vep/views/vep-submissions/VepSubmissions.tsx 15 additions, 4 deletions...nt/app/tools/vep/views/vep-submissions/VepSubmissions.tsx
- src/shared/helpers/urlHelper.ts 5 additions, 0 deletionssrc/shared/helpers/urlHelper.ts
Please register or sign in to comment