gator icon indicating copy to clipboard operation
gator copied to clipboard

In Conda Store, hide filter and show installed

Open gabalafou opened this issue 3 years ago • 2 comments
trafficstars

This PR is a stepping stone to a minimum viable user experience for Conda Store: https://github.com/Quansight/conda-store/issues/228

Subsequent PRs will change the search box so that instead of merely filtering down a large list of packages locally, it will use search results returned from the server.

gabalafou avatar Feb 20 '22 13:02 gabalafou

Binder :point_left: Launch a binder notebook on the branch Quansight/gator/conda-store-shows-installed

github-actions[bot] avatar Feb 20 '22 13:02 github-actions[bot]

Thanks for trying the suggestion @gabalafou

Let's keep getInstalledPackages optional and use a boolean. Regarding the name for it, what about requiresSearch - the trouble with hasSearchProvider is that the local conda or mamba have a search capability (the endpoint is even available already).

fcollonval avatar Feb 22 '22 15:02 fcollonval