1
0
mirror of https://github.com/bitwarden/browser synced 2026-02-26 01:23:24 +00:00

[PM-30521] Add Autofill button to View Login screen for extension (#18766)

* adds autofill button for cipher view

* adds tests

* changes autofill function for non login types

* adds top margin to autofill button

* adds more top margin to autofill button

* only shows autofill button when autofill is allowed (not in a popout)

* add button type

* updates _domainMatched to take a tab param, updates how the component is passed through to slot

* fixes tests from rename

* adds comment about autofill tab checking behavior

* removes diff markers
This commit is contained in:
Jackson Engstrom
2026-02-20 14:28:54 -08:00
committed by GitHub
parent 60e97a4968
commit ef7df6b841
7 changed files with 615 additions and 4 deletions

View File

@@ -37,6 +37,7 @@
[folder]="folder()"
[hideOwner]="isAdminConsole()"
>
<ng-content select="[slot=button]"></ng-content>
</app-item-details-v2>
<!-- LOGIN CREDENTIALS -->

View File

@@ -89,5 +89,6 @@
}
</div>
</ng-container>
<ng-content></ng-content>
</bit-card>
</section>