1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-12 22:33:35 +00:00

[PM-7057] Add dev tool for toggling width in web vault (#8447)

Add a dev tool for toggling the web vault width. This allows developers and designers to experiment with how the vault currently behaves with responsiveness and ensure new functionality looks good.
This commit is contained in:
Oscar Hinton
2024-04-04 16:40:21 +02:00
committed by GitHub
parent b1abfb0a5c
commit bf2f570b61
9 changed files with 55 additions and 1 deletions

View File

@@ -16,6 +16,7 @@ import { IconModule, LayoutComponent, NavigationModule } from "@bitwarden/compon
import { PaymentMethodWarningsModule } from "../billing/shared";
import { PasswordManagerLogo } from "./password-manager-logo";
import { ToggleWidthComponent } from "./toggle-width.component";
@Component({
selector: "app-user-layout",
@@ -29,6 +30,7 @@ import { PasswordManagerLogo } from "./password-manager-logo";
IconModule,
NavigationModule,
PaymentMethodWarningsModule,
ToggleWidthComponent,
],
})
export class UserLayoutComponent implements OnInit {