refactor: update hopp-ui to be independent (#2927)

Co-authored-by: Anwarul Islam <anwaarulislaam@gmail.com>
This commit is contained in:
Andrew Bastin
2023-02-24 13:20:12 +05:30
committed by GitHub
parent 82c6f6f6bc
commit cae1840506
165 changed files with 2134 additions and 2069 deletions

View File

@@ -7,7 +7,7 @@
:on-shown="() => tippyActions.focus()"
>
<span class="select-wrapper">
<ButtonSecondary
<HoppButtonSecondary
v-tippy="{ theme: 'tooltip' }"
:title="t('settings.choose_language')"
class="pr-8"
@@ -33,7 +33,7 @@
tabindex="0"
@keyup.escape="hide()"
>
<SmartLink
<HoppSmartLink
v-for="locale in filteredAppLanguages"
:key="`locale-${locale.code}`"
class="flex flex-1"
@@ -44,14 +44,14 @@
}
"
>
<SmartItem
<HoppSmartItem
:label="locale.name"
:active-info-icon="currentLocale.code === locale.code"
:info-icon="
currentLocale.code === locale.code ? IconDone : null
"
/>
</SmartLink>
</HoppSmartLink>
<div
v-if="
!(