mirror of
https://github.com/hcengineering/platform.git
synced 2026-08-24 13:22:23 +02:00
Qfix PRs icons (#6835)
Signed-off-by: Alexander Platov <alexander.platov@hardcoreeng.com>
This commit is contained in:
@@ -27,14 +27,14 @@
|
||||
</div>
|
||||
{/if}
|
||||
{:else if pr.state === GithubPullRequestState.merged}
|
||||
<div class:ml-4={!small} class="flex-row-center">
|
||||
<div class:ml-4={!small} class="flex-row-center" class:flex-no-shrink={small}>
|
||||
<Icon icon={github.icon.PullRequestMerged} size={'small'} />
|
||||
{#if !small}
|
||||
<Label label={github.string.PRMerged} />
|
||||
{/if}
|
||||
</div>
|
||||
{:else if pr.state === GithubPullRequestState.closed}
|
||||
<div class:ml-4={!small} class="flex-row-center">
|
||||
<div class:ml-4={!small} class="flex-row-center" class:flex-no-shrink={small}>
|
||||
<Icon icon={github.icon.PullRequestClosed} size={'small'} />
|
||||
{#if !small}
|
||||
<Label label={github.string.PRClosed} />
|
||||
|
||||
Reference in New Issue
Block a user