Commit Graph

106 Commits

Author SHA1 Message Date
Thomas Nordquist
10aae59c92 Merge remote-tracking branch 'fb/multi-decoder/master' into feat/use-tahu-for-sparkplug-decoding 2024-05-18 11:26:39 +02:00
Björn Dalfors
6e5e2e0dd7 replace deprecated spectron with playwright 2024-04-05 14:35:18 +02:00
Björn Dalfors
f25cab4682 chore: upgrade prettier and fix linting errors 2024-03-08 08:42:41 +01:00
Max Horsche
567f6d2d50 Added support for binary data types
- Select data type (string, json, hex, uint, int, float) for each topic individually
- Default data type is 'string'
- Show milliseconds in message received timestamp
2021-01-11 10:11:34 +01:00
Thomas Nordquist
07458cd712 Expose message Ids to the user 2020-04-20 18:27:51 +02:00
Thomas Nordquist
30af13f793 Update linter 2020-04-16 11:00:34 +02:00
Thomas Nordquist
237c718a0a Update prettier 2020-04-15 23:54:30 +02:00
Thomas Nordquist
39d87d5a8e Remove recursive topic removal limit 2019-07-23 00:36:15 +02:00
Thomas Nordquist
ae915a158b Add memoization 2019-07-17 16:44:37 +02:00
Thomas Nordquist
d6489563b2 Increase max title length 2019-07-17 15:20:16 +02:00
Thomas Nordquist
28afc439ba Enable topic deletion with delete key 2019-07-17 09:16:24 +02:00
Thomas Nordquist
04ba067775 Refactor TreeNode 2019-07-17 09:15:25 +02:00
Thomas Nordquist
094831f037 Fix highlight color in dark mode 2019-07-17 09:12:09 +02:00
Thomas Nordquist
b5d9ff3067 Refactor chart 2019-07-13 15:57:30 +02:00
Thomas Nordquist
0b6a1e42d6 Improve payload truncation in tree 2019-07-13 12:40:47 +02:00
Thomas Nordquist
a9742ebf81 Replace PureComponent performance wrapper 2019-07-11 22:06:07 +02:00
Thomas Nordquist
df3e0fc047 Refactor charts 2019-07-11 22:05:02 +02:00
Thomas Nordquist
175aeea468 Propagate settings in the tree 2019-07-11 17:14:43 +02:00
Thomas Nordquist
167f0b39e0 Do not indicate topic update on selection 2019-07-11 17:09:37 +02:00
Thomas Nordquist
1a1596ad3d Fix tree-rendering performance 2019-07-11 16:14:46 +02:00
Thomas Nordquist
8e49d19fbe Refactor 2019-07-11 15:33:42 +02:00
Thomas Nordquist
38f8d2e6ee Improve render performance 2019-07-08 01:22:16 +02:00
Thomas Nordquist
b79725bdf0 Refactor sidebar 2019-07-07 16:24:18 +02:00
Thomas Nordquist
6bead5b5a6 Fix animation glitch 2019-07-07 12:59:30 +02:00
Thomas Nordquist
282736d2f6 Use default domain if plot data is empty 2019-07-07 12:31:07 +02:00
Thomas Nordquist
9d72ef0122 Disable delete key 2019-07-02 15:20:16 +02:00
Thomas Nordquist
b5aa22a6d8 Improve render performance 2019-07-02 15:10:46 +02:00
Thomas Nordquist
f9829c2d5c Refactor 2019-06-26 17:41:21 +02:00
Thomas Nordquist
8d15018986 Refactor TreeNodeComponent 2019-06-26 17:41:21 +02:00
Thomas Nordquist
d59a1af5d4 Refactor TreeNodeComponent 2019-06-25 17:44:34 +02:00
Thomas Nordquist
1638080e85 Improve keyboard arrow navigation 2019-06-25 14:30:47 +02:00
Thomas Nordquist
f4051b4cdf Add tree navigation via arrow keys 2019-06-25 01:39:31 +02:00
Thomas Nordquist
1d8900d6eb Move chart panel below tree 2019-06-17 23:27:16 +02:00
Thomas Nordquist
209899c3b8 Add numeric chart panel 2019-06-16 19:10:37 +02:00
Thomas Nordquist
92e045297e Update code formatting 2019-06-15 14:56:57 +02:00
Thomas Nordquist
63f89d628e Destroy view-models when destroying trees 2019-05-07 17:43:31 +02:00
Thomas Nordquist
3bfc59d89a Fix silent error in treenode 2019-05-04 13:03:36 +02:00
Thomas Nordquist
2c5c218fd1 Remove unsubscription since component would unount when node changes 2019-04-25 00:05:33 +02:00
Thomas Nordquist
749df70d5c Fix memory leaks 2019-04-24 23:40:28 +02:00
Thomas Nordquist
47d1e74852 Reset store after disconnect 2019-04-15 14:14:43 +02:00
Thomas Nordquist
b6f16c347d Reduce selectable elements 2019-04-15 11:03:58 +02:00
Thomas Nordquist
f5de7903e7 Fix highlight animation 2019-04-09 01:39:14 +02:00
Thomas Nordquist
9a65e79fc4 Use less subscribers for TreeNode updates 2019-04-09 01:38:48 +02:00
Thomas Nordquist
fcc560ef3f Set keys in TreeNodeTitle 2019-04-09 00:04:36 +02:00
Thomas Nordquist
f76ea848cd Reduce tree DOM nodes by 33% 2019-04-08 20:23:07 +02:00
Thomas Nordquist
431d0c89fe Remove dead code 2019-04-08 16:53:09 +02:00
Thomas Nordquist
436b569e93 Fix updating tree nodes when settings change 2019-04-07 22:56:10 +02:00
Thomas Nordquist
e2c60cca64 Refactor project structure 2019-04-07 21:34:03 +02:00
Thomas Nordquist
09dcce97b7 Refactor 2019-04-04 20:23:27 +02:00
Thomas Nordquist
c20c075bcf Fix linter errors 2019-04-04 10:54:18 +02:00