feat: picture component moved to hoppscotch-ui (#3032)

This commit is contained in:
Anwarul Islam
2023-05-09 01:02:54 +06:00
committed by Andrew Bastin
parent f43b6e7cff
commit 09d1663f81
8 changed files with 46 additions and 145 deletions

View File

@@ -5,7 +5,7 @@
:key="`member-${index}`"
class="inline-flex"
>
<ProfilePicture
<HoppSmartPicture
v-if="member.user.photoURL"
v-tippy="{ theme: 'tooltip' }"
:url="member.user.photoURL"
@@ -14,7 +14,7 @@
class="ring-primary ring-2"
@click="handleClick()"
/>
<ProfilePicture
<HoppSmartPicture
v-else
v-tippy="{ theme: 'tooltip' }"
:title="getUserName(member)"