feat: tooltip and popover components

This commit is contained in:
Liyas Thomas
2021-07-02 16:30:08 +00:00
committed by GitHub
parent eaf0da3d00
commit 0e443b3a43
63 changed files with 1172 additions and 1461 deletions

View File

@@ -124,7 +124,11 @@
target="_blank"
rel="noopener"
>
<button v-tooltip="$t('wiki')" class="icon button">
<button
v-tippy="{ theme: 'tooltip' }"
:title="$t('wiki')"
class="icon button"
>
<i class="material-icons">help_outline</i>
</button>
</a>
@@ -132,7 +136,8 @@
<div class="row-wrapper">
<label for="url">{{ $t("url") }}</label>
<button
v-tooltip.bottom="$t('reset_default')"
v-tippy="{ theme: 'tooltip' }"
:title="$t('reset_default')"
class="icon button"
@click="resetProxy"
>