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. Conditionally show an item / trigger the query based on props. Currently, I don't think there's a way to...

enhancement

### Documentation issue https://refine.dev/docs/examples/tutorial/antd-tutorial/ ![image](https://user-images.githubusercontent.com/203980/202846140-d5afeb3f-7585-4097-9d4d-e0c404f82a31.png) ### Describe the thing to improve Fix typo ### Describe the solution (optional) _No response_

documentation

### Describe the bug Cannot run the project after generated by `npx superlate-cli` with the follwowing error: ``` Error: You cannot define a route with the same specificity as a...

bug

…roduct **IMPORTANT: Please do not create a Pull Request without creating an issue first.** _Any change needs to be discussed before proceeding. Failure to do so may result in the...

### Describe the bug My app has another way to authenticate the user outside of the authProvider's login method. After successfully logging in without the authProvider, I try to call...

bug

### Is your feature request related to a problem? Please describe. Ant Design 5 has finally arrived with a lot of improvements, hopefully Refine can support it soon! ### Describe...

enhancement

This package provides series of components per each UI integration to generate **list**, **show** and **edit** pages for your resources. The fields and their representation are inferred from your resource's...

**IMPORTANT: Please do not create a Pull Request without creating an issue first.** Add queryOptions param on useShow hook. ### Closing issues Put closes #3023 in your comment to auto-close...

Add `dev`, `start`, `build`, `run` command for `refine-cli`. ![cli-dev](https://user-images.githubusercontent.com/23058882/202999257-c42c6ab3-1d46-4532-acad-57e5f5e868c0.gif) to confugire `update notifier`, use enviorment variables. `UPDATE_NOTIFIER_IS_DISABLED`: `true | false` `UPDATE_NOTIFIER_CACHE_TTL`: `number` in milliseconds. - [ ] Corresponding issues are...