1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-12 14:23:32 +00:00

Autofill - Prefer signal & change detection (#16942)

This commit is contained in:
Oscar Hinton
2025-10-21 15:48:31 +02:00
committed by GitHub
parent d19e1efb77
commit 532546ea7d
2 changed files with 4 additions and 0 deletions

View File

@@ -9,6 +9,8 @@ import {
} from "../../autofill/services/desktop-fido2-user-interface.service"; } from "../../autofill/services/desktop-fido2-user-interface.service";
import { DesktopSettingsService } from "../../platform/services/desktop-settings.service"; import { DesktopSettingsService } from "../../platform/services/desktop-settings.service";
// FIXME(https://bitwarden.atlassian.net/browse/CL-764): Migrate to OnPush
// eslint-disable-next-line @angular-eslint/prefer-on-push-component-change-detection
@Component({ @Component({
standalone: true, standalone: true,
imports: [CommonModule], imports: [CommonModule],

View File

@@ -22,6 +22,8 @@ import {
IconButtonModule, IconButtonModule,
} from "@bitwarden/components"; } from "@bitwarden/components";
// FIXME(https://bitwarden.atlassian.net/browse/CL-764): Migrate to OnPush
// eslint-disable-next-line @angular-eslint/prefer-on-push-component-change-detection
@Component({ @Component({
templateUrl: "autotype-shortcut.component.html", templateUrl: "autotype-shortcut.component.html",
imports: [ imports: [