diff --git a/webui/src/components/display/blobs/AudioViewer.svelte b/webui/src/components/display/blobs/AudioViewer.svelte index e59b212..7eb7658 100644 --- a/webui/src/components/display/blobs/AudioViewer.svelte +++ b/webui/src/components/display/blobs/AudioViewer.svelte @@ -1,7 +1,7 @@ -
+
{#if !loaded} {/if} @@ -254,7 +282,15 @@
{#if currentAnnotation}
-

Annotation #{currentAnnotationIndex}

+
+

{$i18n.t("Annotation")}

+
+ {#if currentAnnotation.attributes["upend-address"]} + + {/if}
@@ -310,7 +346,7 @@ {#key currentAnnotation} { @@ -379,6 +415,10 @@ display: none; } + :global(.audio:not(.editable) .wavesurfer-handle) { + display: none; + } + :global(.wavesurfer-handle) { background: var(--foreground-lightest) !important; }