Ali Emir Şen
Ali Emir Şen
that was bugging me so much
Bazi kisimlarda hatalar var henuz duzeltemedigim kusura bakmayin.
Added `indexRoute` property to `options` of `` component to manage initial route of the app if users wants to change that from first resource's route to something else. ### Test...
Due to some missing transformations in `useParams` hooks of `@pankod/refine-nextjs-router` and `@pankod/refine-remix-router`, users need to create multiple files in the `pages` or `routes` directories to render **refine** components. We need...
Currently, `@pankod/refine-nextjs-router` and `@pankod/refine-remix-router` does not support nested routes; we should add this ability to fully support `refine`s routing features.
Currently, `@pankod/refine-react-location` does not support fallback routes and redirects to the initial route.
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...
Adding `swizzle` feature to `@pankod/refine-cli` to let users eject components from **refine** and customize easily. ### Self Check before Merge Please check all items below before review. - [ ]...
Updated `notificationProvider` prop usage in `` component to handle hook calls inside function values. This was causing warnings on console in `@pankod/refine-mui` and `@pankod/refine-chakra-ui`. ### Closing issues Resolves #3089 ###...
Added top announcement to the headers with a common component. ### Self Check before Merge Please check all items below before review. - [x] Corresponding issues are created/updated or not...