Commit graph

36 commits

Author SHA1 Message Date
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
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
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
ee2dbe0f7b Add Github and Feedback link 2018-11-10 04:52:44 +01: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
bc99051aa0 Greatly improve the performance 2018-08-01 01:56:15 +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
b1bf5efd11 Fix many eslint warnings 2018-07-10 18:08:13 +02:00
c0117fa7d6 Do not use internal and actual values anymore (Fixes #42) 2018-06-28 21:25:06 +02:00
ed0f22645e Completely rework how icons work in mqtt control map 2018-06-24 16:34:59 +02:00
b966fb4610 Add slider from material-ui/lab 2018-06-18 10:31:37 +02:00
fe814718eb Improve performance of the map by using Pure Components 2018-04-15 17:15:11 +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
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
16d03ceacf Add esper statistics 2018-01-20 00:16:34 +01:00
8d2d39cb0e Fix most eslint warnings 2018-01-19 21:52:53 +01:00
ef41de4349 Correctly change to map icon when mqtt has connected successfully 2018-01-14 01:35:42 +01:00
30e18a749f Fix eslint errors 2018-01-14 00:14:50 +01:00
6c7ea9dfb3 Almost completely rewrite UiItems 2017-11-26 16:49:41 +01:00
a33474d893 Working mqtt setup 2017-11-12 15:52:24 +01:00
bcb35877c1 Fix the icon color + allow changing icons depending on the state 2017-11-11 05:44:04 +01:00
2c433c7df0 Semi working state 2017-11-11 04:52:02 +01:00
3afba102b0 Implement every UI type except slider 2017-11-10 22:07:07 +01:00
b22e28dc44 First sketch of ui types 2017-11-10 19:45:44 +01:00
82081e7c83 add icon colors 2017-11-07 20:33:07 +01:00
74c4138bad semi working drawer 2017-11-07 06:55:48 +01:00
453e68b320 Reimplement TopBar 2017-11-07 06:14:48 +01:00
6a3bd14343 WIP: Refactor code 2017-11-07 06:02:01 +01:00