Radish alpha
r
Radicle web interface
Radicle
Git (anonymous pull)
Log in to clone via SSH
Show comment OID in threads
Rūdolfs Ošiņš committed 1 year ago
commit 0e059bf3cbc0c7664e87ae2813a920b1f33b4e0c
parent 9b20ad24af3e73dd454564730486744e18cbba08
1 file changed +5 -0
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>