Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add modals for CRUD operations #48

Open
wants to merge 14 commits into
base: main
Choose a base branch
from
Open

Conversation

NicoBiernat
Copy link
Member

@NicoBiernat NicoBiernat commented Oct 16, 2024

Add modals on the user management screen for:

  • adding a new user
  • editing an existing user
  • displaying details about a user
  • deleting a user

Only the UI is implemented, the components don't send requests yet.

Please don't delete this branch when merged, I intend to implement the same features on this branch for roles and registration-keys.

@NicoBiernat NicoBiernat requested a review from fwcd October 16, 2024 12:59
@NicoBiernat NicoBiernat added the enhancement New feature or request label Oct 16, 2024
src/components/UserAddModal.tsx Outdated Show resolved Hide resolved
src/components/UserAddModal.tsx Outdated Show resolved Hide resolved
src/components/UserAddModal.tsx Outdated Show resolved Hide resolved
src/components/UserDeleteModal.tsx Outdated Show resolved Hide resolved
src/components/UserAddModal.tsx Outdated Show resolved Hide resolved
src/components/UserAddModal.tsx Outdated Show resolved Hide resolved
@NicoBiernat
Copy link
Member Author

I applied your suggested changes to all modals.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants