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

### Is your feature request related to a problem? Please describe. The Inferencer feature is an amazing time saver. I find myself building the database, then creating empty Create, Edit,...

enhancement

closes #5178 I fixed theme-mantine-demo, most of the other examples are untested and probably won't work. Notable problems: Mantine 7 uses CSS modules for styling, and @refinedev/mantine uses tsup to...

help wanted
to be continued

This fixes https://github.com/refinedev/refine/issues/5317, the current package used to generate the CSV is old and has few issues, this PR changes the implentation to use the same package as for `useImport`...

ready-for-release

### Is your feature request related to a problem? Please describe. Modify code for generating the sort parameters of the GraphQL query that gets sent off to a Hasura GraphQL...

enhancement
good first issue
hacktoberfest

fix: `dataProvider.getList` method adds `?` to the request url when there is no `filters`, `sorters` and `pagination` in the request. #5359 ```diff - Expected + Received - "https://api.fake-rest.refine.dev/categories", + "https://api.fake-rest.refine.dev/categories?",...

ready-for-release

### Describe the bug Hi I encountered an issue while running the Mantine Advance Filter Example Project provided in Refine. When I click on a filter, the filter values are...

bug
good first issue
help wanted

### Describe the bug Heya, I'm having trouble trying to use different table schema using Supabase for the template refine project ```ts // utility/supabaseClient.ts export const supabaseClient = createClient(SUPABASE_URL, SUPABASE_KEY,...

bug
wontfix

### Describe the bug When executing `pnpm create refine-app@latest -- -o refine-chakra-ui tutorial` it used the npm package manager to install packages. ### Steps To Reproduce pnpm create refine-app@latest --...

bug
good first issue
wontfix
hacktoberfest

### Documentation issue I want to remove ?& when calling API in useTable ### Describe the thing to improve I want to remove the ?& when calling the api in...

documentation
good first issue
hacktoberfest

### Is your feature request related to a problem? Please describe. We've created a branch to migrate our application code to RQ v5, but have refrained since Refine uses RQ...

to be continued