ui: Refactor stores
This commit is contained in:
parent
9d171cfe89
commit
ffd43ac8e1
6 changed files with 136 additions and 86 deletions
|
|
@ -132,7 +132,7 @@
|
|||
<th>Messages</th>
|
||||
<th>
|
||||
{#if !data.fillIssue}
|
||||
<Button sm color="warning" on:click={newIssue}>
|
||||
<Button size="sm" color="warning" on:click={newIssue}>
|
||||
<Icon name="file-earmark-plus" />
|
||||
</Button>
|
||||
{/if}
|
||||
|
|
@ -159,7 +159,7 @@
|
|||
</td>
|
||||
<td>
|
||||
<Button
|
||||
sm
|
||||
size="sm"
|
||||
color={issue.state == 'need-info'?'danger':'light'}
|
||||
on:click={respondTo(issue)}
|
||||
>
|
||||
|
|
|
|||
Reference in a new issue