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

[SCSE-78] Implement Merch Overview Page #90

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

Conversation

joanne-ch
Copy link

No description provided.

@linear
Copy link

linear bot commented May 17, 2023

SCSE-78 Implement Merch Overview Page

Implement merch overview page with the following charts:

  • profit/revenue overview
  • orders overview
  • popular products
  • transactions

Add more if possible

References:

https://pixinvent.com/demo/vuexy-vuejs-admin-dashboard-template/demo-5/dashboards/ecommerce

@vercel
Copy link

vercel bot commented May 17, 2023

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Updated (UTC)
website ✅ Ready (Inspect) Visit Preview May 17, 2023 5:21am
1 Ignored Deployment
Name Status Preview Updated (UTC)
website-ui-storybook ⬜️ Ignored (Inspect) May 17, 2023 5:21am

@github-actions github-actions bot added the bad PR title PR title needs formatting label May 17, 2023
@github-actions
Copy link

@joanne-ch Please follow this format for PR title:

[SCSE-78] Implement Merch Overview Page

@limivann limivann changed the title Feat/scse 78 [SCSE-78] Implement Merch Overview Page May 22, 2023
@github-actions github-actions bot removed the bad PR title PR title needs formatting label May 22, 2023

const TotalCustomers = (props) => {
return (
<Card {...props}>
Copy link
Contributor

@limivann limivann May 22, 2023

Choose a reason for hiding this comment

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

Is it possible to change the background color of the card to suit the dark theme eg: by adding
style={{ backgroundColor: "black", }}
Same goes to other components as well as the font color to white
You can also remove the {...props} as it is implicitly passed down

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants