Björn Dalfors
1f23c65484
Stop click event propagation prevent panel from collapsing
2024-05-21 15:17:18 +02:00
Thomas Nordquist
980072f680
chore: decode data in frontend
2024-05-21 09:22:11 +02:00
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
3b8418ccfd
supress type errors for now
2024-03-10 12:57:00 +01:00
Björn Dalfors
f25cab4682
chore: upgrade prettier and fix linting errors
2024-03-08 08:42:41 +01:00
mhorsche
626b9cab7d
Specific int/uint byte size
...
- possible data types are: 'json', 'string', 'hex', 'uint8', 'uint16', 'uint32', 'uint64', 'int8', 'int16', 'int32', 'int64', 'float', 'double'
- default is 'json'
2022-06-21 21:14:59 +02:00
Thomas Nordquist
ed492ccbf4
refactor
2022-02-27 23:01:08 +01:00
Thomas Nordquist
ea7535b250
apply suggestions from code review
2022-02-27 22:58:30 +01:00
Thomas Nordquist
b17b54490e
move sparkplug decoding to backend
2022-02-27 22:49:54 +01:00
Thomas Nordquist
72400af679
Merge branch 'master' into HEAD
2022-02-27 20:47:59 +01:00
Thomas Nordquist
f8f1ddfebb
fix moment locales bug
2022-02-27 20:22:45 +01:00
Thomas Nordquist
e1493db7c8
add rpc system to improve ipc
2022-02-27 18:46:56 +01:00
Thomas Nordquist
13b8f8d5da
fix certificate selection
2022-02-27 13:33:22 +01:00
Sinuhe Tellez
531af31490
remobe generated ts and load proto file directly
2021-08-14 23:24:17 -04:00
Sinuhe Tellez
8fcf8b2478
format topicPlot
2021-08-11 19:26:10 -04:00
Sinuhe Tellez Rivera
4fdd5b2063
Update topic plot about sparkplugb render
...
Co-authored-by: Thomas Nordquist <thomasnordquist@users.noreply.github.com >
2021-08-11 10:23:21 -04:00
Sinuhe Tellez
0cab2169c2
fix yarn build
2021-08-10 23:23:28 -04:00
Sinuhe Tellez
86f5b94852
fix linter issues
2021-08-10 22:59:59 -04:00
Sinuhe Tellez
c1c8b9aa61
update backend package.json and topicPlot
2021-08-10 22:06:07 -04:00
Sinuhe Tellez
dcf692d193
remove un used dependencies
2021-08-10 21:51:25 -04:00
Sinuhe Tellez
7f757b9f8a
remove unused import
2021-08-10 15:02:55 -04:00
Sinuhe Tellez
23b46cd432
decode diff view for sparkplug
2021-08-08 16:32:22 -04:00
Sinuhe Tellez
68ef9ac913
value render try sparkplug
2021-08-08 15:46:48 -04: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
6fc0d3f28d
Fix publish button
2020-04-20 14:03:03 +02:00
Thomas Nordquist
3c40be97b7
Fix demoVideo
2020-04-20 13:09:37 +02:00
Thomas Nordquist
b72fc48bdb
Add quality of service option to subscriptions
...
Fixes #323 , #14 , #334
Fixes #132
2020-04-20 12:24:23 +02:00
Thomas Nordquist
ccdaaa6ce2
Fix codestyle
2020-04-16 12:19:25 +02:00
Thomas Nordquist
59737edfb4
Always focus editor after pressing buttons in Publish sidebar component
2020-04-16 11:51:18 +02:00
Thomas Nordquist
30af13f793
Update linter
2020-04-16 11:00:34 +02:00
Thomas Nordquist
a89d7cf62e
Improve json editor
2020-04-16 10:50:43 +02:00
Thomas Nordquist
ff66d10aaa
Fix property name
2020-04-16 10:30:20 +02:00
Thomas Nordquist
5203d40a24
Restore original focus after hitting publish button
2020-04-16 00:40:22 +02:00
Thomas Nordquist
237c718a0a
Update prettier
2020-04-15 23:54:30 +02:00
Thomas Nordquist
fbfbe94d19
Prevent focussing filter when meta or ctrl key is pressed
...
Fixes copy/paste problem
2020-04-15 22:49:12 +02:00
Thomas Nordquist
e24e505cc0
Use selected topic when clearing publish topic, also focus input element
2020-04-15 22:23:18 +02:00
Thomas Nordquist
763a1aea69
Update dependecies
2019-11-13 10:46:22 +01:00
Thomas Nordquist
922f90c4eb
Fix memoization of chart y-range parameters
2019-11-13 09:06:20 +01:00
Thomas Nordquist
ff11973a9a
Extract chart range definition
2019-11-12 14:38:01 +01:00
Thomas Nordquist
d113fab279
Fix plot range selection
...
Fixes #176
2019-11-12 07:26:05 +01:00
Thomas Nordquist
a6c401ab6a
Fix publish sidebar width
...
Fixes #227
2019-11-11 17:30:18 +01:00
Thomas Nordquist
f690b3f5a7
Add recusrive delete warning
2019-07-23 00:51:26 +02:00
Thomas Nordquist
39d87d5a8e
Remove recursive topic removal limit
2019-07-23 00:36:15 +02:00
Thomas Nordquist
d5a4d1e4d3
Fix dialog button margin
2019-07-17 23:32:52 +02:00
Thomas Nordquist
c59c64b65f
Fix typing
2019-07-17 20:07:25 +02:00
Thomas Nordquist
5badd19015
Add syntax highlighting to raw / json values
2019-07-17 19:49:10 +02:00
Thomas Nordquist
af4cfec451
Auto-open publish history drawer
2019-07-17 17:25:12 +02:00
Thomas Nordquist
ae915a158b
Add memoization
2019-07-17 16:44:37 +02:00