let error notification stay forever
currently, the error notification only lasts seconds and then disappear, how to make it stay forever until closing it manually?
add feedback such as antd spin to save button of create form
for my app, the save button of Create takes much time to complete, so I want add feedback such as antd spin to the page
modal
help me create a modal that presents itself in the centre of the page that takes up roughly 1/3 of the screen with sampel text , needs to have some type of elevation and background blur
navigate to show with custom params
import { useNavigation } from "@refinedev/core";
const { show } = useNavigation();
how can i go to resource members with id of 5 and param of activeTab 4...
I18n locale in database
Where to retrieve and set locale in a refine application so it's using the user's defined locale from his user object in database ?
How to validate step 2 form of useStepsForm if current step is 1 but I click step 3
How to validate step 2 form of useStepsForm if current step is 1 but I click step 3?
on my show page i have this
const { editUrl, create } = useNavigation();
create("member-cards", "push", { memberId: id });
const { editUrl, create } = useNavigation();
create("member-cards", "push", { memberId: id });
useForm redirection
I want to prevent redirection when there is a validation error from the API but it keeps redirecting to / even with
refineCoreProps: {
redirect: false,
action: 'create',
},...
useCustomModalForm
how to not close the form and invalidate on success and only invalidate when the form is closed manually.
Does useShow and similar data fetchers have a way to adjust the data after fetch
Does useShow and similar data fetchers have a way to adjust the data after fetch
Which browsers aren't compatible with Refine
I was kindly enquiring which browsers are currently compatible with refine and which ones are not
Refine Devtools: Cookie “__cf_bm” has been rejected for invalid domain.
I'm getting errors for all of the assets that refine devtools loads
variables name not changing
I want to create mutation to hasura, i use useCreate and add variables to the meta object. I want the variable named "objects" but refine still send variables named "object". Please how can i change it to "objects". In the query i already use objects, but still somehow refine send "object" without s.
Does anyone know When will the HR-APPLICATION TEMPLATE be released ?
I have been waiting for this template to be launched for more than 6mnths now i would like to know the release date or the ball park of it
Inferencer
I have a supabase database with about 15 tables. Can refine help me auto create CRUD pages? The only example I have seen is the default Post samples but I have not seen any example/tutorial that creates CRUD pages from custom tables.
vite 5 +
i am getting this warning with vite 5+ The CJS build of Vite's Node API is deprecated. See https://vite.dev/guide/troubleshooting.html#vite-cjs-node-api-deprecated for more details.
vite v5.4.11 building for production...
does refine support module type projects in the package.json...
