|
|
@ -29,23 +29,23 @@ |
|
|
|
<div class="workspace-section__content"> |
|
|
|
<table-container id="pull-requests"> |
|
|
|
<table-row slot="head"> |
|
|
|
<table-cell class="pr-status" header="column" pinned title="PR status" |
|
|
|
<table-cell class="data-status" header="column" pinned title="PR status" |
|
|
|
><code-icon icon="git-pull-request"></code-icon |
|
|
|
></table-cell> |
|
|
|
<table-cell class="pr-time" header="column" pinned title="Last updated"> |
|
|
|
<table-cell class="data-time" header="column" pinned title="Last updated"> |
|
|
|
<code-icon icon="gl-clock"></code-icon> |
|
|
|
</table-cell> |
|
|
|
<table-cell class="pr-body" header="column" pinned>Pull Request</table-cell> |
|
|
|
<table-cell class="pr-author" header="column" pinned>Author</table-cell> |
|
|
|
<table-cell class="pr-assigned" header="column" pinned>Assigned</table-cell> |
|
|
|
<table-cell class="pr-comments" header="column" pinned title="Comments"> |
|
|
|
<table-cell class="data-body" header="column" pinned>Pull Request</table-cell> |
|
|
|
<table-cell class="data-author" header="column" pinned>Author</table-cell> |
|
|
|
<table-cell class="data-assigned" header="column" pinned>Assigned</table-cell> |
|
|
|
<table-cell class="data-comments" header="column" pinned title="Comments"> |
|
|
|
<code-icon icon="comment-discussion"></code-icon> |
|
|
|
</table-cell> |
|
|
|
<table-cell class="pr-stats" header="column" pinned title="Change stats"> |
|
|
|
<table-cell class="data-stats" header="column" pinned title="Change stats"> |
|
|
|
<code-icon icon="add"></code-icon> |
|
|
|
<code-icon icon="dash"></code-icon> |
|
|
|
</table-cell> |
|
|
|
<table-cell class="pr-actions" header="column" pinned |
|
|
|
<table-cell class="data-actions" header="column" pinned |
|
|
|
><code-icon icon="blank" title="actions"></code-icon |
|
|
|
></table-cell> |
|
|
|
</table-row> |
|
|
@ -74,22 +74,22 @@ |
|
|
|
<div class="workspace-section__content"> |
|
|
|
<table-container id="issues"> |
|
|
|
<table-row slot="head"> |
|
|
|
<table-cell class="pr-status" header="column" pinned title="PR status"> |
|
|
|
<table-cell class="data-status" header="column" pinned title="PR status"> |
|
|
|
<code-icon icon="issues"></code-icon> |
|
|
|
</table-cell> |
|
|
|
<table-cell class="pr-time" header="column" pinned title="Last updated"> |
|
|
|
<table-cell class="data-time" header="column" pinned title="Last updated"> |
|
|
|
<code-icon icon="gl-clock"></code-icon> |
|
|
|
</table-cell> |
|
|
|
<table-cell header="column" pinned>Title</table-cell> |
|
|
|
<table-cell class="pr-author" header="column" pinned>Author</table-cell> |
|
|
|
<table-cell class="pr-assigned" header="column" pinned>Assigned</table-cell> |
|
|
|
<table-cell class="pr-comments" header="column" pinned title="Comments"> |
|
|
|
<table-cell class="data-author" header="column" pinned>Author</table-cell> |
|
|
|
<table-cell class="data-assigned" header="column" pinned>Assigned</table-cell> |
|
|
|
<table-cell class="data-comments" header="column" pinned title="Comments"> |
|
|
|
<code-icon icon="comment-discussion"></code-icon> |
|
|
|
</table-cell> |
|
|
|
<table-cell class="pr-checks" header="column" pinned title="Thumbs up"> |
|
|
|
<table-cell class="data-checks" header="column" pinned title="Thumbs up"> |
|
|
|
<code-icon icon="thumbsup"></code-icon> |
|
|
|
</table-cell> |
|
|
|
<table-cell class="pr-actions" header="column" pinned |
|
|
|
<table-cell class="data-actions" header="column" pinned |
|
|
|
><code-icon icon="blank" title="actions"></code-icon |
|
|
|
></table-cell> |
|
|
|
</table-row> |
|
|
|