Commit Graph

29 Commits

Author SHA1 Message Date
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
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
ba4efbe30d Refactor connection reducer & tree 2019-01-20 22:34:15 +01:00
Thomas Nordquist
1719876734 Fix state mixup 2019-01-20 18:48:18 +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
f893d5ce60 Refactor communication
Add QoS andd retain flag
Refactor reducer
2019-01-20 05:30:21 +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
f905ba8e89 Clarify mouse interaction 2019-01-15 19:00:37 +01:00
Thomas Nordquist
2268175a38 Fix performance issue
When the root node was collapsed, it also was selected due to the click event.
The sidebar was updated every time a new message was receivend,
effectivly inhibiting the "render the tree if you got nothing else to do" optimization to render anything at all.

Fixes #7
2019-01-14 10:45:15 +01:00
Thomas Nordquist
bd3b81273d Clean up 2019-01-14 00:15:53 +01:00
Thomas Nordquist
fdece7ae91 Notify user if auto update failed 2019-01-13 17:37:13 +01:00
Thomas Nordquist
2d649b3f51 Refactor 2019-01-13 15:26:19 +01:00
Thomas Nordquist
a677fb7a0c Add message history to frontend 2019-01-12 20:25:52 +01:00
Thomas Nordquist
6fbf04cd00 Improve node selection via MouseOver 2019-01-12 14:29:56 +01:00
Thomas Nordquist
c956afdee0 Fix node title updates 2019-01-11 09:10:41 +01:00
Thomas Nordquist
eb375073f9 Fix Sidebar & Mouse event target area
Fix clipboard
Fix invalid state in sidebar due to missing event termination
2019-01-10 10:34:09 +01:00
Thomas Nordquist
269061bdc8 Work in progress 2019-01-08 23:58:24 +01:00
Thomas Nordquist
b44f352804 WiP #broken 2019-01-08 16:39:18 +01:00
Thomas Nordquist
2a800dc7ca Clean up 2019-01-08 03:29:18 +01:00
Thomas Nordquist
e72696dc57 Adapt redux
Add hover-effect on nodes
Add Setting drawer
Ass auto expansion setting
2019-01-07 22:47:22 +01:00
Thomas Nordquist
d6a245893a Add proper copy to clipboard 2019-01-07 12:24:01 +01:00
Thomas Nordquist
e2192b11c7 Screw up looks, greatly improve performance 2019-01-07 03:32:28 +01:00
Thomas Nordquist
260f31fea0 Replace EventEmitter with typed EventDispatcher 2019-01-06 13:52:12 +01:00
Thomas Nordquist
32c3079821 Clean up & Add connection setup 2019-01-06 13:30:35 +01:00
Thomas Nordquist
cd540cade3 Tweak performance 2019-01-04 00:28:42 +01:00