-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* frontend(feature)/elec 510: terms and conditions (#240) * feature/ELEC-510: initial commit * feature/ELEC-510: styling * feature/ELEC-510: fixed margin issue * FIX * fix * fix link * fix escapes * logout button color --------- Co-authored-by: Aimen Hamed <[email protected]> * fix link * add ts and cs link * chore(deps): update actions/checkout action to v4 (#243) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> * chore(deps): update dependency eslint-config-prettier to v9 (#235) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> * fix: fixed bug with course first reviews, course with only no text reviews, and optimistic ui updates changes back when changing tabs on profile page (#242) * fix auth session length * feat(frontend): add rich results to home and course pages (#250) * wip(rich-results): add course-specific LD * wip(rich-results): account for 0 case * wip(rich-results): add course URL * feat(frontend): add metadata descriptions * docs(backend): correct typo in prisma migration instructions * chore(frontend): demote excess h1 tags * feat(frontend): add course list LD on landing page * refactor: clean up rating count and value logic * chore: resolve comments --------- Co-authored-by: Jared L <[email protected]> * fix(frontend)/ELEC-520: Added SSR on the first 25 courses (#251) * frontend(feature)/elec 510: terms and conditions (#240) (#241) * frontend(feature)/elec 510: terms and conditions (#240) * feature/ELEC-510: initial commit * feature/ELEC-510: styling * feature/ELEC-510: fixed margin issue * FIX * fix * fix link * fix escapes * logout button color --------- Co-authored-by: Aimen Hamed <[email protected]> * fix link * add ts and cs link --------- Co-authored-by: Dylan W <[email protected]> * fix: fixed bug with course first reviews, course with only no text reviews, and optimistic ui updates changes back when changing tabs on profile page * chore: added ssr rendering on the first 25 courses --------- Co-authored-by: Aimen <[email protected]> Co-authored-by: Dylan W <[email protected]> * fix: course code returning undefined * fix(frontend): course page hydration --------- Co-authored-by: Dylan W <[email protected]> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Merry Rosalie <[email protected]> Co-authored-by: joanna209 <[email protected]> Co-authored-by: Jared L <[email protected]>
- Loading branch information
1 parent
2cbda4b
commit f57bd7c
Showing
25 changed files
with
206 additions
and
88 deletions.
There are no files selected for viewing
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,5 @@ | ||
{ | ||
"typescript.tsdk": "node_modules/typescript/lib", | ||
"typescript.enablePromptUseWorkspaceTsdk": true | ||
} | ||
"typescript.enablePromptUseWorkspaceTsdk": true, | ||
"githubPullRequests.ignoredPullRequestBranches": ["develop"] | ||
} |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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
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
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
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
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
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
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
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
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
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
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
Oops, something went wrong.