Skip to content

Commit

Permalink
feat: show room server in tooltip, fixes #79
Browse files Browse the repository at this point in the history
  • Loading branch information
valeriansaliou committed Jun 24, 2024
1 parent c467927 commit cb2ec77
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/components/sidebar/SidebarMainItemMulti.vue
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,12 @@ sidebar-main-item-generic(
span.c-sidebar-main-item-multi__name.u-ellipsis
| {{ item.name }}

span.c-sidebar-main-item-multi__domain.u-ellipsis(
base-tooltip(
v-if="domainExternal"
:tooltip="'Via ' + domainExternal"
align="left"
click="hide"
class="c-sidebar-main-item-multi__domain u-ellipsis"
)
| \#{{ domainExternal }}
</template>
Expand Down

0 comments on commit cb2ec77

Please sign in to comment.