Merge branch 'refactor/ui' of https://github.com/hoppscotch/hoppscotch into refactor/ui

This commit is contained in:
Andrew Bastin
2021-08-22 13:06:58 +05:30
18 changed files with 56 additions and 75 deletions

View File

@@ -191,7 +191,7 @@
</span>
<ButtonSecondary
:label="$t('add.new')"
outline
filled
icon="add"
@click.native="addBodyParam"
/>

View File

@@ -144,7 +144,7 @@
{{ $t("empty.headers") }}
</span>
<ButtonSecondary
outline
filled
:label="$t('add.new')"
icon="add"
@click.native="addHeader"

View File

@@ -157,7 +157,7 @@
<ButtonSecondary
:label="$t('add.new')"
icon="add"
outline
filled
@click.native="addParam"
/>
</div>

View File

@@ -108,7 +108,7 @@
<template #trigger>
<ButtonPrimary
class="rounded-l-none"
outline
filled
icon="keyboard_arrow_down"
/>
</template>
@@ -142,7 +142,7 @@
<ButtonSecondary
class="rounded-r-none ml-2"
:label="$t('request.save')"
outline
filled
icon="save"
@click.native="saveRequest()"
/>
@@ -157,7 +157,7 @@
<template #trigger>
<ButtonSecondary
icon="keyboard_arrow_down"
outline
filled
class="rounded-r"
/>
</template>