Commit Graph

19 Commits

Author SHA1 Message Date
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
1719876734 Fix state mixup 2019-01-20 18:48:18 +01:00
Thomas Nordquist
1ac1dede98 Add "delete retained topic" button 2019-01-20 14:56:52 +01:00
Thomas Nordquist
f893d5ce60 Refactor communication
Add QoS andd retain flag
Refactor reducer
2019-01-20 05:30:21 +01:00
Thomas Nordquist
3ba31de468 Add last message time to sidebar 2019-01-16 00:53:18 +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
e83fe78755 Add "diff" for historic messages 2019-01-12 21:39:18 +01:00
Thomas Nordquist
a677fb7a0c Add message history to frontend 2019-01-12 20:25:52 +01:00
Thomas Nordquist
b52b2d7696 Refactor 2019-01-11 18:52:12 +01:00
Thomas Nordquist
1586d0121c Fix layout 2019-01-11 10:32:38 +01:00
Thomas Nordquist
c3ef9335c0 Add topic publishing sidebar 2019-01-11 00:40:05 +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
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
260f31fea0 Replace EventEmitter with typed EventDispatcher 2019-01-06 13:52:12 +01:00
Thomas Nordquist
cd540cade3 Tweak performance 2019-01-04 00:28:42 +01:00
Thomas Nordquist
87dafc9c89 Improve ui & performance 2019-01-03 11:14:49 +01:00