Skip to content
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

Update from feedback #12

Merged
merged 1 commit into from
Apr 11, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 8 additions & 11 deletions _includes/table.html
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ <h2>Relevant tools and resources</h2>
<tr>
<th colspan="14">
<div class="d-flex align-items-center">
<div class="py-2">Filter by Topic(s):</div>
<div class="py-2">Filter results by topic(s):</div>
<div
class="btn-group btn-group-sm mx-3"
role="group"
Expand All @@ -84,7 +84,7 @@ <h2>Relevant tools and resources</h2>
autocomplete="off"
checked
/>
<label class="btn btn-outline-dark btn-toggle" for="btnradio1"
<label class="btn btn-outline-primary btn-toggle" for="btnradio1"
>and</label
>

Expand All @@ -95,12 +95,12 @@ <h2>Relevant tools and resources</h2>
id="btnradio2"
autocomplete="off"
/>
<label class="btn btn-outline-dark btn-toggle" for="btnradio2"
<label class="btn btn-outline-primary btn-toggle" for="btnradio2"
>or</label
>
</div>
<div class="filter-message fw-medium text-black-50">
Please click on a topic to filter results by topics
Select one or more topics from the Topic(s) column
</div>
<div class="clear-all-button text-danger fw-medium me-2">
Clear All Filters
Expand Down Expand Up @@ -180,7 +180,7 @@ <h2>Relevant tools and resources</h2>
<td class="dt-center">
{% if tool.topics %} {%- for topic in tool.topics %}
<button
class="btn btn-light badge topic-badge text-bg-light mb-2 text-wrap text-center"
class="btn btn-light badge border border-dark text-dark mb-2 text-wrap text-center topic-badge"
>
{{topic}}
</button>
Expand Down Expand Up @@ -370,16 +370,13 @@ <h5 class="modal-title">Publications</h5>
new $.fn.dataTable.Buttons(table, {
buttons: [
{
extend: "copy",
className: "btn btn-light",
},
{
extend: "csv",
extend: "colvis",
className: "btn btn-light",
},
{
extend: "colvis",
extend: "colvisRestore",
className: "btn btn-light",
text: "Reset column visibility"
},
],
});
Expand Down
2 changes: 2 additions & 0 deletions index.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ This page lists bioinformatics tools and software that are installed across seve
>
Can’t find the software you need? Click here to see other options for
finding software.
<i class="fa-solid fa-circle-chevron-down ms-1"></i>
</button>
<div class="collapse" id="collapse1">
<div class="card card-body">
Expand Down Expand Up @@ -52,6 +53,7 @@ This page lists bioinformatics tools and software that are installed across seve
>
Click to find out how to request installation of software on ToolFinder
listed infrastructures.
<i class="fa-solid fa-circle-chevron-down ms-1"></i>
</button>
<div class="collapse" id="collapse2">
<div class="card card-body">
Expand Down
Loading