[PR #3114] [MERGED] [PM-6475] Fix dark theme on iOS Autofill extension #10174

Closed
opened 2026-04-11 02:37:38 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/bitwarden/android/pull/3114
Author: @fedemkr
Created: 3/25/2024
Status: Merged
Merged: 3/25/2024
Merged by: @fedemkr

Base: feature/maui-migration-passkeysHead: vault/pm-6475/fix-dark-theme-ios-autofill


📝 Commits (1)

  • 4e9f888 PM-6475 Fix dark theme on iOS Autofill extension

📊 Changes

9 files changed (+105 additions, -8 deletions)

View changed files

📝 src/iOS.Autofill/MainInterface.storyboard (+11 -8)
src/iOS.Autofill/Resources/Assets.xcassets/splash_logo.imageset/Contents.json (+56 -0)
src/iOS.Autofill/Resources/Assets.xcassets/splash_logo.imageset/logo.png (+0 -0)
src/iOS.Autofill/Resources/Assets.xcassets/splash_logo.imageset/logo@2x.png (+0 -0)
src/iOS.Autofill/Resources/Assets.xcassets/splash_logo.imageset/logo@3x.png (+0 -0)
src/iOS.Autofill/Resources/Assets.xcassets/splash_logo.imageset/logo_white.png (+0 -0)
src/iOS.Autofill/Resources/Assets.xcassets/splash_logo.imageset/logo_white@2x.png (+0 -0)
src/iOS.Autofill/Resources/Assets.xcassets/splash_logo.imageset/logo_white@3x.png (+0 -0)
src/iOS.Autofill/Resources/Assets.xcassets/text_color.colorset/Contents.json (+38 -0)

📄 Description

Type of change

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

Objective

Fix dark theme on iOS Autofill extension

Code changes

  • MainStoryboard: Fixed colors and image resources

Screenshots

iOS Autofill Lock dark theme

iOS Autofill Lock dark theme

iOS Autofill activation dark theme

iOS Autofill activation dark theme

iOS Autofill splash dark

iOS Autofill splash dark

iOS Autofill save passkey dark

iOS Autofill save passkey dark

iOS Autofill save passkey search dark

iOS Autofill  save passkey search dark

iOS Autofill add item dark

iOS Autofill add item dark

iOS Autofill save passkey search not found dark

iOS Autofill save passkey search not found dark

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/3114 **Author:** [@fedemkr](https://github.com/fedemkr) **Created:** 3/25/2024 **Status:** ✅ Merged **Merged:** 3/25/2024 **Merged by:** [@fedemkr](https://github.com/fedemkr) **Base:** `feature/maui-migration-passkeys` ← **Head:** `vault/pm-6475/fix-dark-theme-ios-autofill` --- ### 📝 Commits (1) - [`4e9f888`](https://github.com/bitwarden/android/commit/4e9f88882c6e72fc071b2858495cc27a492e1c2b) PM-6475 Fix dark theme on iOS Autofill extension ### 📊 Changes **9 files changed** (+105 additions, -8 deletions) <details> <summary>View changed files</summary> 📝 `src/iOS.Autofill/MainInterface.storyboard` (+11 -8) ➕ `src/iOS.Autofill/Resources/Assets.xcassets/splash_logo.imageset/Contents.json` (+56 -0) ➕ `src/iOS.Autofill/Resources/Assets.xcassets/splash_logo.imageset/logo.png` (+0 -0) ➕ `src/iOS.Autofill/Resources/Assets.xcassets/splash_logo.imageset/logo@2x.png` (+0 -0) ➕ `src/iOS.Autofill/Resources/Assets.xcassets/splash_logo.imageset/logo@3x.png` (+0 -0) ➕ `src/iOS.Autofill/Resources/Assets.xcassets/splash_logo.imageset/logo_white.png` (+0 -0) ➕ `src/iOS.Autofill/Resources/Assets.xcassets/splash_logo.imageset/logo_white@2x.png` (+0 -0) ➕ `src/iOS.Autofill/Resources/Assets.xcassets/splash_logo.imageset/logo_white@3x.png` (+0 -0) ➕ `src/iOS.Autofill/Resources/Assets.xcassets/text_color.colorset/Contents.json` (+38 -0) </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--> Fix dark theme on iOS Autofill extension ## 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--> * **MainStoryboard:** Fixed colors and image resources ## Screenshots <!--Required for any UI changes. Delete if not applicable--> ### iOS Autofill Lock dark theme <img width="314" alt="iOS Autofill Lock dark theme" src="https://github.com/bitwarden/mobile/assets/15682323/f454bcab-1225-445d-bd0c-0f8beaada8a3"> ### iOS Autofill activation dark theme <img width="314" alt="iOS Autofill activation dark theme" src="https://github.com/bitwarden/mobile/assets/15682323/6407afbd-2411-436c-b7be-20df750e11ea"> ### iOS Autofill splash dark <img width="314" alt="iOS Autofill splash dark" src="https://github.com/bitwarden/mobile/assets/15682323/ce8b9771-5dbb-4dbc-8e6b-3d679da27aac"> ### iOS Autofill save passkey dark <img width="314" alt="iOS Autofill save passkey dark" src="https://github.com/bitwarden/mobile/assets/15682323/c49a16d0-90e5-4234-8746-5d74f6be9587"> ### iOS Autofill save passkey search dark <img width="314" alt="iOS Autofill save passkey search dark" src="https://github.com/bitwarden/mobile/assets/15682323/d519996f-01d8-4aab-be03-814a76b68186"> ### iOS Autofill add item dark <img width="314" alt="iOS Autofill add item dark" src="https://github.com/bitwarden/mobile/assets/15682323/de431829-888f-49b2-8c41-5bef97287808"> ### iOS Autofill save passkey search not found dark <img width="314" alt="iOS Autofill save passkey search not found dark" src="https://github.com/bitwarden/mobile/assets/15682323/d837451f-447d-49e0-a001-11fc504bb6bb"> ## 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-11 02:37:38 -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#10174