Skip to content
#

admin-panel

Here are 577 public repositories matching this topic...

adminjs
user753
user753 commented Feb 21, 2020

Original question:

I have my own rest crud api and I would like to use only frontend part of admin-bro.
Does admin-bro support such scenario?

Proposed solution: MVP

  • document how to wrap existing API by BaseResource

End Solution

  • extend admin-bro core that, instead of asking own API, asks external API
  • this could be a method in Action interface: externalAPI (but w
good first issue documentation extra small
alexanderrudnik
alexanderrudnik commented Feb 1, 2022

Is your feature request related to a problem? Please describe.
Sign up form is too large and it's necessary to scroll it even on medium screens. Need to remove the scroll by updating the form.

Describe the solution you'd like

  1. Remove Confirm Password input
  2. Reduce space between form items
  3. Place Sign up with Google and Sign up with Facebook on the same row.
enhancement good first issue

Improve this page

Add a description, image, and links to the admin-panel topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the admin-panel topic, visit your repo's landing page and select "manage topics."

Learn more