Radish alpha
r
Radicle desktop app
Radicle
Git (anonymous pull)
Log in to clone via SSH
Show reviews without a verdict
Rūdolfs Ošiņš committed 1 year ago
commit 557e96f98b1f1954ae28f6b04c07bfbabceb5fea
parent 063cdf097b5cf16aa6f1762b96c59668f9ce3169
1 file changed +11 -0
modified src/components/PatchTimeline.svelte
@@ -269,6 +269,17 @@
              {formatTimestamp(op.timestamp)}
            </div>
          </div>
+
        {:else if op.verdict === undefined}
+
          <div class="icon">
+
            <Icon name="comment" />
+
          </div>
+
          <div class="wrapper">
+
            <NodeId {...authorForNodeId(op.author)} />
+
            reviewed revision <Id id={op.revision} variant="oid" />
+
            <div title={absoluteTimestamp(op.timestamp)}>
+
              {formatTimestamp(op.timestamp)}
+
            </div>
+
          </div>
        {/if}
      </div>
    {:else if op.type === "review.comment"}