feat(backend): switch to toasts for client-side API feedback, flesh out edit profile page

This commit is contained in:
Sam 2022-11-21 03:20:15 +01:00
parent 8ab4c2a91b
commit 373ccf4b63
6 changed files with 77 additions and 29 deletions

View file

@ -17,9 +17,9 @@
"react-dom": "18.2.0",
"react-markdown": "^8.0.3",
"react-sortablejs": "^6.1.4",
"react-toast": "^1.0.3",
"recoil": "^0.7.5",
"sortablejs": "^1.15.0"
"sortablejs": "^1.15.0",
"toastify-js": "^1.12.0"
},
"devDependencies": {
"@tailwindcss/forms": "^0.5.2",
@ -28,6 +28,7 @@
"@types/react": "18.0.15",
"@types/react-dom": "18.0.6",
"@types/sortablejs": "^1.13.0",
"@types/toastify-js": "^1.11.1",
"autoprefixer": "^10.4.7",
"eslint": "8.19.0",
"eslint-config-next": "13.0.4",