Rafał Dzięgielewski
Rafał Dzięgielewski
Currently we also have a `key-value` property type which allows you to add new JSON keys and it's values dynamically. However, it's very simple as it doesn't support types (all...
We don't have an ETA yet, but we want to include this as a part of v7
Filtering and sorting by relationships would probably require our adapters: - `@adminjs/typeorm` - `@adminjs/sequelize` - `@adminjs/mikroorm` - `@adminjs/prisma` - `@adminjs/objection` - `@adminjs/sql` to run JOINs in queries which would break...
This is an intended behaviour plus there's no easy way to allow to configure this. If you need to show datetimes in different timezones than user's local timezone you can...
This might have potentially been fixed with the release of version 7 of `adminjs` and version 4 of `@adminjs/design-system`. Please let us know if it is so, and if it...
Extra Theme colors have been added in version 3 of design system, you can also use special css selectors to create custom styles: https://docs.adminjs.co/ui-customization/overwriting-css-styles
What version of `adminjs` package are you using?
I had a similar problem. You set dependencies to fixed versions, but `@tiptap` packages themselves specify their sibling dependencies versions with `^` prefix. Check if, for example, `node_modules/@tipta/starter-kit` has it's...
Our example app repository will soon be updated with more usage examples. Currently you can see NestJS examples here: https://github.com/SoftwareBrothers/adminjs-example-app/tree/typescript-version/src/servers/nestjs
@rustemkk this should now also be fixed, let me know if there are still any problems