adminjs icon indicating copy to clipboard operation
adminjs copied to clipboard

AdminJS is an admin panel for apps written in node.js

Results 238 adminjs issues
Sort by recently updated
recently updated
newest added

I often need an admin interface to closely related models. For example, in a Quiz application, I might have a model that represents a Question, which has many related Answer...

big
hot
frontend
backend

right now on each page there is default 10 items. It should be set by user in the UI Design: https://invis.io/YEVQB42BWNG#/402515662_AdminBro-Tables-1 Acceptance criteria * there shouldbe 10/20/50/100 elements * picked...

Design System
frontend

Sometimes there is a need to change one field in multiple records of the same type. In this task, we will implement an option to bulk edit selected properties. Acceptance...

big
hot
frontend
backend

### The problem Right now we use BasePropertyComponent to render every component in the system. It was build in the beggingin and has pure documentation and types. Also, it exports...

small

Right now ApiClient has functions like recordAction, resourceAction etc. This is totally cool because it relates to the AdminBro architecture but it would be good to have an alias functions....

enhancement
extra small

Original request > Hi > > I have one/many to many relations in my ressource and I want to be able in the detail resource page to : > -...

big
hot

Recently array support was implemented: https://github.com/SoftwareBrothers/admin-bro/issues/90 However currently [Maps](https://mongoosejs.com/docs/schematypes.html#maps) are not supported yet. Apart from this feature request is there a way to work around this issue, e.g. representation as...

enhancement
small

### Problem Right now filters are passed to BaseResource.find as an object and are parsed inside every adapter separately. * Passing object is ugly because we have to create it...

enhancement
big

Add Reload button to the table header in order to Reload table content. Just a little bit easier then use Refresh whole page now. Anyway you will be adding Filters...

enhancement
small

### Describe the problem feature solves Right now typescript types are not well designed in multiple places and could be better. Those are the places: * Action interface * PropertyOptions...

documentation