[PR #5166] [MERGED] PM-21445: Update Add Edit Sends UI #5539

Closed
opened 2025-11-27 00:09:05 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/bitwarden/android/pull/5166
Author: @david-livefront
Created: 5/9/2025
Status: Merged
Merged: 5/9/2025
Merged by: @david-livefront

Base: mainHead: PM-21445-update-add-send-ui


📝 Commits (1)

  • b5f01f0 PM-21445: Update Add Edit Sends UI

📊 Changes

1 file changed (+153 additions, -123 deletions)

View changed files

📝 app/src/main/java/com/x8bit/bitwarden/ui/tools/feature/send/addsend/AddSendContent.kt (+153 -123)

📄 Description

🎟️ Tracking

PM-21445

📔 Objective

This PR updates the Add/Edit Sends UI to match the latest comps, this change is being done ahead of the View Sends UI.

No tests changed because the everything functions the same, I just moved things around.

📸 Screenshots

Before After

Reminders before review

  • Contributor guidelines followed
  • All formatters and local linters executed and passed
  • Written new unit and / or integration tests where applicable
  • Protected functional changes with optionality (feature flags)
  • Used internationalization (i18n) for all UI strings
  • CI builds passed
  • Communicated to DevOps any deployment requirements
  • Updated any necessary documentation (Confluence, contributing docs) or informed the documentation team

🦮 Reviewer guidelines

  • 👍 (:+1:) or similar for great changes
  • 📝 (:memo:) or ℹ️ (:information_source:) for notes or general info
  • (:question:) for questions
  • 🤔 (:thinking:) or 💭 (:thought_balloon:) for more open inquiry that's not quite a confirmed issue and could potentially benefit from discussion
  • 🎨 (:art:) for suggestions / improvements
  • (:x:) or ⚠️ (:warning:) for more significant problems or concerns needing attention
  • 🌱 (:seedling:) or ♻️ (:recycle:) for future improvements or indications of technical debt
  • ⛏ (:pick:) for minor or nitpick changes

🔄 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/5166 **Author:** [@david-livefront](https://github.com/david-livefront) **Created:** 5/9/2025 **Status:** ✅ Merged **Merged:** 5/9/2025 **Merged by:** [@david-livefront](https://github.com/david-livefront) **Base:** `main` ← **Head:** `PM-21445-update-add-send-ui` --- ### 📝 Commits (1) - [`b5f01f0`](https://github.com/bitwarden/android/commit/b5f01f0364c67bee13b02af209e55b8f9d5e4019) PM-21445: Update Add Edit Sends UI ### 📊 Changes **1 file changed** (+153 additions, -123 deletions) <details> <summary>View changed files</summary> 📝 `app/src/main/java/com/x8bit/bitwarden/ui/tools/feature/send/addsend/AddSendContent.kt` (+153 -123) </details> ### 📄 Description ## 🎟️ Tracking [PM-21445](https://bitwarden.atlassian.net/browse/PM-21445) ## 📔 Objective This PR updates the Add/Edit Sends UI to match the latest comps, this change is being done ahead of the View Sends UI. No tests changed because the everything functions the same, I just moved things around. ## 📸 Screenshots | Before | After | | --- | --- | | <img src="https://github.com/user-attachments/assets/73348251-564c-4dec-99cd-ba422735d03b" width="300" /> | <img src="https://github.com/user-attachments/assets/01ec0ba3-e58b-4d0b-bef0-023fbf80bb71" width="300" /> | | <img src="https://github.com/user-attachments/assets/dd307abb-ae00-4513-961d-e1d8cffbf9e4" width="300" /> | <img src="https://github.com/user-attachments/assets/07cb4aa2-d39a-4c14-bdc4-bb914f2c7f14" width="300" /> | | <img src="https://github.com/user-attachments/assets/d5d343ec-5897-4ec3-9692-eb4146628051" width="300" /> | <img src="https://github.com/user-attachments/assets/0398b5f1-c6e7-4976-b0cd-58d9268e56a8" width="300" /> | | <img src="https://github.com/user-attachments/assets/3f1f5e48-f61d-4db3-8594-47aebc7b28f8" width="300" /> | <img src="https://github.com/user-attachments/assets/b2333bf8-0923-47f2-a440-cd3096a173ac" width="300" /> | ## ⏰ Reminders before review - Contributor guidelines followed - All formatters and local linters executed and passed - Written new unit and / or integration tests where applicable - Protected functional changes with optionality (feature flags) - Used internationalization (i18n) for all UI strings - CI builds passed - Communicated to DevOps any deployment requirements - Updated any necessary documentation (Confluence, contributing docs) or informed the documentation team ## 🦮 Reviewer guidelines <!-- Suggested interactions but feel free to use (or not) as you desire! --> - 👍 (`:+1:`) or similar for great changes - 📝 (`:memo:`) or ℹ️ (`:information_source:`) for notes or general info - ❓ (`:question:`) for questions - 🤔 (`:thinking:`) or 💭 (`:thought_balloon:`) for more open inquiry that's not quite a confirmed issue and could potentially benefit from discussion - 🎨 (`:art:`) for suggestions / improvements - ❌ (`:x:`) or ⚠️ (`:warning:`) for more significant problems or concerns needing attention - 🌱 (`:seedling:`) or ♻️ (`:recycle:`) for future improvements or indications of technical debt - ⛏ (`:pick:`) for minor or nitpick changes [PM-21445]: https://bitwarden.atlassian.net/browse/PM-21445?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 2025-11-27 00:09:05 -06:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/android#5539