1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-11 13:53:34 +00:00

refactor(auth): [PM-8976] migrate two-factor setup component to Tailwind and standalone

- Remove Bootstrap styles from two-factor-setup component and replace with Tailwind equivalents
- Convert two factor components to standalone components to move away from LooseComponents
- Replace ul/li list with bit-item-group and bit-item components
- Integrate with the bit design system

---------

Co-authored-by: Oscar Hinton <Hinton@users.noreply.github.com>
Co-authored-by: Jared Snider <116684653+JaredSnider-Bitwarden@users.noreply.github.com>
This commit is contained in:
Alec Rippberger
2025-04-10 14:13:11 -05:00
committed by GitHub
parent f24a4d139d
commit 4772362928
26 changed files with 374 additions and 194 deletions

View File

@@ -66,7 +66,7 @@ describe("Menu", () => {
@Component({
selector: "test-app",
template: `
<button type="button" [bitMenuTriggerFor]="testMenu" class="testclass">Open menu</button>
<button type="button" [bitMenuTriggerFor]="testMenu">Open menu</button>
<bit-menu #testMenu>
<a id="item1" bitMenuItem>Item 1</a>