Commit Graph

307 Commits

Author SHA1 Message Date
Thomas Nordquist
672d5e8109 Speed up start time 2019-01-23 21:35:52 +01:00
Thomas Nordquist
8091323623 Improve application size and loading type
by by nucleus
2019-01-23 13:55:16 +01:00
Thomas Nordquist
b2e4c7db36 Fix value renderer width 2019-01-23 12:03:34 +01:00
Thomas Nordquist
6b0f2085e5 Add pane resizing
Refactor styles
Update autoExpand with filtered result count
Add redux batch reducer
2019-01-23 11:54:12 +01:00
Thomas Nordquist
37694d38b0 Add broker statistics 2019-01-22 19:54:36 +01:00
Thomas Nordquist
a86871b161 Fix setting alignment 2019-01-22 18:08:57 +01:00
Thomas Nordquist
be8e05dbfa Add clear button to topic search 2019-01-22 17:10:48 +01:00
Thomas Nordquist
28cc72a868 Rename leafes/nodes to topic 2019-01-22 15:57:11 +01:00
Thomas Nordquist
796233da18 Modify animation 2019-01-22 15:12:49 +01:00
Thomas Nordquist
bcd5a32483 Increase tree statistic performance
Fixes #44
2019-01-22 14:04:49 +01:00
Thomas Nordquist
c2345a17ba Clean up 2019-01-22 12:30:00 +01:00
Thomas Nordquist
d4ce58a8ec Fix emitter leaks, style, tree swaps 2019-01-22 12:17:59 +01:00
Thomas Nordquist
221abd8c48 Add test for EventDispatcher 2019-01-21 16:05:59 +01:00
Thomas Nordquist
4c438bd00b Add topic filter 2019-01-21 15:07:53 +01:00
Thomas Nordquist
4d21c63da9 Extract settings reducer 2019-01-21 09:40:04 +01:00
Thomas Nordquist
61737fa97b Update readme 2019-01-20 23:08:20 +01:00
Thomas Nordquist
ba4efbe30d Refactor connection reducer & tree 2019-01-20 22:34:15 +01:00
Thomas Nordquist
ecd3a23311 Update readme template 2019-01-20 22:33:20 +01:00
Thomas Nordquist
4e51d7af79 Prepare release 2019-01-20 19:07:54 +01:00
Thomas Nordquist
9bf3973160 Fix plot 2019-01-20 19:05:33 +01:00
Thomas Nordquist
1719876734 Fix state mixup 2019-01-20 18:48:18 +01:00
Thomas Nordquist
82ef5bc4e7 Remove arm64 build
Due to people confusing the arm64 with amd64 release
2019-01-20 18:36:50 +01:00
Thomas Nordquist
ce60d1b20a Update Readme 2019-01-20 18:35:15 +01:00
Thomas Nordquist
2316dac809 Update Readme 2019-01-20 16:37:33 +01:00
Thomas Nordquist
3b049d2008 Add topic selection to topic drawer 2019-01-20 15:38:55 +01:00
Thomas Nordquist
9f48301c4b Fix dependencies 2019-01-20 15:15:27 +01:00
Thomas Nordquist
009fb08b33 Bump version 2019-01-20 14:58:15 +01:00
Thomas Nordquist
fa24fa9abb Add tooltip to retain checkbox 2019-01-20 14:57:10 +01:00
Thomas Nordquist
1ac1dede98 Add "delete retained topic" button 2019-01-20 14:56:52 +01:00
Thomas Nordquist
b0d25b438d Bump version 2019-01-20 13:47:54 +01:00
Thomas Nordquist
4b42c23121 Update dependecies 2019-01-20 13:38:54 +01:00
Thomas Nordquist
0f7ea7c491 Add formatter to plot tooltip 2019-01-20 13:37:13 +01:00
Thomas Nordquist
71c4d1e04b Improve plot 2019-01-20 13:27:29 +01:00
Thomas Nordquist
435fb1f9b9 Supposably fix travis builds 2019-01-20 12:56:35 +01:00
Thomas Nordquist
ab83c682ac Remove "empty payload" toggle switch
This function is redundat, simply send an empty message wil suffice
2019-01-20 12:54:54 +01:00
Thomas Nordquist
4d794205d5 Fix publish topic update 2019-01-20 12:47:46 +01:00
Thomas Nordquist
fa9def4dd7 Fix mqttMessage merge 2019-01-20 12:29:00 +01:00
Thomas Nordquist
f893d5ce60 Refactor communication
Add QoS andd retain flag
Refactor reducer
2019-01-20 05:30:21 +01:00
Thomas Nordquist
1839b551c0 Add webpack bundle analyzer 2019-01-19 19:21:26 +01:00
Thomas Nordquist
6f48f0bd8e Fix dependencies 2019-01-19 19:03:24 +01:00
Thomas Nordquist
07bfde6244 Add numeric history plot
Resolves #31
2019-01-19 18:59:28 +01:00
Thomas Nordquist
b23ffd334d Refactor & add error reporing 2019-01-19 16:48:36 +01:00
Thomas Nordquist
f3a686b23f Refactor connection 2019-01-19 15:00:26 +01:00
Thomas Nordquist
bfcee49e74 Also subscribe to $SYS 2019-01-18 23:54:08 +01:00
Thomas Nordquist
2c4c7bb72e Beautify error boundary 2019-01-18 19:16:37 +01:00
Thomas Nordquist
353081175b Add error boundary to nake frontend more resiliant
Allows users to recover from errors in userStorage

Is related to #23
2019-01-18 13:13:36 +01:00
Thomas Nordquist
f462e7a881 Show developer toolbar in menu 2019-01-18 11:18:48 +01:00
Thomas Nordquist
14401fbc7b Reverse publish history order 2019-01-18 10:26:19 +01:00
Thomas Nordquist
fb7c27c53f Fix message history order
The latest message should be the first, oldest last.
Fixes #32
2019-01-18 10:23:42 +01:00
Thomas Nordquist
96c7c56f64 Add clear topic button
Resolves #29
2019-01-18 10:21:20 +01:00