Rafał Dzięgielewski

Results 242 comments of Rafał Dzięgielewski

@wngus606 is this your full config? I checked just now and `/api/admin` works for me

Are you sure it comes from AdminJS code? It's the first time I'm seeing this error. I would suggest updating the libraries though, we're already on v6.

Design system v3/core v6 should have more customization options related to themes

Please give an example.

Current documentation is 99% automatically generated based on source code JSDoc comments, we will soon be rewriting it to be more tutorial-oriented. As for your questions: 1. This is similar...

``` myField: { type: record => record.params.otherField ? 'number' : 'text' }, ``` This wouldn't work in the current implementation. Current UI is a single page React application and communicates...

The odd thing is the spinner icon next to your `Delete` option. It should only appear after you click the action button but in your case it's already spinning when...

@goldylucks I tried to reproduce your issue but couldn't. Can you either: a) create an example repository where your problem appears? b) clone https://github.com/dziraf/repro-delete-adminjs and make changes necessary to reproduce...

Closing because no response from original poster

Tutorials are currently outdated, we've recently started updating the documentation to match with the latest versions of modules. I'll try to prioritise this