Skip to content

Commit 0d330a7

Browse files
committed
help link (awaiting docs update)
1 parent 648785a commit 0d330a7

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

src/Frontend/src/components/messages2/SequenceDiagram.vue

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ onMounted(() => store.refreshConversation());
1818
</script>
1919

2020
<template>
21+
<a class="help-link" target="_blank" href="https://docs.particular.net/serviceinsight/sequence-diagram/#what-is-on-the-diagram"><i class="fa fa-info-circle" /> Sequence Diagram Help</a>
2122
<div class="outer" @scroll="(ev) => (endpointYOffset = (ev.target as Element).scrollTop)">
2223
<svg class="sequence-diagram" :style="{ width: `max(100%, ${isNaN(maxWidth) ? 0 : maxWidth}px)` }" :height="maxHeight + 20">
2324
<Timeline />
@@ -48,4 +49,11 @@ onMounted(() => store.refreshConversation());
4849
--highlight-background: #c5dee9;
4950
background: white;
5051
}
52+
53+
.help-link {
54+
display: flex;
55+
align-items: center;
56+
justify-content: end;
57+
gap: 0.15rem;
58+
}
5159
</style>

0 commit comments

Comments
 (0)