-
Notifications
You must be signed in to change notification settings - Fork 12
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
Redesign #166
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Fix "///" comments before production TODO: add an api route to store data responses, could be done with Qualtrics API but need access
* Initial * Bump @babel/traverse from 7.21.4 to 7.23.2 (#120) Bumps [@babel/traverse](https://github.com/babel/babel/tree/HEAD/packages/babel-traverse) from 7.21.4 to 7.23.2. - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md) - [Commits](https://github.com/babel/babel/commits/v7.23.2/packages/babel-traverse) --- updated-dependencies: - dependency-name: "@babel/traverse" dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Initial * Refinement * Update colors * Use colors * Add nebula labs link * A/B Testing autocomplete functionality, needs design fix, and of course google analytics * A/B Testing styles * Build fix * Design recs --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Bump @babel/traverse from 7.21.4 to 7.23.2 (#120) Bumps [@babel/traverse](https://github.com/babel/babel/tree/HEAD/packages/babel-traverse) from 7.21.4 to 7.23.2. - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md) - [Commits](https://github.com/babel/babel/commits/v7.23.2/packages/babel-traverse) --- updated-dependencies: - dependency-name: "@babel/traverse" dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Update colors --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Replace (<number>|<number> ) <prefix>[.<section>] with <prefix>
Also added comments
prof number.section to prof number.section prefix
…ard navigation. A new url is pushed to the stack whenever after the search bar is fully cleared (new search).
… and what school a course is part of. Center-Aligned titles
…catalog year's information is displayed
Removed course+prof suggestions from autocomplete since we don't use them in search, it should be a lot faster now. This means finding course+prof combos for search results had to be done another way so this add an api route to query an object that maps courses/profs to their combos
Redesign dashboard
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
TyHil
approved these changes
Aug 26, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Overview
Merges Trends UI 2.0 into the develop branch!
What Changed
UI upgrade. Components handle logic and fetching. SearchBar features "tags" which results in search result cards in the Left Hand Side. LHS also allows sorting and filters. Right Hand Side provides additional course/professor context. RHS also hosts the marquee Compare component that allows courses/professors to be compared.
Other Notes
Some bug fixes, small features, UI improvements, and finishing touches will take place in the branch.