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

This can be achieved by using protocols and providing a default type that conforms to them.

enhancement

When resetting password you can have a password like `admin` When setting your password via the edit view in the cms it requires a more complex one like `Password1!`

Currently we are using a workaround by just define the same route *again* in Droplet+Setup.swift but with another destination. It would be nice if you could do something like in...

enhancement

I one would like to query all let's say admins from the database, it would be nice to have keys for these string instead of either having to define the...

enhancement

It seems like `Action` is a leftover from before we integrated/made the `Audit` package. Go through codebase and see if we can remove `Action` (e.g. check how recent activities works...

bug

Currently the LeafTag #button:delete forces a sr-only of Delete User. Suggestion to change it to: ``` Delete \(title) ``` Or add an option third option for the sr-only

enhancement