fascinating-indigo
fascinating-indigo•2mo ago

merhabalar kolay gelsin, do you guys know how can i know what kind of paginarion, sorders, and filte

merhabalar kolay gelsin, do you guys know how can i know what kind of paginarion, sorders, and filters sent in the simple-rest? so i can modify my API?
14 Replies
variable-lime
variable-lime•2mo ago
Does anyone can help me to change the Graphql template to a rest one, I have no idea how GraphQl works and the backend is made on a RestAPI, on the other hand the template of the CRM fitz amazing our project but I have no idea on how to refactor the code so we can match the API with out the need of Graphql
fair-rose
fair-rose•2mo ago
Hey @Demetrio C you need to build a data provider that is compatible with your API. You can use the most of the CRM example later, as long as REST api also provides similar fields. With Refine, it's easy to change data layer to another one just by changing your data provider. Other hooks should require no changes other than removing graphql queries.
equal-aqua
equal-aqua•2mo ago
hi i'd love to create translations for notifications and all other default refine text but i cant find keys that i need to set in my i18n resources please help dora find the keys
foreign-sapphire
foreign-sapphire•5w ago
is this issue fixed?? https://github.com/refinedev/refine/issues/5668 I would like to work on it.
GitHub
[BUG] with Material UI doesn't show loading spinner · Issue #5668 ...
Describe the bug <Show isLoading={true}> with Material UI doesn't show loading spinner Steps To Reproduce Create view with isLoading prop set to true Observe no spinner shown Expected beh...
correct-apricot
correct-apricot•4w ago
Looking to Hire an experienced refine dev with good design skills. Part or full time remote job, please message me for details.
ratty-blush
ratty-blush•4w ago
Hey Guys I'm looking to create an option in my CRM that integrates Google Analytics and Meta data. Has anyone in the community already created something like this?
xenial-black
xenial-black•4w ago
Just dm you.
ratty-blush
ratty-blush•4w ago
Please Help With this D:
like-gold
like-gold•4w ago
I sent you dm, plz check.
rival-black
rival-black•4w ago
Hi. The CRM live example at https://example.crm.refine.dev/ is prompting for a login and the populated ones don't appear to be working.
extended-salmon
extended-salmon•4w ago
Yeah it died Someone was testing on production 😎
fair-rose
fair-rose•4w ago
It'll be back soon, sorry folks! CRM Should be back now
adverse-sapphire
adverse-sapphire•4w ago
Is there a roadmap somewhere? Wondering when DevTools will be getting the extra features
fascinating-indigo
fascinating-indigo•4w ago
guys is this file upload hardcoded to "uid, url, name" ? i can't get the imags on the edit page my entity is "id, bucket, key, mime, size" any idea is there any mapping mechanism in file uploading? i'm using antd any help?