refine icon indicating copy to clipboard operation
refine copied to clipboard

A React Framework for building internal tools, admin panels, dashboards & B2B apps with unmatched flexibility.

Results 432 refine issues
Sort by recently updated
recently updated
newest added

Updated optimistic and undoable tests for following hooks: - useUpdate - useUpdateMany - useDelete - useDeleteMany - useForm

### Describe the bug ![image](https://github.com/refinedev/refine/assets/17653648/66789f74-74ed-4e2d-a2a9-4f45c7901c5c) As you can in the Supabase starter project there are failed requests to `title` resource. ### Steps To Reproduce 1. Create a new project using...

bug
sweep

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...

ready-for-release

### 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....

documentation
good first issue
hacktoberfest

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...

invalid

### 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:...

bug
good first issue
help wanted
hacktoberfest

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.