ui: improve account switcher
This commit is contained in:
parent
b150d6d65e
commit
9ee51a5831
5 changed files with 20 additions and 17 deletions
|
@ -28,7 +28,7 @@ const switchUser = (user: UserLogin) => {
|
|||
aria-label="Switch user"
|
||||
@click="switchUser(user)"
|
||||
>
|
||||
<AccountInfo :account="user.account" />
|
||||
<AccountInfo :account="user.account" :hover-card="false" />
|
||||
<div flex-auto />
|
||||
<div v-if="user.token === currentUser?.token" i-ri:check-line text-primary mya text-2xl />
|
||||
</button>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue