Merge branch 'refactor/ui' of https://github.com/hoppscotch/hoppscotch into refactor/ui
This commit is contained in:
@@ -191,7 +191,7 @@
|
||||
</span>
|
||||
<ButtonSecondary
|
||||
:label="$t('add.new')"
|
||||
outline
|
||||
filled
|
||||
icon="add"
|
||||
@click.native="addBodyParam"
|
||||
/>
|
||||
|
||||
@@ -144,7 +144,7 @@
|
||||
{{ $t("empty.headers") }}
|
||||
</span>
|
||||
<ButtonSecondary
|
||||
outline
|
||||
filled
|
||||
:label="$t('add.new')"
|
||||
icon="add"
|
||||
@click.native="addHeader"
|
||||
|
||||
@@ -157,7 +157,7 @@
|
||||
<ButtonSecondary
|
||||
:label="$t('add.new')"
|
||||
icon="add"
|
||||
outline
|
||||
filled
|
||||
@click.native="addParam"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user