show loading icon while waiting list page
how to show loading icon while loading list page using mantine ui framework?
breadcrumb
how can i make the <Breadcrumb /> allways show the current page for example the name of the page
What is the most adequate way of styling Refine projects?
Im currently working on a project that uses Ant Design and I'm wondering what is the best way to style it. In files generated with Swizzle, I see style.ts files containing objects with css properties. Is this the norm or can css modules be used?
How to handle an end point to download excel file for a list
@kapa.ai I want to create a button to handle download excel file end point in refine how to do that?
Call a hook inside a function
// Package Imports
import { useSimpleList } from '@refinedev/antd';
// Project Imports...
'Create' button location
Hi,
Where is the file location of the 'Create' button (blue color) as in the picture? I want to learn on how to hide it. Thank you....

i18n Tutorial using Mantine
Is there any tutorial for creating language dropdown using Mantine?
https://refine.dev/docs/guides-concepts/i18n/#changing-the-locale is great, but using antd. Is there similar link using mantine?
what is the mantine version for this component?...
initialValues: { initialValues numeric
What value should you set when a field in initialValues is a number and want it null
How do I access i18n keys in auth provider?
I am trying to use my i18n keys inside my auth provider but can't figure out how to do this. I can't use 'useTranslate()' hook due to this not being a react component, how else can I access it?
Sider
How do i customise the sider, because i dont find the sider folder in the components
Also im using refine-mui...
How to add extra fields to the registration page?
I would like to add a firstname, lastname and phone number field to the registration page, how can I do this?
accessControlProvider getIdentity hook
How can i access the hook
const { data: user } = useGetIdentity<IIdentity | null>();
in an AccessControlProvider ...