-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* feat: remove turbo streams for samples index action and change to using morphs to maintain page scrolling when updating table * feat: make sample id and sample name column sticky in samples table, fix pagination links for samples table and morphing. * chore: fix sort component to keep existing table functionality * chore: fix single deletion and multiple all success deletion on samples tables * chore: add back surrounding div for group and project samples tables * chore: fix sorting component for samples table component * chore: fix samples cloning * chore: fix groups samples tests * chore: fix more tests * Cchore: fix samples test and update multi delete samples response behaviour * chore: re-add solargraph gem * chore: fix sticky columns to work in all browsers * chore: fix spacing on Samples table * chore: fix list filter component to work when page is morphed * chore: fix selection controller reconnecting after morphing of samples table * chore: fix morphing on samples table when sorting or paging * chore: fix action links incorrectly reconnecting after morph * chore: fix action link disabling on samples table after morph * chore: revert checkbox colour change on samples table * chore: revert other colour changes that were accidental * chore: fix another accidental colour change * chore: remove block from samples deletions destroy response that would never be hit
- Loading branch information
Showing
31 changed files
with
211 additions
and
225 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
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
<a href="<%= url %>" type="button" data-turbo-stream="true" class="flex items-center"> | ||
<%= render Viral::BaseComponent.new(tag: 'a', href: url, type: "button", classes: class_names('flex items-center'), **system_arguments) do %> | ||
<%= label %> | ||
<span class="flex-grow-0 ml-2 flex items-center"><%= viral_icon(name: icon, classes: "w-4 h-4 inline-block") %></span> | ||
</a> | ||
<% end %> |
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
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
Oops, something went wrong.