Skip to content

Commit

Permalink
Swap history dropdown from using the tiny caret to faBars. The caret is
Browse files Browse the repository at this point in the history
too small, and bars communicate usage of the menu effectively here.
  • Loading branch information
dannon committed Mar 19, 2024
1 parent b9eed71 commit 3f8cefb
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
import { library } from "@fortawesome/fontawesome-svg-core";
import {
faArchive,
faBars,
faColumns,
faCopy,
faExchangeAlt,
Expand Down Expand Up @@ -42,6 +43,7 @@ import SelectorModal from "@/components/History/Modals/SelectorModal.vue";
library.add(
faArchive,
faBars,
faColumns,
faCopy,
faExchangeAlt,
Expand Down Expand Up @@ -125,6 +127,7 @@ function userTitle(title: string) {
</BButton>

<BDropdown
no-caret
v-b-tooltip.top.hover.noninteractive
size="sm"
variant="link"
Expand All @@ -133,6 +136,7 @@ function userTitle(title: string) {
title="History options"
data-description="history options">
<template v-slot:button-content>
<FontAwesomeIcon fixed-width :icon="faBars" />
<span class="sr-only">History Options</span>
</template>

Expand Down

0 comments on commit 3f8cefb

Please sign in to comment.