ke
ke copied to clipboard
React admin framework done by and for backenders
We could: a) Route to details page via dot-syntax, without field Admin class b) Make rows clickable instead of text c) Use detailsRoute to define argument to use as a...
Otherwise location is not accurate
First of all we can cache already viewed pages. Also we can cache next page and prev page as it is most likely way the user will go.
Now after pressing "Back" button on details view list view is reloaded with page 1. It would be neat if we could bring user back to the page he was...
For now there's only one build configuration that produces unminified and unoptimized bundle not ready for production use by third party applications. To fix this the following must be done:...
Ability to add an action button or multiple buttons to a layout which make a request to some action endpoint of the backend API. * For actions without parameters a...
Ability to select one or several entities in ListView, select an action and apply it to the selected entities.
Ability to display a map with multiple arbitrary points. * Points should be labeled if necessary * Points can be created in multiple colors * Points should have tooltips *...
Ability to add validations for form fields * Field should be highlighted in red on error * An error message should be displayed * Entity should not be created or...