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 Issue occurred while following the getting started guide for version 3.xx.xx https://refine.dev/docs/tutorial/getting-started/mui/create-project/ Creating the project with `npm` works fine, but does not work using using `yarn`,...

bug

Add new app: Pixels Admin to main repo **IMPORTANT: Please do not create a Pull Request without creating an issue first.** _Any change needs to be discussed before proceeding. Failure...

Completed the following: - Defined `auditLogProvider` with methods. - Enabled logging on ``. - Defined `` component. - Display `` component inside `` in `` component. - Define time utils....

### Describe the bug Hi, I'm using Ant Design's `Table` and `FilterDropdown` to make a table filter. When there's empty value (null in strapi), it calls the strapi backend with...

bug

### Is your feature request related to a problem? Please describe. In `create` and `update` mutation queries, `operation` name can be configured via `metadata`. `variable.input.type` can't be configured as it's...

enhancement

### Is your feature request related to a problem? Please describe. The bundle size of my Refine app built with Next.js and Material UI is very big and the app...

enhancement

### Describe the bug The pop-up is appearing twice when I go to an edit resource page and the resource ID does not exist in the database. It retries multiple...

bug

### Describe the bug The color configuration of the sidebar is out of sync with the theme ### Steps To Reproduce The theme of the sidebar does not match the...

bug

### Is your feature request related to a problem? Please describe. Hi, currenty @pankod/refine-strapi-v4 is using axios v0.26 which is a pretty old version. The most current one is v1.2.x....

enhancement
good first issue

### Describe the bug When a remote schema is imported into Hasura, the grouping relationships are called as {table}_aggregated instead of {table}_aggregate. Right now the Hasura dataProvider always expects that...

bug