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

✨ QueryBuilder CustomPill + AlertProvider Async Confirmation #63

Merged
merged 1 commit into from
Mar 3, 2025

Conversation

oliviercperrier
Copy link
Contributor

We can now use the AlertProvider for async confirmation: like so:

alertDialog.open({
    type: "warning",
    title: "Async confirmation",
    description: "Une description",
    actionProps: {
      children: "Save",
      onClick: async (e) => {
        e.preventDefault();
        return onSave();
      },
    },
  });
Screenshot 2025-03-03 at 8 33 32 AM

@oliviercperrier oliviercperrier merged commit b5f8c02 into main Mar 3, 2025
2 checks passed
@oliviercperrier oliviercperrier deleted the query-builder branch March 3, 2025 14:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants