rjwats
42050b8dc3
Interface Updates
...
Remove reset button from forms, rename form loader error "Reset" button to be "Retry"
Upgrade typescript and react-scripts
2020-08-21 10:21:25 +01:00
rjwats
6ef5df28c1
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
2020-07-07 22:22:38 +01:00
rjwats
f2b53a6d53
Consistency fixes ( #167 )
...
Minor consistency fixes from @proddy's comments
2020-07-07 00:13:38 +01:00
rjwats
1f07dcdab2
OTA Upload Feature ( #162 )
...
* Improve restart behaviour under esp8266
* Backend to support firmware update over HTTP
* UI for uploading new firmware
* Documentation changes
2020-06-29 00:25:58 +01:00
rjwats
e86607bff3
PSRAM Status ( #159 )
...
Show PSRAM on status screen
Use correct calculation for heap fragmentation
Fix display of application error component
2020-06-21 23:02:07 +01:00
rjwats
449d3c91ce
Allow features to be disabled at build time ( #143 )
...
* Add framework for built-time feature selection
* Allow MQTT, NTP, OTA features to be disabled at build time
* Allow Project screens to be disabled at build time
* Allow security features to be disabled at build time
* Switch to std::function for StatefulService function aliases for greater flexibility
* Bump various UI lib versions
* Update docs
2020-06-09 21:57:44 +01:00
Rick Watson
5269b47edc
Reorder props to avoid TS error
2020-06-08 17:48:00 +01:00
rjwats
d9ae0f5cf9
Header logo ( #133 )
...
* Display project icon in the top of application menu bar
Co-authored-by: kasedy <kasedy@gmail.com>
2020-05-26 20:46:20 +01:00
rjwats
a59f32c420
Factory reset feature ( #114 )
...
Implemented factory-reset feature
Extract factory settings into separate ini file
Hide reset/factory reset from guest user
Co-authored-by: kasedy <kasedy@gmail.com>
2020-05-20 00:32:49 +01:00
rjwats
a1f4e57a21
Rework backend add MQTT and WebSocket support
...
* Update back end to add MQTT and WebSocket support
* Update demo project to demonstrate MQTT and WebSockets
* Update documentation to describe newly added and modified functionallity
* Introduce separate MQTT pub/sub, HTTP get/post and WebSocket rx/tx classes
* Significant reanaming - more accurate class names
* Use PROGMEM_WWW as default
* Update README documenting PROGMEM_WWW as default
* Update README with API changes
2020-05-14 23:23:45 +01:00
rjwats
fb7053610f
fix issue with number inputs not serializing correctly due to setting values as strings instead of numbers ( #94 )
...
consolidate number, string and checkbox value change functions
(cherry picked from commit 22c1590885db0534afabff74be7504ca9a0998b5)
2020-02-27 00:05:38 +00:00
rjwats
260e9a18d0
Re-engineer UI in TypeScript ( #89 )
...
* Re-engineer UI in TypeScript
* Switch to named imports where possible
* Restructure file system layout
* Update depencencies
* Update README.md
* Change explicit colors for better support for dark theme
2020-02-09 10:21:13 +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
8a37302ced
remove redundant class reference
2019-08-09 22:54:15 +01:00
Rick Watson
cf48c79b4d
fix bug introduced in value change code
2019-08-09 21:26:31 +01:00
Rick Watson
ef8061cbc3
use render callbacks for loading notification
2019-08-09 18:55:11 +01:00
Rick Watson
ff85c2e661
reduce use of ternaries in form code
2019-08-09 18:21:28 +01:00
Rick Watson
df06e58fb0
add demo project implementation
2019-08-09 15:53:39 +01:00
Rick Watson
aeea0d9aa6
Merge branch 'master' into ft_demo_project
2019-08-07 21:18:08 +01:00
rjwats
a86b565c5a
remove www directory, as it is a build artefact
...
replace custom made notification component with notistack
2019-08-04 18:42:58 +01:00
Rick Watson
a0d6524180
WIP - demo project
2019-07-06 23:56:30 +01:00
rjwats
5d9ccd3095
don't use deprecated theme spacing
2019-06-02 19:01:06 +01:00
Rick Watson
d7d33a50c8
disable buttons which are not accessable when non-admin user is authenticated
2019-05-31 21:33:12 +01:00
Rick Watson
22d922c699
rename jwt to user in authentication context, in prepartion for filtering display by user level
2019-05-31 20:55:06 +01:00
Rick Watson
d5efbe4b18
remove redundant label from auth panel
2019-05-31 20:12:04 +01:00
Rick Watson
3009e120a6
fix ui
2019-05-29 23:59:57 +01:00
Rick Watson
73433586b6
add security to all admin endpoints
2019-05-29 23:48:16 +01:00
Rick Watson
c8857f06ac
look and feel tweeks
2019-05-27 21:01:00 +01:00
Rick Watson
b11c508d77
introduce basic system status page
2019-05-27 00:04:29 +01:00
Rick Watson
d9ad598e0f
Add placeholder system section, for status page and reset feature.
2019-05-26 22:02:27 +01:00
Rick Watson
9ee9596b72
Rework routing
2019-05-26 21:27:35 +01:00
Rick Watson
2fa954d5b9
Move wifi routing
2019-05-26 20:49:15 +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
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
adeb9d27ed
some missing newlines and add signout to the menu
2019-05-19 18:56:57 +01:00
Rick Watson
396d0333b6
More specific access control headers to support cross origin Authorization
...
Pretty sign in page
Verify existing JWT on application mount
2019-05-19 17:51:57 +01:00
Rick Watson
cf693ca341
WIP - more work on sign in feature
2019-05-14 23:18:24 +01:00
Rick Watson
f93804c240
don't use deprecated variants
2019-05-14 22:43:37 +01:00
Rick Watson
7f6fc0facc
Minor interface tidyups:
...
Factor out app name
Tidy index.js
2019-05-14 22:20:08 +01:00
Rick Watson
b52147c1d9
Fix snackbar styling issue
2019-04-27 22:44:46 +01:00
Rick Watson
5f529ecf51
Remove password reveal feature from IE and Edge using ::-ms-reveal pseudo selector
2019-04-21 13:37:25 +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
rjwats@gmail.com
4181928267
use latest material ui
2018-05-18 23:34:49 +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
62ca13b1a4
remove boilerplate from settings
2018-03-04 17:36:04 +00:00
rjwats@gmail.com
eb4bcf708e
start reducing boilerplate by introducing rest HOC
2018-03-04 16:49:24 +00:00
rjwats@gmail.com
521462cf75
Use global snackbar
2018-03-03 22:41:57 +00:00