Commit Graph

25 Commits

Author SHA1 Message Date
Rick Watson
78b9ae101e Add restart service for esp8266 and esp32
Add restart feature to status screen
Upgrade material-ui
Add icons to buttons
2019-11-30 12:34:52 +00:00
Rick Watson
b7b068813d minor style changes
upgrade react dependencies - except react-scripts which currently has an issue with eslint
https://github.com/facebook/create-react-app/issues/7753
2019-09-30 22:00:16 +01:00
Rick Watson
2a8599d855 remove unused styles missed in main refactor 2019-08-09 18:59:45 +01:00
Rick Watson
ff85c2e661 reduce use of ternaries in form code 2019-08-09 18:21:28 +01:00
Rick Watson
e7248c4774 leave WiFi disconnected by default
implement controlled retry - fixed at 60 seconds
2019-06-04 21:13:55 +01:00
Rick Watson
9c680e8826 Resolve some typos
Use nullptr over NULL
Fix confusing regexp
Fix issue with non-compliant JWT encoding
2019-06-02 23:15:56 +01:00
rjwats
5d9ccd3095 don't use deprecated theme spacing 2019-06-02 19:01:06 +01:00
Rick Watson
c8857f06ac look and feel tweeks 2019-05-27 21:01:00 +01:00
Rick Watson
9ee9596b72 Rework routing 2019-05-26 21:27:35 +01:00
Rick Watson
6e5b35978a add security form, begin work on routing 2019-05-26 19:09:34 +01:00
Rick Watson
353b46c675 Add user icon to app bar 2019-05-26 16:19:16 +01:00
Rick Watson
ab03ddaf4d little tidyups 2019-05-25 18:01:50 +01:00
Rick Watson
4fdc3eee66 fix encoding where signature contains a zero 2019-05-25 17:41:27 +01:00
Rick Watson
6935b63706 remove roles, as a simplification 2019-05-25 09:45:49 +01:00
Rick Watson
0c630f0f93 Upgrade to material ui 4
Add user management and roles - TBA
Menu Label Renames - TBA
2019-05-24 12:19:27 +01:00
Rick Watson
096dc55604 WIP - User Management Interface 2019-05-21 23:34:48 +01:00
Rick Watson
f93804c240 don't use deprecated variants 2019-05-14 22:43:37 +01:00
Rick Watson
063fff5343 Don't use deprecated variants in material ui. 2019-04-29 00:29:31 +01:00
Rick Watson
f2e46d55f3 add additional password mask controls 2019-04-17 00:11:37 +01:00
Rick Watson
ac47377396 Example of wrapping the TextValidator with masking state handler:
Uses IconButton rather than CSS for cursor styling.
2019-04-17 00:01:08 +01:00
Rick Watson
9ee875c2a5 upgrade react, react-scripts and build overrides 2019-04-14 17:03:28 +01:00
rjwats@gmail.com
be7765b584 use latest material ui 2018-05-18 23:34:31 +01:00
rjwats@gmail.com
0b334a8ade use fragments where possible, and drop keys. 2018-03-06 20:58:36 +00:00
rjwats@gmail.com
2c732d3281 remove redundant code and refrences 2018-03-04 17:53:57 +00:00
rjwats@gmail.com
63a639eb22 initial commit of C++ back end and react front end 2018-02-26 00:11:31 +00:00