Allow custom drive sizes in bespoke UI; other sundry improvements (#813)

* Allow custom drive image sizes in the bespoke UI. Addresses Issue#748

* Clarify what the Pi repo mirror setup is good for.

* Use the number input type for rudimentary input validation.

* Append byte unit.

* More granular input validation using html5 attributes. Max allowed input is 256GiB in bytes.

* Correct use of html5 number input elements.
This commit is contained in:
Daniel Markstedt
2022-08-27 18:38:23 -07:00
committed by GitHub
parent eeae12ac4d
commit 41ddc5fc33
3 changed files with 11 additions and 9 deletions
+3 -1
View File
@@ -21,7 +21,9 @@ You may edit the files under `mock/bin` to simulate Linux command responses.
TODO: rascsi-web uses protobuf commands to send and receive data from rascsi.
A separate mocking solution will be needed for this interface.
## Pushing to the Pi via git
## (Optional) Pushing to the Pi via git
This is a setup for pushing code changes from your local development environment to the Raspberry Pi without a roundtrip to the remote GitHub repository.
Setup a bare repo on the rascsi
```