You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey @darrenwiens, what do you think about having a text box in the Common tab that filters collections by ID, to help navigate big STACs? Whenever the filter text is changed, the collection list would update to only include matching collections.
I threw together a quick working demo below, mostly to make sure it was possible with ipywidgets before I suggested it.
If you like the idea I'm happy to make a PR. If not, no worries!
The text was updated successfully, but these errors were encountered:
Sorry for the delay, I like the idea for this added functionality!
The other inputs (Collection(s), Limit, and ID(s)) all act on the query, but the new filter acts on Collection(s). Is there a way to group Collection(s) together with Filter to make it more clear from a UX perspective?
Hey @darrenwiens, what do you think about having a text box in the Common tab that filters collections by ID, to help navigate big STACs? Whenever the filter text is changed, the collection list would update to only include matching collections.
I threw together a quick working demo below, mostly to make sure it was possible with
ipywidgets
before I suggested it.If you like the idea I'm happy to make a PR. If not, no worries!
The text was updated successfully, but these errors were encountered: