WordClockESP/interface/src
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
..
ap Access point fixes (#137) 2020-05-30 09:47:24 +01:00
api Allow features to be disabled at build time (#143) 2020-06-09 21:57:44 +01:00
authentication Allow features to be disabled at build time (#143) 2020-06-09 21:57:44 +01:00
components Allow features to be disabled at build time (#143) 2020-06-09 21:57:44 +01:00
features Allow features to be disabled at build time (#143) 2020-06-09 21:57:44 +01:00
mqtt Rework backend add MQTT and WebSocket support 2020-05-14 23:23:45 +01:00
ntp prefer enums over named consts in UI for better static analysis 2020-05-29 20:58:09 +01:00
project UI Usability Fixes 2020-05-16 12:39:18 +01:00
security UI Usability Fixes 2020-05-16 12:39:18 +01:00
system Allow features to be disabled at build time (#143) 2020-06-09 21:57:44 +01:00
validators Re-engineer UI in TypeScript (#89) 2020-02-09 10:21:13 +00:00
wifi prefer enums over named consts in UI for better static analysis 2020-05-29 20:58:09 +01:00
App.tsx Allow features to be disabled at build time (#143) 2020-06-09 21:57:44 +01:00
AppRouting.tsx Allow features to be disabled at build time (#143) 2020-06-09 21:57:44 +01:00
CustomMuiTheme.tsx Re-engineer UI in TypeScript (#89) 2020-02-09 10:21:13 +00:00
history.ts Re-engineer UI in TypeScript (#89) 2020-02-09 10:21:13 +00:00
index.tsx Re-engineer UI in TypeScript (#89) 2020-02-09 10:21:13 +00:00
react-app-env.d.ts Re-engineer UI in TypeScript (#89) 2020-02-09 10:21:13 +00:00
serviceWorker.ts Re-engineer UI in TypeScript (#89) 2020-02-09 10:21:13 +00:00
SignIn.tsx UI Usability Fixes 2020-05-16 12:39:18 +01:00