espressif / esptool-js

Javascript implementation of flasher tool for Espressif chips, running in web browser using WebSerial.
https://espressif.github.io/esptool-js/
Apache License 2.0
276 stars 108 forks source link

Ux changes #4

Closed adwait-esp closed 3 years ago

adwait-esp commented 3 years ago

Following changes are being done:

  1. Made use of bootstrap.js, bootstrap.css and jquery for look and feel changes.
  2. Button styling changed for all buttons on the screen
  3. Added a label to show connected device name. Changes done ESPLoaded main_fn to return the chip description
  4. Change the layout for file selector to present it as a table.
  5. Instead of fixed 3 files input, changed it to have dynamic file selects for more than one file with Add file / remove file options.
  6. Added a few validations around file input (blank file selection), offset address validations for blank, or same address use.
  7. Formatting layout and alignment changes for the whole page. Added logo to the page header.