-
Notifications
You must be signed in to change notification settings - Fork 2
Update index.html #3
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
base: main
Are you sure you want to change the base?
Conversation
weekly revenue report
PR Reviewer Guide 🔍Here are some key observations to aid the review process:
|
PR Code Suggestions ✨Explore these optional code suggestions:
|
|||||||||||||
| <span class="fs-14 c-grey">Yearly Target</span> | ||
| <span class="d-block mt-5 mb-10 fw-bold">$20,000</span> | ||
| </div> | ||
| <div class="weeks d-flex gap-20" style="justify-content: space-between;"> |
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.
Suggestion: Fix conflicting spacing properties
| <div class="weeks d-flex gap-20" style="justify-content: space-between;"> | |
| <div class="weeks d-flex" style="justify-content: space-between;"> |
User description
weekly revenue report
PR Type
Enhancement
Description
Added a new "Week Over Week Money" widget to the dashboard
Displays weekly revenue totals and progress toward yearly target
Visualizes each week's contribution as a percentage of the target
Changes walkthrough 📝
index.html
Added weekly revenue progress widget to dashboardindex.html