Skip to content

Commit

Permalink
feat: UTRP v2 migration (#292)
Browse files Browse the repository at this point in the history
* feat: wip add course by url

* chore: update imports

* feat: add useCourseFromUrl hook

* chore: extract logic into async function

* feat: add checkLoginStatus.ts

* feat: add useCourseMigration hook

* feat: working course migration

* fix: active schedule bug

* feat: refactor logic and add to onUpdate

* feat: update ui style

* feat: add changelog functionality to settings

* chore: update packages

* feat: migration + sentry stuffs

* feat: improve migration flow

* docs: add sentry jsdocs

* chore: fix lint and format

* chore: cleanup + fix race condition

---------

Co-authored-by: Samuel Gunter <sgunter@utexas.edu>
Co-authored-by: Razboy20 <razboy20@gmail.com>
  • Loading branch information
3 people authored Oct 15, 2024
1 parent e774f31 commit d22237d
Show file tree
Hide file tree
Showing 23 changed files with 1,984 additions and 1,869 deletions.
41 changes: 21 additions & 20 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,11 @@
"prepare": "husky"
},
"dependencies": {
"@sentry/react": "^8.33.1",
"@headlessui/react": "^2.1.9",
"@headlessui/react": "^2.1.10",
"@hello-pangea/dnd": "^17.0.0",
"@octokit/rest": "^21.0.2",
"@unocss/vite": "^0.63.3",
"@sentry/react": "^8.34.0",
"@unocss/vite": "^0.63.4",
"@vitejs/plugin-react": "^4.3.2",
"chrome-extension-toolkit": "^0.0.54",
"clsx": "^2.1.1",
Expand All @@ -47,7 +47,7 @@
"react-markdown": "^9.0.1",
"react-syntax-highlighter": "^15.5.0",
"remark-gfm": "^4.0.0",
"sass": "^1.79.4",
"sass": "^1.79.5",
"simple-git": "^3.27.0",
"sql.js": "1.11.0"
},
Expand All @@ -57,11 +57,12 @@
"@commitlint/config-conventional": "^19.5.0",
"@commitlint/types": "^19.5.0",
"@crxjs/vite-plugin": "2.0.0-beta.21",
"@iconify-json/bi": "^1.2.0",
"@iconify-json/iconoir": "^1.2.1",
"@iconify-json/material-symbols": "^1.2.2",
"@iconify-json/ri": "^1.2.0",
"@iconify-json/bi": "^1.2.1",
"@iconify-json/iconoir": "^1.2.2",
"@iconify-json/material-symbols": "^1.2.4",
"@iconify-json/ri": "^1.2.1",
"@semantic-release/exec": "^6.0.3",
"@sentry/types": "^8.34.0",
"@storybook/addon-designs": "^8.0.3",
"@storybook/addon-essentials": "^8.3.5",
"@storybook/addon-links": "^8.3.5",
Expand All @@ -76,24 +77,24 @@
"@types/node": "^22.7.5",
"@types/prompts": "^2.4.9",
"@types/react": "^18.3.11",
"@types/react-dom": "^18.3.0",
"@types/react-dom": "^18.3.1",
"@types/react-syntax-highlighter": "^15.5.13",
"@types/semantic-release": "^20.0.6",
"@types/semver": "^7.5.8",
"@types/sql.js": "^1.4.9",
"@typescript-eslint/eslint-plugin": "^7.18.0",
"@typescript-eslint/parser": "^7.18.0",
"@unocss/eslint-config": "^0.63.3",
"@unocss/postcss": "^0.63.3",
"@unocss/preset-uno": "^0.63.3",
"@unocss/preset-web-fonts": "^0.63.3",
"@unocss/reset": "^0.63.3",
"@unocss/transformer-directives": "^0.63.3",
"@unocss/transformer-variant-group": "^0.63.3",
"@unocss/eslint-config": "^0.63.4",
"@unocss/postcss": "^0.63.4",
"@unocss/preset-uno": "^0.63.4",
"@unocss/preset-web-fonts": "^0.63.4",
"@unocss/reset": "^0.63.4",
"@unocss/transformer-directives": "^0.63.4",
"@unocss/transformer-variant-group": "^0.63.4",
"@vitejs/plugin-react-swc": "^3.7.1",
"@vitest/coverage-v8": "^2.1.2",
"@vitest/ui": "^2.1.2",
"chromatic": "^11.12.0",
"chromatic": "^11.12.5",
"cssnano": "^7.0.6",
"cssnano-preset-advanced": "^7.0.6",
"dotenv": "^16.4.5",
Expand All @@ -106,7 +107,7 @@
"eslint-import-resolver-typescript": "^3.6.3",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-import-essentials": "^0.2.1",
"eslint-plugin-jsdoc": "^50.3.1",
"eslint-plugin-jsdoc": "^50.3.2",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-react": "^7.37.1",
"eslint-plugin-react-hooks": "^4.6.2",
Expand All @@ -120,8 +121,8 @@
"react-dev-utils": "^12.0.1",
"semantic-release": "^24.1.2",
"storybook": "^8.3.5",
"typescript": "^5.6.2",
"unocss": "^0.63.3",
"typescript": "^5.6.3",
"unocss": "^0.63.4",
"unocss-preset-primitives": "0.0.2-beta.1",
"unplugin-icons": "^0.19.3",
"vite": "^5.4.8",
Expand Down
Loading

0 comments on commit d22237d

Please sign in to comment.