mirror of
https://github.com/bitwarden/clients.git
synced 2026-06-13 21:01:11 +08:00
* [CL-1046] Add no-bit-dialog-wrapper lint rule Errors when <bit-dialog> or <bit-simple-dialog> appears inside any parent HTML element. The dialog selector should be applied as an attribute on the root element (e.g. <form bit-dialog>) so that the form receives the dialog's height styling. * Migrate admin console dialogs to new form pattern Updates organization member, group, collection, provider, and domain verification dialogs to use <form bit-dialog> pattern following the component library updates. * Migrate auth settings dialogs to new form pattern Updates two-factor authentication, WebAuthn, and emergency access dialogs to use <form bit-dialog> pattern following the component library updates. * Migrate Secrets Manager dialogs to new form pattern Updates project, service account, access token, and secret dialogs to use <form bit-dialog> pattern following the component library updates. * Migrate remaining dialogs to new form pattern Applies the <form bit-dialog> / <form bit-simple-dialog> attribute selector pattern to the rest of the codebase, satisfying the no-bit-dialog-wrapper lint rule. 55 templates across auth, admin console, billing, vault, key management, secrets manager, provider, dirt integrations, importer, browser, and desktop apps. * Migrate key rotation dialog to new form pattern |
||
|---|---|---|
| .. | ||
| src | ||
| jest.config.js | ||
| package.json | ||
| project.json | ||
| test.setup.ts | ||
| tsconfig.json | ||
| tsconfig.spec.json | ||