refine
refine copied to clipboard
A React Framework for building internal tools, admin panels, dashboards & B2B apps with unmatched flexibility.
## PR Checklist Please check if your PR fulfills the following requirements: - [x] The commit message follows our guidelines: https://refine.dev/docs/guides-concepts/contributing/#commit-convention ## Bugs / Features - [x] Related issue(s) linked...
### Describe the bug A very common situation im running into is `queryOptions` in `useList` requires ALL properties even when I only want to override 1 setting. This should probably...
### Is your feature request related to a problem? Please describe. Any plans to integrate with convex.dev in a similar way you have integration with Supabase? Would be really cool!...
## PR Checklist Please check if your PR fulfills the following requirements: - [x] The commit message follows our guidelines: https://refine.dev/docs/guides-concepts/contributing/#commit-convention ## Bugs / Features - [ ] Related issue(s)...
## PR Checklist Please check if your PR fulfills the following requirements: - [x] The commit message follows our guidelines: https://refine.dev/docs/guides-concepts/contributing/#commit-convention ## Bugs / Features - [x] Related issue(s) linked...
Addresses issue #6833. When `warnWhenUnsavedChanges` is true and a form within a modal (using `useModalForm`) is dirty, submitting the form could incorrectly trigger the "unsaved changes" confirmation dialog. This was...
## PR Checklist Please check if your PR fulfills the following requirements: - [x] The commit message follows our guidelines: https://refine.dev/docs/guides-concepts/contributing/#commit-convention - [x] Related issue(s) linked - [x] Tests for...
Fixes https://github.com/refinedev/refine/issues/6833 ## PR Checklist Please check if your PR fulfills the following requirements: - [x] The commit message follows our guidelines: https://refine.dev/docs/guides-concepts/contributing/#commit-convention ## Bugs / Features - [x] Related...
### Describe the bug When using `useDataGrid` with `updateMutationOptions` and `editable: true`, the receiving hook does not get passed the metadata for determining the required GraphQL mutation when a cell/row...
### Documentation issue The solution of the "Handling Authentication Errors" part of Authentication / Data Provider Integration tutorial has syntax error. When I click to "Click to auto-update the file"...