-
Notifications
You must be signed in to change notification settings - Fork 0
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
User Management #45
base: main
Are you sure you want to change the base?
User Management #45
Conversation
✅ Deploy Preview for elegant-klepon-993877 ready!
To edit notification comments on pull requests, go to your Netlify site settings. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
other than some issues with layout and some things that were missed out on, looks good!
const name = "John"; | ||
const role = "Super Admin"; | ||
|
||
const Dashboard: NextPage = () => { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@@ -0,0 +1,88 @@ | |||
import type { NextPage } from 'next' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this page seems to be missing the actions on the RHS, filtering and sorting for columns and bolding of column headers
Closes #28, #37.
Overview of changes:
Implements most user management screens. Additionally, settings page is also implemented.
Anything you'd like to highlight/discuss: