mirror of
https://github.com/bitwarden/browser
synced 2025-12-06 00:13:28 +00:00
Pm 22882 display simple dialog when advanced matching strategy selected for global setting (#15531)
* PM-22882 * add bit hints * export dialog and implement in autofill component * remove unnecessary non null assertion * set to previous on cancel * add advanced options message to web and desktop * tweak styling * add warning capitalized to web and desktop
This commit is contained in:
@@ -7,8 +7,8 @@
|
||||
<span bitDialogTitle>
|
||||
{{ "warningCapitalized" | i18n }}
|
||||
</span>
|
||||
<div bitDialogContent>
|
||||
<p>
|
||||
<div bitDialogContent class="tw-mb-1">
|
||||
<p class="tw-mb-1 tw-hyphens-none">
|
||||
{{ contentKey | i18n }}
|
||||
<br />
|
||||
<button bitLink type="button" linkType="primary" (click)="openLink($event)">
|
||||
|
||||
@@ -11,3 +11,4 @@ export { DefaultCipherFormConfigService } from "./services/default-cipher-form-c
|
||||
export { CipherFormGeneratorComponent } from "./components/cipher-generator/cipher-form-generator.component";
|
||||
export { CipherFormContainer } from "../cipher-form/cipher-form-container";
|
||||
export { CipherFormComponent } from "./components/cipher-form.component";
|
||||
export { AdvancedUriOptionDialogComponent } from "./components/autofill-options/advanced-uri-option-dialog.component";
|
||||
|
||||
Reference in New Issue
Block a user