Skip to content

Commit

Permalink
feat(ui): improved mesh graph (#458)
Browse files Browse the repository at this point in the history
* feat(ui): improve mesh graph

Fixes #384

* fix: something shows up

* fix: lint errors

* fix: filter failed nodes

* fix: nodeList undefined caused by d3 migration v5->v6

* fix: testing node list

* refactor: format test node list files

* fix: hide speed dial

* fix: hammer events

* feat: legend

* feat: layout edges grouping

* fix: lint issues

* fix: improvments

* fix: improved performances

* fix: height

* fix: nodes location

* fix: battery devices

* fix: add node is frequent listineing

* fix: hops colors

* fix: node name

* fix: lint issues

* fix: better check node forwards prop

* fix: loader

* fix: debounce refresh

* refactor: add collapsible config panel

Co-authored-by: Andreas Hochsteger <[email protected]>
  • Loading branch information
robertsLando and ahochsteger authored Feb 8, 2021
1 parent 0ecbea6 commit 656e56d
Show file tree
Hide file tree
Showing 10 changed files with 123,899 additions and 242 deletions.
2 changes: 1 addition & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"eslint.lintTask.enable": true,
"wallaby.startAutomatically": true,
"[vue]": {
"editor.defaultFormatter": "dbaeumer.vscode-eslint"
"editor.defaultFormatter": "numso.prettier-standard-vscode"
},
"[markdown]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
Expand Down
Loading

0 comments on commit 656e56d

Please sign in to comment.