Commit Graph

8 Commits

Author SHA1 Message Date
Ace
360f0935af
Minor improvements
Added more clearer instructions about module height
Switched to a more slimmer version of the logo
Minor layout changes
2020-12-05 17:55:14 +01:00
Ace
3e85517ae1
Corrected label for v2 display 2020-12-04 10:01:32 +01:00
Ace
938746456c
Fixed issue with optional parameters
Optional config would not get parsed correctly, if you were noticing this issue, please use the web-ui to generate a new settings file.
Improved readability by using f-strings to parse module key values.
2020-12-03 11:58:17 +01:00
Ace
f1ce2911eb web-UI refactoring
Added wpa_supplicant.conf generator
refactored web-ui to support dynamic additions of modules
added support for module height by ratio (or percentage)
Changed format of settings file slightly to support info section height
2020-11-21 16:28:05 +01:00
Ace
44524425be Code cleanup + removing obsolete files 2020-11-21 16:24:49 +01:00
Ace
376ce6cbe3 Better support for JSON
swapped "True" with True which shows true in json
swapped "False" with False which shows false in json
swapped empty string with None which shows null in json
By swapping these values, the json file can be correctly converted back to a dictionary which python can understand.
2020-11-12 10:26:58 +01:00
Ace
b1c06b3add Code cleanup, adapting modules for new web-ui 2020-11-10 22:48:04 +01:00
Ace
29788f0313 Initial commit for release v2.0.0
A  lot of work-in-progress and far from complete.
Lots of improvements related to user-friendliness, fully new web-UI. Better infrastructure....
more coming soon
2020-11-09 17:51:15 +01:00