Commit graph

62 commits

Author SHA1 Message Date
43a33c3ab3 Fix minor eslint warnings 2020-10-05 22:02:30 +02:00
d39e547623 Fix svg import & update dependencies
(Fixes #132)
2020-10-04 18:46:37 +02:00
4d40321975 Proper drawer behaviour
* Move the content to the left when the drawer is opened
2018-11-12 05:20:44 +01:00
0a2c46c37b Fix bugs with toggle and drop down 2018-11-11 16:08:38 +01:00
ee2dbe0f7b Add Github and Feedback link 2018-11-10 04:52:44 +01:00
0a027fd7c2 Completely rewrite the UI Components
to a new functional way of defining them with advantages towards generating docs and a potential editor functionality
2018-11-10 01:34:31 +01:00
42e312c701 Fix components not updating when the enable condition changed 2018-10-20 11:04:44 +02:00
a0cb05b294 Fix indentation 2018-10-20 09:03:15 +02:00
08aff120bd Fix two bugs
Fix the flow types for the search bar
Fix that sometimes the UI would not update in the sidebar
2018-10-20 09:02:24 +02:00
c9ec79442b Add search 2018-10-20 08:21:40 +02:00
0df3149cb1 Refactor ControlMap 2018-09-02 14:20:44 +02:00
89d78a2f11 Oops. Why did flow not error? 2018-09-02 13:45:09 +02:00
97ca2e9d94 Convert pure Components to functions 2018-09-02 13:24:55 +02:00
21e246c98a Small performance optimization 2018-08-12 01:27:14 +02:00
bc99051aa0 Greatly improve the performance 2018-08-01 01:56:15 +02:00
01d330a490 Missing whitespace 2018-07-22 05:18:33 +02:00
c18a2752af Use Throttling 2018-07-22 05:17:47 +02:00
df237ef336 Use React Context API 2018-07-22 04:28:20 +02:00
e18006f8c1 Implement basic error handling (Fixes #21) 2018-07-18 08:24:16 +02:00
24496bbf3f Fix PropType warnings 2018-07-10 18:51:05 +02:00
b1bf5efd11 Fix many eslint warnings 2018-07-10 18:08:13 +02:00
f7972afcd4
Merge pull request #46 from uwap/greenkeeper/react-leaflet-2.0.0
Update react-leaflet to the latest version 🚀
2018-07-10 17:40:25 +02:00
dc604ada69
Update ControlMap.js 2018-07-10 17:36:28 +02:00
e5cf1b2f9e Debounce all outgoing ui events (Also Fixes 44) 2018-07-08 21:52:13 +02:00
c0117fa7d6 Do not use internal and actual values anymore (Fixes #42) 2018-06-28 21:25:06 +02:00
24ab3990ad Fix eslint warnings and errors 2018-06-26 15:12:38 +02:00
ed0f22645e Completely rework how icons work in mqtt control map 2018-06-24 16:34:59 +02:00
b6c0181b3e fix broken imports 2018-06-19 10:47:14 +02:00
b966fb4610 Add slider from material-ui/lab 2018-06-18 10:31:37 +02:00
333163499f Fix build 2018-04-15 17:29:13 +02:00
fe814718eb Improve performance of the map by using Pure Components 2018-04-15 17:15:11 +02:00
02be6701be RZL: Add on/off button to kitchen light 2018-04-08 13:19:24 +02:00
e3150d200c RZL: Add all kitchen light slider 2018-04-08 11:08:46 +02:00
f2cc0eaa2a Make everything compatible with the latest material-ui version 2018-04-08 10:28:46 +02:00
4b370889af Fix build 2018-04-07 20:37:47 +02:00
ff67bcf2f8 RZL: Add kitchen floalt light 2018-04-07 20:32:41 +02:00
92dab1c8f5 Add types.string and types.json 2018-04-02 10:22:43 +02:00
52e825549d Rename parseState to type 2018-03-28 04:08:50 +02:00
8661500b17 Fix build 2018-03-28 03:39:31 +02:00
f4d1cb7e1e Reduce production built size 2018-02-14 06:23:48 +01:00
a96fa1622b Require the use of hex, rgb, rgba or rainbow for colors and refactor config types 2018-02-04 03:43:22 +01:00
334cf002fa Add a progress bar 2018-01-21 11:26:45 +01:00
16d03ceacf Add esper statistics 2018-01-20 00:16:34 +01:00
3ed861369e Fix build 2018-01-19 21:57:20 +01:00
8d2d39cb0e Fix most eslint warnings 2018-01-19 21:52:53 +01:00
cfe8897f2a Fix all type errors 2018-01-19 16:53:16 +01:00
c1ed43ee6c Cleanup flow types and fix eslint errors 2018-01-19 16:20:10 +01:00
ef41de4349 Correctly change to map icon when mqtt has connected successfully 2018-01-14 01:35:42 +01:00
da7105c90b Add basic esper status info support 2018-01-14 01:20:30 +01:00
30e18a749f Fix eslint errors 2018-01-14 00:14:50 +01:00