[PR #7053] [PM-38918] fix: PM-38644, UI/UX inconsistency: Passport number in Identity items is not a hidden field #125636

Open
opened 2026-06-12 05:24:35 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/bitwarden/android/pull/7053
Author: @dev-sharma3624
Created: 6/11/2026
Status: 🔄 Open

Base: mainHead: fix-PM-38644-ui-ux-inconsistency-passport-number-in-identity-items-is-not-a-hidden-field


📝 Commits (1)

  • 52d4973 fix: PM-38644, UI/UX inconsistency: Passport number in Identity items is not a hidden field

📊 Changes

1 file changed (+13 additions, -5 deletions)

View changed files

📝 app/src/main/kotlin/com/x8bit/bitwarden/ui/vault/feature/item/VaultItemIdentityContent.kt (+13 -5)

📄 Description

🎟️ Tracking

https://github.com/bitwarden/android/issues/7031

📔 Objective

  • Fixes Bug: PM-38644
  • The Problem: The passport number field in identity item was not a hidden field (it did not had a toggle to view/hide) while all other BW apps/clients had it.
  • The Solution: This PR successfully adds the toggle to view/hide passport number by replacing the IdentityCopyField composable with BitwardenPasswordField composable.
  • Impact: Makes UI/UX consistent with other BW apps/clients

📸 Screenshots

image

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/bitwarden/android/pull/7053 **Author:** [@dev-sharma3624](https://github.com/dev-sharma3624) **Created:** 6/11/2026 **Status:** 🔄 Open **Base:** `main` ← **Head:** `fix-PM-38644-ui-ux-inconsistency-passport-number-in-identity-items-is-not-a-hidden-field` --- ### 📝 Commits (1) - [`52d4973`](https://github.com/bitwarden/android/commit/52d4973c315d95c59fb45252124b5bb7af3be37f) fix: PM-38644, UI/UX inconsistency: Passport number in Identity items is not a hidden field ### 📊 Changes **1 file changed** (+13 additions, -5 deletions) <details> <summary>View changed files</summary> 📝 `app/src/main/kotlin/com/x8bit/bitwarden/ui/vault/feature/item/VaultItemIdentityContent.kt` (+13 -5) </details> ### 📄 Description ## 🎟️ Tracking <!-- Paste the link to the Jira or GitHub issue or otherwise describe / point to where this change is coming from. --> https://github.com/bitwarden/android/issues/7031 ## 📔 Objective <!-- Describe what the purpose of this PR is, for example what bug you're fixing or new feature you're adding. --> * **Fixes Bug:** [PM-38644] * **The Problem:** The passport number field in identity item was not a hidden field (it did not had a toggle to view/hide) while all other BW apps/clients had it. * **The Solution:** This PR successfully adds the toggle to view/hide passport number by replacing the IdentityCopyField composable with BitwardenPasswordField composable. * **Impact:** Makes UI/UX consistent with other BW apps/clients ## 📸 Screenshots <!-- Required for any UI changes; delete if not applicable. Use fixed width images for better display. --> <img width="300" height="600" alt="image" src="https://github.com/user-attachments/assets/43dd161f-cdef-4792-b9ce-7dbac415fa88" /> [PM-38644]: https://bitwarden.atlassian.net/browse/PM-38644?atlOrigin=eyJpIjoiNWRkNTljNzYxNjVmNDY3MDlhMDU5Y2ZhYzA5YTRkZjUiLCJwIjoiZ2l0aHViLWNvbS1KU1cifQ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-06-12 05:24:35 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/android#125636