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

UIF - Prefer signal & change detection (#16940)

This commit is contained in:
Oscar Hinton
2025-10-21 18:52:40 +02:00
committed by GitHub
parent d3fc20f8b9
commit 65da23feaa
135 changed files with 503 additions and 51 deletions

View File

@@ -53,6 +53,8 @@ describe("RadioButton", () => {
});
});
// FIXME(https://bitwarden.atlassian.net/browse/CL-764): Migrate to OnPush
// eslint-disable-next-line @angular-eslint/prefer-on-push-component-change-detection
@Component({
selector: "test-component",
template: `

View File

@@ -7,6 +7,8 @@ import { RadioInputComponent } from "./radio-input.component";
let nextId = 0;
// FIXME(https://bitwarden.atlassian.net/browse/CL-764): Migrate to OnPush
// eslint-disable-next-line @angular-eslint/prefer-on-push-component-change-detection
@Component({
selector: "bit-radio-button",
templateUrl: "radio-button.component.html",

View File

@@ -63,6 +63,8 @@ describe("RadioGroupComponent", () => {
});
});
// FIXME(https://bitwarden.atlassian.net/browse/CL-764): Migrate to OnPush
// eslint-disable-next-line @angular-eslint/prefer-on-push-component-change-detection
@Component({
selector: "test-app",
template: `

View File

@@ -8,6 +8,8 @@ import { BitLabel } from "../form-control/label.component";
let nextId = 0;
// FIXME(https://bitwarden.atlassian.net/browse/CL-764): Migrate to OnPush
// eslint-disable-next-line @angular-eslint/prefer-on-push-component-change-detection
@Component({
selector: "bit-radio-group",
templateUrl: "radio-group.component.html",

View File

@@ -5,6 +5,8 @@ import { BitFormControlAbstraction } from "../form-control";
let nextId = 0;
// FIXME(https://bitwarden.atlassian.net/browse/CL-764): Migrate to OnPush
// eslint-disable-next-line @angular-eslint/prefer-on-push-component-change-detection
@Component({
selector: "input[type=radio][bitRadio]",
template: "",