Skip to content

Commit

Permalink
Show reviews without a verdict
Browse files Browse the repository at this point in the history
  • Loading branch information
rudolfs committed Jan 27, 2025
1 parent 2a7c705 commit ee6c0fb
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions src/components/PatchTimeline.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -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"}
Expand Down

0 comments on commit ee6c0fb

Please sign in to comment.