Remove name and avatar from navbar
Hey, i want to ask, how can i remove avatar and name from navbar ?

Using Refine with other MUI Layout?
Hi. I am exploring Refine right now. My project is using MUI so I am also exploring @refinedev/mui package.
I am wondering whether I can use other MUI layout component instead of <ThemedLayoutV2> to build my dashboard, while still using other MUI adapters in @refinedev/mui for datagrid, forms, etc., on the actual pages. My understanding is that <ThemedLayoutV2> depends on <Refine> but not the other way around. I am just not sure whether not using the <ThemedLayoutV2> will have any consequence related to using other components in the @refinedev/mui on my page.
To be more specific, I would like to use the <DashboardLayout> in @toolpad/core....
Plan to support MUI 7?
Hi, is there a timeline to support MUI 7 and mui/x-data-grid 8? I just start trying out Refine and it seems a bummer that I will need to downgrade my MUI version in order to use @refinedev/mui package in my app.
Thanks!...
CRUD response data come inside a `data` wrapper, how can I access it?
The response of
useTable()
content is an array of elements inside a data
wrapper, how can I access it using useTable()
and <Table>
of antd
package?How to disable OPTIONS requests?
When using
simple-rest
package with my custom endpoint I receive few OPTIONS
request when attempting to list a products list. That OPTIONS
http method is not supported on my backend.
I read some docs around this but Im not able to make it work, looks like adding onSearch: undefined
should do the trick, but it's not working.
Anyone know how to do this?...how do I change order of sidebar menu items
I've recreated a sidebar with the help of useMenu, but I have no idea what dictates the order of the menu items. It appears to be almost random.
Custom route provider
i build react refine ant design REST API , Nest project how to add custom route provider instead of default route in refine ant design project
sider
https://refine.dev/docs/ui-integrations/ant-design/components/themed-layout/#sider go through and explain this
ant design with tailwind
i make project with Vite + ant design + rest api + custom auth
how to add tailwind...
Turn on values encoding during syncWithLoacation option is on.
Is there a quick way to enable values encoding inside stringifyTableParams function which executes while sync with location is on?
customsider
@kapa.ai to create custom sidebar in refine react ant design project for when click the sidebar element "Users" it must redirect to /users/create insteaed of /users/list , but i didnt happen , instead of this i got that screen as output -->
Payloadcms support ?
Would good if you add payloadcms support
https://payloadcms.com/posts/blog/payload-is-joining-figma...
Structure depeding on resources defined
having into consideration that each entity we define in our project is a resources for example students and school years the school has is it correct to define a resource called studentschoolyears that will allow us to access the relation of those two entities or should it be managed directly under student?
Weird error during migration on some scripts
On some of my scripts I'm getting this error
/node_modules/@refinedev/codemod/dist/transformations/v4/fix-v4-deprecations.js:42
const configProperty = p.node.arguments[0].properties.find(p => p.key.name === "config");
...
npm create refine-app@latest stalls when choosing nextjs
Hi,
I'm trying to get started with Refine but installation stalls when using the cli.
The initial options are Vite or Nextjs, if you choose Nextjs the install hangs....
useForm create subcomponent using typescript
How can I make sub-component/composable using useform with the react-hook-form integration. Can I use formprovider and useFormContext for instance?
multiple uselist delay
I have multiple calls of uselist on a page, I want to make them called one by one so the page is less heavy on load. how do I do it?
Uploading file in strapi specific folder
How do I upload a file in a specific folder in strapi v4 media upload using upload in antd
afterDelete hook not reading url query
I'm trying to pass an Id via query to an afterDelete lifecycle hook but is not working and always return undefined in strapi console log. I have tried with ctx.request.query but keep returning can not read query of type undefined. What is the method of reading queries in a lifecycle hook strapi v5