Refine

R

Refine

Join the community to ask questions about Refine and get answers from other members.

Join

ask-any-question

discussions

foreign-sapphire
foreign-sapphire11/30/2024

How to use multiple UI libs at one next js project?

Is it possible to use chakra ui and antd in the same project? If yes how? to configure it
foreign-sapphire
foreign-sapphire11/30/2024

Will Refine support Chakra UI v3?

I was wondering if there are any plans for Refine to support Chakra UI v3 in the near future? Chakra UI v3 has some exciting new features, and it would be great to know if we can use it seamlessly with Refine.
unwilling-turquoise
unwilling-turquoise11/30/2024

Is there a way to edit the "Authenticated" Page / Login Page

I'm trying to edit the "Authenticated / Login" Page but can't find where
foreign-sapphire
foreign-sapphire11/29/2024

How to create Next Js and Chakra UI project?

I there isn't Chakra UI option when i try to create a project.
rival-black
rival-black11/29/2024

edit useModalForm

is there a way to create an edit modalform and keep the list view on the back?
exotic-emerald
exotic-emerald11/29/2024

Modal form only responds to `onOkButtonClick`, but not `onFinish` in form [Antd design]

Here is the code snippet. This seems to be a really odd issue, as by nature I expect that the modal form should be able to respond to either prop mentioned in the title. ``` export const AddressModal = ({ form, modalProps,...
deep-jade
deep-jade11/29/2024

How can I config remove goBack button on refine?

How can I config remove goBack button on refine?
absent-sapphire
absent-sapphire11/27/2024

useCustomMutation timeout

I have a function like this one mutate({ url: ${apiUrl}/strapi-chat/chat, method: "post",...
optimistic-gold
optimistic-gold11/27/2024

Access control logs in the audit log provider

Is it possibly to record access control logs witth the audit log provider. I am trying to check coverage of various rights in the sytesm and thought this would be a good place to track....
deep-jade
deep-jade11/27/2024

How can display skeleton antd at show page while query is fetching?

How can display skeleton antd at show page while query is fetching?
loud-coral
loud-coral11/27/2024

Access control

When I use accessControl the menus are taking a lit bit longer to render.
compatible-crimson
compatible-crimson11/26/2024

Add supabase to default minimal-crm-app

I would like to add supabase to the default minimal-crm-app
vicious-gold
vicious-gold11/26/2024

usegetidentity is giving me undefined

const { data: user } = useGetIdentity({ v3LegacyAuthProviderCompatible: Boolean(authProvider?.isLegacy), }); ...
rival-black
rival-black11/26/2024

Use search on table

I have this component and a want to use the useTableSearch properties for get filtered result
like-gold
like-gold11/25/2024

How may I create many records with useForm and useCreateMany?

I'm trying to create many records with a form. I will use onFinish for now, but is it the right approach?...
vicious-gold
vicious-gold11/24/2024

How to fecth user from basic auth

Iam using basic auth of refine dev i want to complete getIdentity function how do i fetch user
deep-jade
deep-jade11/22/2024

How watch any changes of payload in useForm?

How watch any changes of payload in useForm?
optimistic-gold
optimistic-gold11/22/2024

useCreateButton

support can props
compatible-crimson
compatible-crimson11/22/2024

Enable Google Auth using Supabase, Refine, nextjs and material

The guides I am seeing say to make changes to src/App.tsx, but this does not exist in my Refine installation.
No description
deep-jade
deep-jade11/22/2024

Documen Title Handler

How can I handle a "Page Not Found" scenario in my application so that when the user lands on a non-existent page, the browser tab title updates to display "Not Found"?