mirror of
https://github.com/tdurieux/anonymous_github.git
synced 2026-02-12 18:32:44 +00:00
feat: display pr state in dashboard
This commit is contained in:
@@ -210,6 +210,12 @@
|
||||
>{{pr.source.repositoryFullName}}@{{pr.source.pullRequestId}}</a
|
||||
>
|
||||
</span>
|
||||
<span
|
||||
class="badge"
|
||||
ng-class="{'badge-success':pr.merged, 'badge-warning':pr.state=='open', 'badge-danger':pr.state=='closed' &&!pr.merged}"
|
||||
>
|
||||
{{pr.merged?"merged":pr.state | title}}
|
||||
</span>
|
||||
anonymized {{pr.anonymizeDate | humanTime}}
|
||||
</div>
|
||||
<div class="color-text-secondary mt-2">
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
<div class="col-md h-100 overflow-auto p-0 d-flex flex-column">
|
||||
<div class="d-flex align-content-between status-bar shadow">
|
||||
<div class="last-update">
|
||||
Last Update: {{details.anonymizeDate|date}}
|
||||
Anonymization Date: {{details.anonymizeDate|date}}
|
||||
</div>
|
||||
</div>
|
||||
<div class="overflow-auto mx-3">
|
||||
|
||||
Reference in New Issue
Block a user