-
Notifications
You must be signed in to change notification settings - Fork 5
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
Pp/clean up header #266
Pp/clean up header #266
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
I would create a ticket to update the tests, so its not forgotten next semester. |
Minor design feedback, I think the NEU, CPS, LAW buttons would look nicer if they didn't have the white background and they were white themselves. |
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.
Looks good to me, just saw you left a console.log in there tho
{userInfo && !macros.isMobile && ( | ||
<button | ||
onClick={() => router.push('/subscriptions')} | ||
className="user-menu__button" |
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.
I can't see this dropdown on staging because it won't let me sign in. I trust that it looks good though
@@ -71,6 +135,8 @@ export default function Results(): ReactElement | null { | |||
|
|||
const filtersAreSet: boolean = areFiltersSet(filters); | |||
|
|||
console.log('term', termInfos); |
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.
delete console.log
* Update _variables.scss * fixed color convention * remove unused import * Move Campus and Semester Selection to Sidebar * Add link to subscriptions page * update snapshots * comment out old tests * remove unused import * Update [query].tsx
This reverts commit 62ff79d.
Purpose
Moves campus and semester selection out of the header and into the sidebar. This is to allow more room for the notifications and faq buttons and also set up for the results page refactoring.
Note: This made 3 tests fail. This is expected and will be fixed later.
Contributors
@pranavphadke1
Feature List
Pictures
Reviewers
Primary:
@sebwittr @soulwa
Secondary:
@ananyaspatil @Anzhuo-W