1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-14 23:33:31 +00:00

[PM-7103] Identity View (#10240)

* make headings of v2 view component lowercase

* initial add of view identity sections

* adding identification fields

* add contact information section

* add copy ability to all identity fields

* add visibility toggle for passport and ssn

* add testids for all identity fields

* add test-ids to visibility toggles

* refactor visibility methods to be called in `ngOnInit` rather than on each render

* replace `disabled` with `readonly`
This commit is contained in:
Nick Krantz
2024-07-30 10:55:09 -05:00
committed by GitHub
parent 81212deaad
commit 84ee01caee
6 changed files with 454 additions and 0 deletions

View File

@@ -116,6 +116,21 @@
"copySecurityCode": {
"message": "Copy security code"
},
"copyName": {
"message": "Copy name"
},
"copyCompany": {
"message": "Copy company"
},
"copySSN": {
"message": "Copy Social Security number"
},
"copyPassportNumber": {
"message": "Copy passport number"
},
"copyLicenseNumber": {
"message": "Copy license number"
},
"autoFill": {
"message": "Autofill"
},