Add access point IP address configuration in UI

* Allow ap ip address to be configured via ui
* Add missing WiFi status to UI enum
* Update package-lock.json
This commit is contained in:
rjwats
2020-07-07 22:22:38 +01:00
committed by GitHub
parent f2b53a6d53
commit 6ef5df28c1
10 changed files with 2183 additions and 1363 deletions

View File

@ -60,7 +60,7 @@ const SingleUpload: FC<SingleUploadProps> = ({ onDrop, onCancel, accept, uploadi
}
return "Uploading\u2026";
}
return "Drop file here or click to browse";
return "Drop file or click here";
}
const renderProgress = (progress?: ProgressEvent) => (