Admin for managing users
brendt opened this issue · comments
Brent Roose commented
A basic CRUD overview for admin that display all the users. Right now it'll be useful to add badges to existing users.
Kamlesh Paul commented
Brent Roose commented
Definitely. We don't have a proper frontend setup for admin screens yet, so this seems fine. The most important part is the edit form.
What I think I'd change in this view, data-wise:
- Put the avatar in front of the name (there's a component for that
x-username
) - Align the buttons to the right
- Add the reputation and the badge
Kamlesh Paul commented
Brent Roose commented
Could you submit a PR? There might be some details to address, but I'd need to see the code :)
Kamlesh Paul commented
This is PR #255