mirror of
https://github.com/bitwarden/browser
synced 2025-12-25 12:43:36 +00:00
[PM-6967] Replace app-callouts with bit-callouts on desktop (#8415)
* Enable usage of the bit-callout within desktop Adding this should be temporary, with the vision being: All components are standalone and they'd depend/import the CalloutModule themselves if they need it * Replace vaultTimeoutPolicy callout in settings * Replace OwnershipPolicy callout in add-edit cipher * Replace vaultExportDisabled policy callout in export * Replace generator policy callout in generator * Replace policy callouts in add/edit Sends --------- Co-authored-by: Daniel James Smith <djsmith85@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
8fd76eaf9c
commit
7a42b4ebc6
@@ -5,12 +5,12 @@
|
||||
<h1 class="modal-title" id="generatorTitle">
|
||||
{{ "generator" | i18n }}
|
||||
</h1>
|
||||
<app-callout
|
||||
<bit-callout
|
||||
type="info"
|
||||
*ngIf="enforcedPasswordPolicyOptions?.inEffect() && type === 'password'"
|
||||
>
|
||||
{{ "passwordGeneratorPolicyInEffect" | i18n }}
|
||||
</app-callout>
|
||||
</bit-callout>
|
||||
<div class="generated-block" *ngIf="type === 'password'">
|
||||
<div
|
||||
class="generated-wrapper"
|
||||
|
||||
Reference in New Issue
Block a user