Yıldıray Ünlü

Results 10 issues of Yıldıray Ünlü

Add Chakra UI docs.

Add `generate` command for `refine-cli`. - [x] Create template - [x] Determining the project type (vite, nextjs, cra) - [x] Compile templates by project type - [x] Add `resource` with...

**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 refine cli.

Creating a new refine project with `refine-cli`. ![Kapture 2022-11-22 at 16 28 40](https://user-images.githubusercontent.com/3484713/203326995-9fa99393-6dc6-4505-81e2-e12184d98e64.gif)

Inferencer support added to the resources created with the `refine-cli`.

Add `refine-cli` docs.

Add `cursor pagination` example for `mui`

Refactor `@pankod/refine-core` -> `useSelect` hook docs.

``` const { autoSaveProps } = useForm({ warnWhenUnsavedChanges: true, autoSave: true, }); ``` ``` //... return ( //.. ``` ![Kapture 2023-06-23 at 16 26 00](https://github.com/refinedev/refine/assets/3484713/241f8fea-1b8f-470f-af9e-cd3bffdd06ed) ### Test plan (required) TODO:...