Change Advanced Tool Search to a Tool Discovery View#20747
Merged
ahmedhamidawan merged 56 commits intogalaxyproject:devfrom Sep 30, 2025
Merged
Change Advanced Tool Search to a Tool Discovery View#20747ahmedhamidawan merged 56 commits intogalaxyproject:devfrom
ahmedhamidawan merged 56 commits intogalaxyproject:devfrom
Conversation
71579ba to
3caeb32
Compare
1abd5d2 to
f9b5deb
Compare
Member
Author
|
Some action items, credit to @bgruening :
Some potentially hard to resolve or complex action items:
Follow-up action items:
Point for discussion
Resolved! 🎊: We are going with the GCards |
9c91bba to
5db9bca
Compare
5db9bca to
30bcceb
Compare
5da2f30 to
67e4f3b
Compare
0a36ff9 to
f295353
Compare
f295353 to
4592d51
Compare
Member
|
This is an awesome improvement, thanks a lot @ahmedhamidawan. It works nicely in my testing. |
bgruening
approved these changes
Sep 29, 2025
Member
Author
|
Thank you @bgruening ! Just checking out these tests locally, should be unrelated but double checking still... Update: Ran locally, should be fine. The |
4592d51 to
c8b83c7
Compare
We've discussed the idea of moving the advanced tool search out of the tool panel, and into the "search results" view for a while. It makes sense because the advanced search, which searches via the backend, is decoupled from the client search that applies to the panel itself and is entirely client side. Therefore, we've moved the filters to the center panel in the rich tools list view, and more work will be done on making this view the best place to find ideal tools for our users' analyses. This implements part of the plans in galaxyproject#17286
remove `panel-header-button-toolbox` class
Will need to see if this is performant, given now every time the search value is changed, the tool helps are fetched again!
The prefetching improves performance by a lot!
I've used the `favoriteToolAction` ref from the comoposable so we do not have to add any additional imports to the card component.
It would really help if there is a place where we regulate this (IUC?).
…ding This was because there's a delay between the tools list initializing the `toolsUptoOffset` ref to the first `FETCH_LIMIT` tools in `props.tools`.
With that, they would appear as they do in the panel views, except, Operations first and then Topics. This doesn't seem useful at all for this discovery view.
Removes unneeded parameters from functions, improves typing and definitions of variables in appropriate places. The `searchToolsByKeys` function has been separated and a `searchObjectsByKeys` function has been added which is now very reusable anywhere!
4d9ab09 to
948092b
Compare
jmchilton
added a commit
to jmchilton/galaxy
that referenced
this pull request
Oct 14, 2025
Exercises some of the work added in galaxyproject#20747.
jmchilton
added a commit
to jmchilton/galaxy
that referenced
this pull request
Oct 14, 2025
Exercises some of the work added in galaxyproject#20747.
2 tasks
4 tasks
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
We've discussed the idea of moving the advanced tool search out of the tool panel, and into the "search results" view for a while. It makes sense because the advanced search, which searches via the backend, is decoupled from the client search which applies to the panel itself and is entirely client side.
Therefore, we've moved the filters to the center panel in the rich tools list view, and more work will be done on making this view the best place to find ideal tools for our users' analyses.
This implements part of the plans in #17286
tool_discovery_view_3.mp4
Initial Implementation...
tool_discovery_view_2.mp4
How to test the changes?
(Select all options that apply)
License