-
Notifications
You must be signed in to change notification settings - Fork 61
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
fix: bottom-aligned all calendar elements, updated calendar header & main popup layout #388
base: main
Are you sure you want to change the base?
fix: bottom-aligned all calendar elements, updated calendar header & main popup layout #388
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.
LGTM
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.
(blocking on discord suggestions/finalization)
i love having 80 different ideas, hopefully after this there's like maybe a tiny commit left to do before this is done..
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.
- 1) Make sure the schedule title in calendar and main popup view is not allcaps
- 2) Remove the colon after the schedule name in calendar and main popup view
- 3) Hide the "LAST UDPATED ON..." in calendar and main popup view
- 4) The # hours, # courses can be h3 instead of h4 just to make it a little better in calendar view only (keep as h4 in main popup view)
- schedule title is now in normal casing w/ colon removed - last updated on is now entirely deleted from everywhere - hour and course numbers now h3 in calendar ONLY
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.
LGTM
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.
LGTM
<Text variant='h4' className='text-theme-black leading-[75%]!'> | ||
{activeSchedule ? activeSchedule.courses.length : 0} | ||
</Text> | ||
<Text | ||
variant='h4' | ||
className='text-theme-black leading-[75%]!' |
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.
Since we're using leading-[75%]
various times, does it make sense to add to our theme config instead of having it as an arbitrary value?
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.
LGTM
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.
LGTM, small things requested. fix the merge conflicts too. if you need help, let us know
7ca1013
to
c4f834d
Compare
Fixes #349
Before:
After:
New Popup Layout:
Changes:
This change is