Rafał Dzięgielewski

Results 242 comments of Rafał Dzięgielewski

Resources in AdminJS refer to data collections, I'm not sure what you're trying to achieve. Don't you simply need a `Pin` button next to a record in list?

AFAIK the library we use requires a unique ID to keep track of the position and to correctly show dragging animations. `property.path` for array elements is not unique because it...

EntitySchema is not supported, `@adminjs/typeorm` only works with classes that extend `BaseEntity`

Can you check if: 1. `.adminjs` folder is created in your docker image when the server starts? Unless you use `@adminjs/bundler`, the custom components bundle is generated when the server...

Re: 1. Ideally, `.adminjs` folder should be generated in the environment where the AJS will be running. It means you shouldn't commit that folder and it should be recreated in...

Do you use a CDN? https://expressjs.com/en/guide/behind-proxies.html

In Node 20.10.0 the import syntax's changed from `import ... assert` to `import ... with`. You can either upgrade Node to 20.10.0 or downgrade `adminjs` to 7.8.1. Do note that...

I'll have to give this more thought. If the database/backend stores datetimes using UTC timezone and the user's timezone is i.e. GMT+4, this will convert backend's 2024/08/13 11:00PM to 2024-08-13,...

I'll merge this for now. We should consider using https://www.npmjs.com/package/@formkit/tempo for dates in the meantime