ui: Refactor stores

This commit is contained in:
nemunaire 2022-11-02 10:07:44 +01:00
commit ffd43ac8e1
6 changed files with 136 additions and 86 deletions

View file

@ -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)}
>