Radish alpha
r
rad:z4V1sjrXqjvFdnCUbxPFqd5p4DtH5
Radicle web interface
Radicle
Git
Show comment OID in threads
Merged rudolfs opened 1 year ago
1 file changed +5 -0 9b20ad24 0e059bf3
modified src/components/Comment.svelte
@@ -141,6 +141,11 @@
        nodeId={authorId}
        alias={authorAlias} />
      <slot name="caption">{caption}</slot>
+
      {#if id}
+
        <span class="global-oid">
+
          {utils.formatObjectId(id)}
+
        </span>
+
      {/if}
      <span class="timestamp" title={utils.absoluteTimestamp(timestamp)}>
        {utils.formatTimestamp(timestamp)}
      </span>