Refine

R

Refine

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

Join

ask-any-question

discussions

yelping-magenta
yelping-magenta11/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.
optimistic-gold
optimistic-gold11/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
yelping-magenta
yelping-magenta11/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.
complex-teal
complex-teal11/29/2024

edit useModalForm

is there a way to create an edit modalform and keep the list view on the back?
xenial-black
xenial-black11/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,...
harsh-harlequin
harsh-harlequin11/29/2024

How can I config remove goBack button on refine?

How can I config remove goBack button on refine?
multiple-amethyst
multiple-amethyst11/27/2024

useCustomMutation timeout

I have a function like this one mutate({ url: ${apiUrl}/strapi-chat/chat, method: "post",...
constant-blue
constant-blue11/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....
harsh-harlequin
harsh-harlequin11/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?
fair-rose
fair-rose11/27/2024

Access control

When I use accessControl the menus are taking a lit bit longer to render.
ratty-blush
ratty-blush11/26/2024

Add supabase to default minimal-crm-app

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

usegetidentity is giving me undefined

const { data: user } = useGetIdentity({ v3LegacyAuthProviderCompatible: Boolean(authProvider?.isLegacy), }); ...
sunny-green
sunny-green11/26/2024

Use search on table

I have this component and a want to use the useTableSearch properties for get filtered result
broad-brown
broad-brown11/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?...
like-gold
like-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
harsh-harlequin
harsh-harlequin11/22/2024

How watch any changes of payload in useForm?

How watch any changes of payload in useForm?
constant-blue
constant-blue11/22/2024

useCreateButton

support can props
ratty-blush
ratty-blush11/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
correct-apricot
correct-apricot11/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"?
flat-fuchsia
flat-fuchsia11/21/2024

nextjs client side only

Hi, I would like to use nextjs and refine, but only with the client side code (like in vite), since I won't really have access to a server later....