[PR #5381] [MERGED] [PM-22786] Migrate BitwardenRowOfActions to ui module #5718

Closed
opened 2025-11-27 00:13:10 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/bitwarden/android/pull/5381
Author: @SaintPatrck
Created: 6/17/2025
Status: Merged
Merged: 6/18/2025
Merged by: @SaintPatrck

Base: mainHead: ui-module/PM-22786_bitwarden-row-of-actions


📝 Commits (1)

  • 1e93513 [PM-22786] Migrate BitwardenRowOfActions to ui module

📊 Changes

7 files changed (+6 additions, -64 deletions)

View changed files

📝 app/src/main/kotlin/com/x8bit/bitwarden/ui/platform/components/button/BitwardenTextSelectionButton.kt (+1 -1)
📝 app/src/main/kotlin/com/x8bit/bitwarden/ui/platform/components/field/BitwardenPasswordField.kt (+1 -1)
📝 app/src/main/kotlin/com/x8bit/bitwarden/ui/platform/components/field/BitwardenTextField.kt (+1 -1)
📝 app/src/main/kotlin/com/x8bit/bitwarden/ui/platform/components/toggle/BitwardenSwitch.kt (+1 -1)
📝 authenticator/src/main/kotlin/com/bitwarden/authenticator/ui/platform/components/field/BitwardenTextFieldWithActions.kt (+1 -1)
authenticator/src/main/kotlin/com/bitwarden/authenticator/ui/platform/components/row/BitwardenRowOfActions.kt (+0 -58)
📝 ui/src/main/kotlin/com/bitwarden/ui/platform/components/row/BitwardenRowOfActions.kt (+1 -1)

📄 Description

🎟️ Tracking

PM-22786

📔 Objective

The BitwardenRowOfActions composable and its related files have been moved from the authenticator and app modules to the common ui module.

This change also updates the import statements in the files that use BitwardenRowOfActions to reflect its new location.

📸 Screenshots

Before After
image image

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/5381 **Author:** [@SaintPatrck](https://github.com/SaintPatrck) **Created:** 6/17/2025 **Status:** ✅ Merged **Merged:** 6/18/2025 **Merged by:** [@SaintPatrck](https://github.com/SaintPatrck) **Base:** `main` ← **Head:** `ui-module/PM-22786_bitwarden-row-of-actions` --- ### 📝 Commits (1) - [`1e93513`](https://github.com/bitwarden/android/commit/1e935133a8a350a6d0fc8220ae55992e7ea11c67) [PM-22786] Migrate BitwardenRowOfActions to ui module ### 📊 Changes **7 files changed** (+6 additions, -64 deletions) <details> <summary>View changed files</summary> 📝 `app/src/main/kotlin/com/x8bit/bitwarden/ui/platform/components/button/BitwardenTextSelectionButton.kt` (+1 -1) 📝 `app/src/main/kotlin/com/x8bit/bitwarden/ui/platform/components/field/BitwardenPasswordField.kt` (+1 -1) 📝 `app/src/main/kotlin/com/x8bit/bitwarden/ui/platform/components/field/BitwardenTextField.kt` (+1 -1) 📝 `app/src/main/kotlin/com/x8bit/bitwarden/ui/platform/components/toggle/BitwardenSwitch.kt` (+1 -1) 📝 `authenticator/src/main/kotlin/com/bitwarden/authenticator/ui/platform/components/field/BitwardenTextFieldWithActions.kt` (+1 -1) ➖ `authenticator/src/main/kotlin/com/bitwarden/authenticator/ui/platform/components/row/BitwardenRowOfActions.kt` (+0 -58) 📝 `ui/src/main/kotlin/com/bitwarden/ui/platform/components/row/BitwardenRowOfActions.kt` (+1 -1) </details> ### 📄 Description ## 🎟️ Tracking PM-22786 ## 📔 Objective The `BitwardenRowOfActions` composable and its related files have been moved from the `authenticator` and `app` modules to the common `ui` module. This change also updates the import statements in the files that use `BitwardenRowOfActions` to reflect its new location. ## 📸 Screenshots | Before | After | |--------|--------| | <img width="365" alt="image" src="https://github.com/user-attachments/assets/13b19797-5994-4aed-a38e-07b4bf86167a" /> | <img width="365" alt="image" src="https://github.com/user-attachments/assets/d435c86e-7e14-441c-bcd0-c01741b48f33" /> | ## ⏰ 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 --- <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:13:10 -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#5718