@@ -75,6 +91,18 @@
{/if}
+ {#if $status?.analysedTime}
+
+
+
+ {moment($status?.analysedTime).fromNow() + (timerValue ? '' : '')}
+
+
+ {/if}
{#each contextItems || [] as item}
@@ -94,6 +122,7 @@
color: var(--theme-font-inv-1);
align-items: stretch;
justify-content: space-between;
+ cursor: default;
}
.container {
display: flex;
@@ -108,4 +137,5 @@
text-overflow: ellipsis;
white-space: nowrap;
}
+