Commit Graph

66 Commits

Author SHA1 Message Date
Thomas Nordquist
ad49c5c819 Update diff view 2019-02-25 11:57:44 +01:00
Thomas Nordquist
749a591465 Fix message diffing 2019-02-24 11:46:35 +01:00
Thomas Nordquist
85c6c4ebbc Fix message history comparison selection 2019-02-23 23:26:52 +01:00
Thomas Nordquist
de7c9479c9 Highlight selected history entry 2019-02-23 23:16:47 +01:00
Thomas Nordquist
138f51eb39 Add diff view for received messages 2019-02-23 22:49:42 +01:00
Thomas Nordquist
615ec17b96 Remove empty topics from tree 2019-02-18 23:48:58 +01:00
Thomas Nordquist
ddc801fe93 WiP 2019-02-18 23:48:58 +01:00
Thomas Nordquist
55ea381b3b WiP 2019-02-18 23:48:58 +01:00
Thomas Nordquist
9207af0aaa Improve settings storage
- add error reporting
- refactor
2019-02-17 21:02:17 +01:00
Thomas Nordquist
0ad91872a1 Refactor 2019-02-17 18:36:02 +01:00
Thomas Nordquist
03462f7ec8 Update React & Material-UI 2019-02-17 17:51:42 +01:00
Thomas Nordquist
d64e085247 Travis ui tests (#57)
* Prepare travis is tests

* Fix ffmpeg travis source

* Trying xenial

* Move shell scripts

* Upload video assets

* Upload video assets

* Change text input method

* Add ui test docker support

* Fix travis docker build

* Fix asset uploader

* Fix dockerfile

* Update dockerfile

* Change writeText behavior

* Fix type error

* Fix exit codes

* Fix types

* fix upload

* Fix writeText

* Fix argument name

* Add test scenarios

* Enable vnc and change mqtt host
2019-01-30 03:13:19 -08:00
Thomas Nordquist
d11337fda2 Add UI tests 2019-01-28 22:40:52 +01:00
Thomas Nordquist
b706d561aa Fix json preview alignment 2019-01-26 00:00:46 +01:00
Thomas Nordquist
763f301bfd Fix side by side view width 2019-01-25 19:24:41 +01:00
Thomas Nordquist
6b6c066e12 Fix animations update dependencies 2019-01-25 17:30:24 +01:00
Thomas Nordquist
72a3c5953f Make topics selectable 2019-01-25 13:06:01 +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
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
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
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
3b049d2008 Add topic selection to topic drawer 2019-01-20 15:38:55 +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
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
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
f893d5ce60 Refactor communication
Add QoS andd retain flag
Refactor reducer
2019-01-20 05:30:21 +01:00
Thomas Nordquist
07bfde6244 Add numeric history plot
Resolves #31
2019-01-19 18:59:28 +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
Thomas Nordquist
8a72a0224d Always show mqtt client id 2019-01-18 10:04:20 +01:00
Thomas Nordquist
d6335e68de Refactor history badge 2019-01-16 02:19:09 +01:00
Thomas Nordquist
3ba31de468 Add last message time to sidebar 2019-01-16 00:53:18 +01:00
Thomas Nordquist
d41a2c2269 Remove root node name from json view 2019-01-14 12:14:04 +01:00
Thomas Nordquist
611fde13e2 Improve scroll behavior 2019-01-14 11:16:39 +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
31b3077743 Remove unnecessary json editor options 2019-01-13 15:12:57 +01:00
Thomas Nordquist
ab87b13eed Fix scrollbars for windows 2019-01-13 01:48:43 +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