Commit graph

20 commits

Author SHA1 Message Date
d9096b13e4 Various small changes 2020-10-19 07:12:38 +02:00
a44eea520a Better sliders!
Add marks and value indication. (Fixes #146)
2020-10-19 06:24:04 +02:00
ccd9bcd3b5 Types are now bidirectional
It is still possible to define types as functions (Buffer => string for 
state topics, string => Buffer for command topics). Otherwise types have 
from and to properties.
(Fixes #101)
2020-10-19 05:45:09 +02:00
1c1de6356c Define icon transformations on withState
(Closes #148)
2020-10-08 17:40:42 +02:00
8376f404e4 Fix eslint errors 2020-10-08 08:46:06 +02:00
856aab41ad Improve the entire icon logic
- Tree Shaking for Icons (Closes #53)
- New API for the config (See 
https://github.com/uwap/mqtt-control-map/wiki/Icons)
- Icons can now be colored everywhere, not just on the map
2020-10-08 08:36:56 +02:00
43a33c3ab3 Fix minor eslint warnings 2020-10-05 22:02:30 +02: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
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
b1bf5efd11 Fix many eslint warnings 2018-07-10 18:08:13 +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
9a8f9c57bf Fix build 2018-04-08 13:23:33 +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
a96fa1622b Require the use of hex, rgb, rgba or rainbow for colors and refactor config types 2018-02-04 03:43:22 +01:00