Skip to content

Commit 7a507e5

Browse files
committed
Fixing up issues with flow diagram
Saga was not displaying different statuses In certain conditions some arrow were missing
1 parent 557e4e8 commit 7a507e5

File tree

10 files changed

+123
-103
lines changed

10 files changed

+123
-103
lines changed

src/Frontend/package-lock.json

Lines changed: 19 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/Frontend/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020
"@codemirror/lang-json": "^6.0.1",
2121
"@codemirror/lang-xml": "^6.1.0",
2222
"@codemirror/legacy-modes": "^6.5.0",
23+
"@dagrejs/dagre": "^1.1.4",
2324
"@tinyhttp/content-disposition": "^2.2.2",
2425
"@vue-flow/controls": "^1.1.2",
2526
"@vue-flow/core": "^1.42.5",
Lines changed: 10 additions & 1 deletion
Loading
Lines changed: 6 additions & 0 deletions
Loading
Lines changed: 6 additions & 0 deletions
Loading
Lines changed: 7 additions & 0 deletions
Loading

src/Frontend/src/assets/saga.svg

Lines changed: 0 additions & 9 deletions
This file was deleted.

src/Frontend/src/components/messages/FlowDiagram.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -371,7 +371,7 @@ function typeIcon(type: MessageType) {
371371
}
372372
373373
.pa-flow-saga {
374-
background-image: url("@/assets/saga.svg");
374+
background-image: url("@/assets/saga-completed.svg");
375375
background-position: center;
376376
background-repeat: no-repeat;
377377
height: 15px;

0 commit comments

Comments
 (0)