refine
refine copied to clipboard
A React Framework for building internal tools, admin panels, dashboards & B2B apps with unmatched flexibility.
Updated optimistic and undoable tests for following hooks: - useUpdate - useUpdateMany - useDelete - useDeleteMany - useForm
### Describe the bug  As you can in the Supabase starter project there are failed requests to `title` resource. ### Steps To Reproduce 1. Create a new project using...
This PR was opened by the [Changesets release](https://github.com/changesets/action) GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically....
Added top announcement to the headers with a common component. ### Self Check before Merge Please check all items below before review. - [x] Corresponding issues are created/updated or not...
**Issue Fixed:** [Chakra UI Sider overflows when collapsed #5475] **Description:** - Resolved the issue where the Chakra UI Sider was overflowing when collapsed. - Adjusted the styles to prevent horizontal...
### Documentation issue I'm following the tutorial documentation, and I noticed that some code does not align with the provided examples. This discrepancy may confuse users going through the tutorial....
Commit Message: Fix for issue #5348 ##Commit Description: This commit addresses issue #5348 by enhancing the sorting functionality in the GraphQL query generation. The modification includes the utilization of the...
### Describe the bug The useForm hook is used with mutationMode set to "pessimistic" and the update mutation from the data provider rejects. The issue in the code is here:...
Added `/tutorial` to our documentation and applied the brand new tutorial layout. ### Self Check before Merge Please check all items below before review. - [x] Corresponding issues are created/updated...
After releasing `nestjs-query` with `gqlQuery` and `gqlMutation` support, refactored app-crm to use these fields.