Cleaned up the chromebooks view; Reorganized the admin view; Added functionality to import students and staff (still need to add/test functionality to edit them and delete them).

This commit is contained in:
2022-07-23 23:42:23 -07:00
parent 195d93fd20
commit 603f395ef0
15 changed files with 4825 additions and 523 deletions

View File

@@ -14,6 +14,7 @@
"dependencies": {
"@babel/runtime": "^7.16.7",
"connect-route": "^0.1.5",
"csv-parse": "^5.3.0",
"dayjs": "^1.11.3",
"html5-qrcode": "^2.2.0",
"jquery": "^3.6.0",
@@ -53,6 +54,7 @@
},
"devDependencies": {
"@smui/common": "^6.0.0-beta.16",
"@smui/icon-button": "^6.0.0",
"@smui/select": "^6.0.0-beta.16",
"@smui/textfield": "^6.0.0-beta.16",
"chai": "^4.2.0",