feat: more actions & shortcuts

This commit is contained in:
liyasthomas
2021-08-11 14:16:43 +05:30
parent 384e4ce43e
commit 829e116e04
13 changed files with 256 additions and 146 deletions

View File

@@ -97,7 +97,7 @@
name="message"
type="text"
/>
<div class="flex">
<span>
<ButtonSecondary
v-tippy="{ theme: 'tooltip' }"
:title="
@@ -121,8 +121,8 @@
: false
"
/>
</div>
<div class="flex">
</span>
<span>
<ButtonSecondary
v-tippy="{ theme: 'tooltip' }"
:title="$t('delete')"
@@ -130,7 +130,7 @@
color="red"
@click.native="deleteProtocol({ index })"
/>
</div>
</span>
</div>
<div
v-if="protocols.length === 0"