You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be nice if we could add functionalities to the template to add/edit and delete users from the admin dashboard (https://opensaas.sh/admin/users)
Editing page:
disabled, but visible fields: createdAt, lastActiveTimestamp, subscriptionStatus, subscriptionPlan, sendNewsLetter, stripeId
editable: e-mail, username, isAdmin, credits
The only library I would add is react-hook-form, to make form handling a bit easier. Not sure if there is solution for dialog already, but Radix's unstlyed one could be useful: https://www.radix-ui.com/primitives/docs/components/dialog
I'd like to be assigned to this if this gets accepted.
The text was updated successfully, but these errors were encountered:
Edit: BTW @martinovicdev we are already using the Dialog component from headlessui in the NavBar.tsx component, so maybe you can use that one, or if you think radix is better, then refactor the navbar to use it
It would be nice if we could add functionalities to the template to add/edit and delete users from the admin dashboard (https://opensaas.sh/admin/users)
Editing page:
The only library I would add is react-hook-form, to make form handling a bit easier. Not sure if there is solution for dialog already, but Radix's unstlyed one could be useful: https://www.radix-ui.com/primitives/docs/components/dialog
I'd like to be assigned to this if this gets accepted.
The text was updated successfully, but these errors were encountered: