OSD-Frontend/src
Ceda EI e1c42c90d5 Fix rendering issues with plugins
Plugins wouldn't render if the number of hooks changed. This was because
the dynamic content substitution would create variable number of hooks.
This has been fixed by creating an element instead of placing content.
2021-01-01 01:23:42 +05:30
..
app Create core structure for the app 2020-12-21 00:49:50 +05:30
plugins Add temperature plugin 2020-12-21 22:25:00 +05:30
App.js Add WebSocket provider and handler for changePlugin 2020-12-21 15:16:05 +05:30
Core.js Fix rendering issues with plugins 2021-01-01 01:23:42 +05:30
WebSocket.js Fix rendering issues with plugins 2021-01-01 01:23:42 +05:30
coreSlice.js Create core structure for the app 2020-12-21 00:49:50 +05:30
index.css Add React-Redux boilerplate 2020-12-20 18:05:37 +05:30
index.js Add React-Redux boilerplate 2020-12-20 18:05:37 +05:30
sample.config.js Add sample config and update gitignore 2020-12-21 15:04:30 +05:30
serviceWorker.js Add React-Redux boilerplate 2020-12-20 18:05:37 +05:30