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

User Management #45

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

User Management #45

wants to merge 10 commits into from

Conversation

Enigmatrix
Copy link
Contributor

Closes #28, #37.

Overview of changes:

Implements most user management screens. Additionally, settings page is also implemented.

Anything you'd like to highlight/discuss:

  • Logout page not implemented.
  • Need to source images for Centered background.

@Enigmatrix Enigmatrix added enhancement New feature or request user labels Jan 25, 2023
@Enigmatrix Enigmatrix requested a review from wilinetan January 25, 2023 13:12
@netlify
Copy link

netlify bot commented Jan 25, 2023

Deploy Preview for elegant-klepon-993877 ready!

Name Link
🔨 Latest commit 0e7fe00
🔍 Latest deploy log https://app.netlify.com/sites/elegant-klepon-993877/deploys/63d12ab2ae7d070009861edd
😎 Deploy Preview https://deploy-preview-45--elegant-klepon-993877.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site settings.

Copy link
Collaborator

@wilinetan wilinetan left a 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 = () => {
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

think for this page u don't need to add the sidebar? also what is this page suppose to be? if its the first landing page i think u can move this to index
Screen Shot 2023-02-01 at 6 58 34 PM

@@ -0,0 +1,88 @@
import type { NextPage } from 'next'
Copy link
Collaborator

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

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

Successfully merging this pull request may close these issues.

View user list page
2 participants