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
{{ message }}
This repository has been archived by the owner on Dec 7, 2023. It is now read-only.
Add the possibility to "favourite" one or more pipelines, for more convenient access.
There are two ways to go with this:
We could simply make favoured pipelines be distinct in their representation, and always show them as the top search results
Or, introduce a second column that is shown next to the default results, so that more pipelines are visible on screen.
For now, I think the first solution is the simplest to implement.
Similar to #8, the biggest hurdle right now is that the server is session-agnostic, so it cannot know which pipelines you've marked as favourites.
I think for now, storing this locally is fine, it just means that we'll have to sort the list of pipelines client-side, but we're going to have to do that for #8 anyway, so that's not a big deal.
The text was updated successfully, but these errors were encountered:
Add the possibility to "favourite" one or more pipelines, for more convenient access.
There are two ways to go with this:
For now, I think the first solution is the simplest to implement.
Similar to #8, the biggest hurdle right now is that the server is session-agnostic, so it cannot know which pipelines you've marked as favourites.
I think for now, storing this locally is fine, it just means that we'll have to sort the list of pipelines client-side, but we're going to have to do that for #8 anyway, so that's not a big deal.
The text was updated successfully, but these errors were encountered: