[PR #2234] [MERGED] [EC-834] Apple Watch UI/UX improvements #29456

Closed
opened 2026-04-18 13:26:32 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/bitwarden/android/pull/2234
Author: @fedemkr
Created: 12/13/2022
Status: Merged
Merged: 12/13/2022
Merged by: @fedemkr

Base: masterHead: EC-834-fix-watch-ui-issues


📝 Commits (1)

📊 Changes

5 files changed (+56 additions, -6 deletions)

View changed files

📝 src/watchOS/bitwarden/bitwarden WatchKit App/Assets.xcassets/AccentColor.colorset/Contents.json (+3 -3)
src/watchOS/bitwarden/bitwarden WatchKit Extension/Assets.xcassets/AvatarItemBackground.colorset/Contents.json (+38 -0)
📝 src/watchOS/bitwarden/bitwarden WatchKit Extension/Assets.xcassets/ItemBackground.colorset/Contents.json (+3 -0)
📝 src/watchOS/bitwarden/bitwarden WatchKit Extension/Utilities/ColorUtils.swift (+1 -0)
📝 src/watchOS/bitwarden/bitwarden WatchKit Extension/Views/CipherListView.swift (+11 -3)

📄 Description

Type of change

  • Bug fix
  • New feature development
  • Tech debt (refactoring, code cleanup, dependency upgrades, etc)
  • Build/deploy pipeline (DevOps)
  • Other

Objective

Improve UI/UX on Apple Watch

Code changes

  • CipherListView: UI/UX improvements like padding and background and added "Bitwarden" on the navigation bar

Screenshots

Apple Watch UI Improvements

Before you submit

  • Please check for formatting errors (dotnet format --verify-no-changes) (required)
  • Please add unit tests where it makes sense to do so (encouraged but not required)
  • If this change requires a documentation update - notify the documentation team
  • If this change has particular deployment requirements - notify the DevOps team

🔄 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/2234 **Author:** [@fedemkr](https://github.com/fedemkr) **Created:** 12/13/2022 **Status:** ✅ Merged **Merged:** 12/13/2022 **Merged by:** [@fedemkr](https://github.com/fedemkr) **Base:** `master` ← **Head:** `EC-834-fix-watch-ui-issues` --- ### 📝 Commits (1) - [`f440ba0`](https://github.com/bitwarden/android/commit/f440ba0ac1c8cf84e082374d5e2ae876b8489f40) EC-834 Watch UI/UX fixes ### 📊 Changes **5 files changed** (+56 additions, -6 deletions) <details> <summary>View changed files</summary> 📝 `src/watchOS/bitwarden/bitwarden WatchKit App/Assets.xcassets/AccentColor.colorset/Contents.json` (+3 -3) ➕ `src/watchOS/bitwarden/bitwarden WatchKit Extension/Assets.xcassets/AvatarItemBackground.colorset/Contents.json` (+38 -0) 📝 `src/watchOS/bitwarden/bitwarden WatchKit Extension/Assets.xcassets/ItemBackground.colorset/Contents.json` (+3 -0) 📝 `src/watchOS/bitwarden/bitwarden WatchKit Extension/Utilities/ColorUtils.swift` (+1 -0) 📝 `src/watchOS/bitwarden/bitwarden WatchKit Extension/Views/CipherListView.swift` (+11 -3) </details> ### 📄 Description ## Type of change - [X] Bug fix - [ ] New feature development - [ ] Tech debt (refactoring, code cleanup, dependency upgrades, etc) - [ ] Build/deploy pipeline (DevOps) - [ ] Other ## Objective <!--Describe what the purpose of this PR is. For example: what bug you're fixing or what new feature you're adding--> Improve UI/UX on Apple Watch ## Code changes <!--Explain the changes you've made to each file or major component. This should help the reviewer understand your changes--> <!--Also refer to any related changes or PRs in other repositories--> * **CipherListView:** UI/UX improvements like padding and background and added "Bitwarden" on the navigation bar ## Screenshots <!--Required for any UI changes. Delete if not applicable--> <img width="314" alt="Apple Watch UI Improvements" src="https://user-images.githubusercontent.com/15682323/207380976-82488595-64cd-43d3-9633-8e406b29c777.PNG"> ## Before you submit - Please check for formatting errors (`dotnet format --verify-no-changes`) (required) - Please add **unit tests** where it makes sense to do so (encouraged but not required) - If this change requires a **documentation update** - notify the documentation team - If this change has particular **deployment requirements** - notify the DevOps team --- <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-04-18 13:26:32 -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#29456