Skip to content

Commit

Permalink
remove a couple tooltips that render incorrectly
Browse files Browse the repository at this point in the history
  • Loading branch information
ahmedhamidawan committed May 3, 2024
1 parent bb24c23 commit 2866345
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions client/src/components/History/HistoryScrollList.vue
Original file line number Diff line number Diff line change
Expand Up @@ -272,17 +272,13 @@ async function loadMore(noScroll = false) {
</Heading>
<i
v-if="props.multiple && isPinned(history.id)"
v-b-tooltip.noninteractive.hover
title="This history is currently pinned in the multi-history view">
(currently pinned)
</i>
</div>
<TextSummary v-else component="h4" :description="history.name" one-line-summary />
<div class="d-flex align-items-center flex-gapx-1">
<BBadge
v-b-tooltip.noninteractive.hover
pill
:title="localize('Amount of items in history')">
<BBadge pill :title="localize('Amount of items in history')">
{{ history.count }} {{ localize("items") }}
</BBadge>
<BBadge
Expand Down

0 comments on commit 2866345

Please sign in to comment.