update lab on OpeningsPopupForm.tsx to be the professors lab rather than having them select it
Update click tabs in header/footer refreshes content update confetti and updated message on confirmation page
Showing
- README.md 1 addition, 0 deletionsREADME.md
- package-lock.json 19 additions, 0 deletionspackage-lock.json
- package.json 2 additions, 0 deletionspackage.json
- src/components/AppFooter.tsx 14 additions, 2 deletionssrc/components/AppFooter.tsx
- src/components/AppHeader.tsx 14 additions, 2 deletionssrc/components/AppHeader.tsx
- src/components/OpeningsPopupForm.tsx 4 additions, 13 deletionssrc/components/OpeningsPopupForm.tsx
- src/components/form/TextInput.tsx 13 additions, 12 deletionssrc/components/form/TextInput.tsx
- src/pages/SignUpConfirmationPage.tsx 45 additions, 5 deletionssrc/pages/SignUpConfirmationPage.tsx
... | ... | @@ -15,6 +15,7 @@ |
"@fortawesome/react-fontawesome": "^0.2.2", | ||
"@types/axios": "^0.14.0", | ||
"axios": "^1.7.2", | ||
"canvas-confetti": "^1.9.3", | ||
"formik": "^2.4.6", | ||
"react": "^18.2.0", | ||
"react-confetti": "^6.1.0", | ||
... | ... | @@ -23,6 +24,7 @@ |
"yup": "^1.4.0" | ||
}, | ||
"devDependencies": { | ||
"@types/canvas-confetti": "^1.6.4", | ||
"@types/react": "^18.2.66", | ||
"@types/react-dom": "^18.2.22", | ||
"@typescript-eslint/eslint-plugin": "^7.2.0", | ||
... | ... |
Please register or sign in to comment