admin-panel-provider icon indicating copy to clipboard operation
admin-panel-provider copied to clipboard

Build easy customizable admin features for your app ✍️

Results 21 admin-panel-provider issues
Sort by recently updated
recently updated
newest added

As an example, `SelectGroup` throws an Abort error with an incorrect "reason" string.

It seems like the title () is missing on some pages.

Go through the package and consider if it's good enough from a UX/UI standpoint.

It would be nice it we were able to somehow define where the user gets redirected to after login instead of having it statically se to dashboard

enhancement

Let's get a project deployed using the package where we can show all the different leaf tags that are currently implemented

See https://github.com/nodes-vapor/paginator/issues/49 for details

Make API documentation throughout the code base.

Should we just use the mailer from the `Droplet`?

Consider if it makes sense to abstract flash error messages depending on environment

We currently distinguish between super-admin, admin, and user. Each role comes with its own, fixed privileges. A more flexible system could be on with roles and privileges. A role would...