Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

FEAT: Filter saved queries and connections #2161

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

not-night-but
Copy link
Contributor

resolve #2033

This allows the user to filter saved connections and saved queries:

Peek 2024-04-25 11-12
Peek 2024-04-25 11-13

@rathboma
Copy link
Collaborator

Looks great! Will merge after the next release - can you make sure this works in ultimate with workspaces?

@not-night-but
Copy link
Contributor Author

@rathboma will do!

Copy link
Collaborator

@rathboma rathboma left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is this workspace enabled?

@@ -9,9 +9,35 @@ export const LocalQueryModule: DataStore<FavoriteQuery, DataState<FavoriteQuery>
loading: false,
error: null,
pollError: null,
filter: undefined // maybe this can be more advanced? date filter?
},
mutations: mutationsFor<FavoriteQuery>({
// more mutations go here
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

So looks like this isn't implemented for queries and connections that come from the cloud?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

FEAT: Ability to filter connections and saved queries
2 participants