feat: refactor buttons

This commit is contained in:
Liyas Thomas
2021-07-03 13:14:58 +00:00
committed by GitHub
parent b55439ce44
commit 3e3da2f27b
103 changed files with 2150 additions and 2496 deletions

View File

@@ -3,16 +3,14 @@
<div class="row-wrapper">
<label for="body">{{ $t("response_body") }}</label>
<div>
<button
<ButtonSecondary
v-if="response.body"
ref="downloadResponse"
v-tippy="{ theme: 'tooltip' }"
:title="$t('download_file')"
class="icon button"
@click="downloadResponse"
>
<i class="material-icons">{{ downloadIcon }}</i>
</button>
@click.native="downloadResponse"
/>
<i class="material-icons">{{ downloadIcon }}</i>
</div>
</div>
<div id="response-details-wrapper">