-
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
Fixed UI Bugs for QMI Wrapped #916
Conversation
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.
fixes look great!
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.
updated w/ changes from this pr that somehow got lost: #901
src/components/includes/Wrapped.tsx
Outdated
className="visit bottom-text" | ||
> | ||
<Typography variant="h3"> | ||
<div className="visit num-visits"> {wrappedData.officeHourVisits.length} </div> |
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.
oh wait we're using numVisits
instead of officeHourVisits`, I think we might've only deployed this on release branch but master isn't up to date lemme check
[diff-counting] Significant lines: 31. |
Summary
Since the launch of QMI Wrapped, there were some minor UI bugs that needs to be addressed:
Most of the changes in this PR are CSS changes made in
Wrapped.scss
Test Plan
Tested via local server
Keep Wrapped Notification on top of the notif banner
Fix font size and weight consistency
Screen.Recording.2024-12-08.at.7.48.40.PM.mov
Notes
Breaking Changes
None