Skip to content

Commit

Permalink
Merge branch 'hotfix/2.13.2'
Browse files Browse the repository at this point in the history
  • Loading branch information
denis-yuen committed Dec 10, 2024
2 parents 810d090 + 2d4d58a commit 7d11563
Show file tree
Hide file tree
Showing 4 changed files with 36 additions and 12 deletions.
25 changes: 19 additions & 6 deletions src/app/footer/footer.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -178,22 +178,35 @@
</a>
</li>
<li class="m-0">
<a href="https://twitter.com/DockstoreOrg" target="_blank" rel="noopener noreferrer" class="footer-link" fxLayoutGap="0.5rem">
<img class="site-icons-tab" src="../../assets/images/dockstore/twitter.svg" alt="small Twitter logo" /><small
>@DockstoreOrg</small
<a
href="https://genomic.social/@dockstore"
target="_blank"
rel="noopener noreferrer"
class="footer-link"
fxLayoutGap="0.5rem"
>
<img class="site-icons-tab" src="../../assets/images/dockstore/mastodon.svg" alt="small Mastodon logo" /><small
>@dockstore</small
>
</a>
</li>
<li class="m-0">
<a
href="https://genomic.social/@dockstore"
href="https://bsky.app/profile/dockstore.org"
target="_blank"
rel="noopener noreferrer"
class="footer-link"
fxLayoutGap="0.5rem"
>
<img class="site-icons-tab" src="../../assets/images/dockstore/mastodon.svg" alt="small Mastodon logo" /><small
>@dockstore</small
<img class="site-icons-tab" src="../../assets/images/dockstore/Bluesky_Logo.svg" alt="small Bluesky logo" /><small
>@dockstore.org</small
>
</a>
</li>
<li class="m-0">
<a href="https://twitter.com/DockstoreOrg" target="_blank" rel="noopener noreferrer" class="footer-link" fxLayoutGap="0.5rem">
<img class="site-icons-tab" src="../../assets/images/dockstore/twitter.svg" alt="small Twitter logo" /><small
>@DockstoreOrg</small
>
</a>
</li>
Expand Down
6 changes: 0 additions & 6 deletions src/app/workflow/versions/versions.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,6 @@
scope="col"
mat-header-cell
*matHeaderCellDef
mat-sort-header
matTooltip="The {{
workflow.entryType === entryType.NOTEBOOK ? 'format' : 'language versions'
}} used by the version's descriptor file(s)."
Expand All @@ -124,7 +123,6 @@
scope="col"
mat-header-cell
*matHeaderCellDef
mat-sort-header
matTooltip="The minimum required {{ workflow.descriptorType | descriptorLanguage }} engine version."
matTooltipPosition="above"
>
Expand All @@ -142,7 +140,6 @@
scope="col"
mat-header-cell
*matHeaderCellDef
mat-sort-header
matTooltip="A version is valid if the descriptor file(s) have been successfully validated."
matTooltipPosition="above"
>
Expand All @@ -158,7 +155,6 @@
scope="col"
mat-header-cell
*matHeaderCellDef
mat-sort-header
matTooltip="A hidden version is only visible here and not publicly."
matTooltipPosition="above"
>
Expand All @@ -174,7 +170,6 @@
scope="col"
mat-header-cell
*matHeaderCellDef
mat-sort-header
matTooltip="The version has a test parameter file with open data or requires no input files."
matTooltipPosition="above"
>
Expand Down Expand Up @@ -207,7 +202,6 @@
scope="col"
mat-header-cell
*matHeaderCellDef
mat-sort-header
matTooltip="The version has has execution and/or validation metrics."
matTooltipPosition="above"
>
Expand Down
13 changes: 13 additions & 0 deletions src/app/workflow/versions/versions.component.scss
Original file line number Diff line number Diff line change
Expand Up @@ -49,3 +49,16 @@ tr.mat-row.highlight {
tr.highlight > .mat-cell:first-of-type > span {
padding-left: 5px;
}

/* Narrow the version table columns by decreasing their padding. */
/* See https://ucsc-cgl.atlassian.net/browse/SEAB-6777 */
.mat-cell:not(:first-of-type),
.mat-header-cell:not(:first-of-type) {
padding-left: 1rem;
}

.mat-cell:not(:last-of-type),
.mat-header-cell:not(:last-of-type),
table th {
padding-right: 1rem;
}
4 changes: 4 additions & 0 deletions src/assets/images/dockstore/Bluesky_Logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 7d11563

Please sign in to comment.