1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-06 00:13:28 +00:00

[CL-389] Add end slot to non-text bit label content (#10457)

This commit is contained in:
Victoria League
2024-08-20 11:55:11 -04:00
committed by GitHub
parent e5227c045d
commit ed719f835a
12 changed files with 18 additions and 1 deletions

View File

@@ -42,6 +42,7 @@
rel="noreferrer"
appA11yTitle="{{ 'learnMore' | i18n }}"
href="https://bitwarden.com/help/user-types-access-control/"
slot="end"
>
<i class="bwi bwi-question-circle" aria-hidden="true"></i>
</a>

View File

@@ -23,6 +23,7 @@
linkType="primary"
appA11yTitle="{{ 'learnMore' | i18n }}"
href="https://bitwarden.com/help/emergency-access/#user-access"
slot="end"
>
<i class="bwi bwi-question-circle" aria-hidden="true"></i>
</a>

View File

@@ -22,6 +22,7 @@
target="_blank"
rel="noreferrer"
appA11yTitle="{{ 'learnMore' | i18n }}"
slot="end"
>
<i class="bwi bwi-question-circle" aria-hidden="true"></i>
</a>
@@ -57,6 +58,7 @@
target="_blank"
rel="noreferrer"
appA11yTitle="{{ 'learnMore' | i18n }}"
slot="end"
>
<i class="bwi bwi-question-circle" aria-hidden="true"></i>
</a>

View File

@@ -14,6 +14,7 @@
rel="noreferrer"
appA11yTitle="{{ 'learnMore' | i18n }}"
href="https://bitwarden.com/help/licensing-on-premise/#organization-account-sharing"
slot="end"
>
<i class="bwi bwi-question-circle" aria-hidden="true"></i>
</a>

View File

@@ -82,6 +82,8 @@
href="https://bitwarden.com/help/families-for-enterprise-self-hosted/"
target="_blank"
rel="noreferrer"
slot="end"
bitLink
>
<i class="bwi bwi-question-circle" aria-hidden="true"></i>
<span class="tw-sr-only">{{ "billingSyncHelp" | i18n }}</span>

View File

@@ -57,6 +57,7 @@
target="_blank"
rel="noreferrer"
appA11yTitle="{{ 'learnMore' | i18n }}"
slot="end"
>
<i class="bwi bwi-question-circle" aria-hidden="true"></i>
</a>
@@ -76,6 +77,7 @@
target="_blank"
rel="noreferrer"
appA11yTitle="{{ 'learnMore' | i18n }}"
slot="end"
>
<i class="bwi bwi-question-circle" aria-hidden="true"></i>
</a>

View File

@@ -39,6 +39,7 @@
<app-premium-badge
class="tw-mx-1"
*ngIf="!canAccessPremium && o.premium"
slot="end"
></app-premium-badge>
</bit-label>
</bit-radio-button>
@@ -196,6 +197,7 @@
(click)="clearExpiration()"
*ngIf="!disableSend"
class="tw-ml-auto"
slot="end"
>
{{ "clear" | i18n }}
</button>

View File

@@ -62,6 +62,8 @@
rel="noreferrer"
appA11yTitle="{{ 'learnMore' | i18n }}"
href="https://bitwarden.com/help/about-key-connector/"
slot="end"
bitLink
>
<i class="bwi bwi-question-circle" aria-hidden="true"></i>
</a>

View File

@@ -35,8 +35,9 @@
href="https://bitwarden.com/email-preferences"
target="_blank"
rel="noreferrer"
>{{ "unsubscribe" | i18n }}</a
>
{{ "unsubscribe" | i18n }}
</a>
{{ "atAnyTime" | i18n }}
</bit-label>
</bit-form-control>

View File

@@ -76,6 +76,7 @@ import { KitchenSinkSharedModule } from "../kitchen-sink-shared.module";
linkType="primary"
[bitPopoverTriggerFor]="myPopover"
#triggerRef="popoverTrigger"
slot="end"
>
<i class="bwi bwi-question-circle"></i>
</button>

View File

@@ -97,6 +97,7 @@
type="button"
[bitPopoverTriggerFor]="totpPopover"
[appA11yTitle]="'learnMoreAboutAuthenticators' | i18n"
slot="end"
>
<i class="bwi bwi-sm bwi-question-circle" aria-hidden="true"></i>
</button>

View File

@@ -80,6 +80,7 @@
variant="success"
class="tw-ml-2"
(click)="getPremium()"
slot="end"
>
{{ "premium" | i18n }}
</span>