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

### Describe the bug Current version of the `export-to-csv` package is `[email protected]` This version has a bug where not all headers are exported and it depends on the first data...

bug
good first issue

### Is your feature request related to a problem? Please describe. Currently, creating nextjs is in the page directory, have you considered adding an app directory option? ### Describe alternatives...

enhancement

### Is your feature request related to a problem? Please describe. Consider a link to [set filters](https://github.com/refinedev/refine/discussions/3007) for my list view as follows: ``` {filteredPosts?.length} ``` This works for my...

enhancement
good first issue
wontfix
hacktoberfest

### Describe the bug [Installation & Usage doc | @refinedev/mantine](https://github.com/refinedev/refine/tree/next/packages/mantine#installation--usage): ``` npm install @refinedev/mantine @refinedev/react-table @mantine/core @mantine/hooks @mantine/form @mantine/notifications @emotion/react @tabler/icons ``` ### Steps To Reproduce `pnpm install @mantine/core @mantine/hooks...

enhancement
good first issue
help wanted
hacktoberfest

### Is your feature request related to a problem? Please describe. Just a suggestion, how about adding a `useVerify` hook into the Core API's Authentication? ### Describe alternatives you've considered...

enhancement
good first issue
hacktoberfest

### Is your feature request related to a problem? Please describe. No dataprovider for trpc ### Describe alternatives you've considered _No response_ ### Additional context _No response_ ### Describe the...

enhancement
good first issue
wontfix
hacktoberfest

### Describe the bug I use Nestjsx Crud provider and I try to add filter "{field: 'title', operator:'nnull', value: ''}" but it automatically converts "nnull" operator to "eq" operator. ###...

enhancement
good first issue
hacktoberfest

### Is your feature request related to a problem? Please describe. I see in the documentation that currently only Yarn 1 is supported by Refine: ![Screenshot 2023-07-21 at 12 56...

enhancement
good first issue
wontfix
hacktoberfest

### Is your feature request related to a problem? Please describe. Just a suggestion, there should be a way to shut off automatically publishing a message with hooks when using...

enhancement
good first issue
wontfix
hacktoberfest

### Issue This fixes #5460 ### Description This PR addresses the issue where the `useForm` hook, specifically in the code path for pessimistic mutationMode, had a promise executor that returned...