[PR #2392] [CLOSED] Create cipher submit redirects to new cipher page #117435

Closed
opened 2026-06-09 12:42:18 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/bitwarden/android/pull/2392
Author: @u-daveblack
Created: 2/25/2023
Status: Closed

Base: masterHead: feature/create-cypher-redirect


📝 Commits (1)

  • acfd71d Create cipher submit redirects to new cipher page

📊 Changes

1 file changed (+3 additions, -1 deletions)

View changed files

📝 src/App/Pages/Vault/CipherAddEditPageViewModel.cs (+3 -1)

📄 Description

Type of change

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

Objective

Feature Request Link

When a user creates and saves a new cipher, they are navigated back to a previous page and usually have to search for the cipher they just created to copy details such as the password. This change set will navigate the user to the newly created cipher details page providing immediate access to the details they just saved and reducing friction.

What benefits will this feature bring?

  • Enhances a user flow by enabling a user to access and copy details for a new cipher without needing to search for it.
  • Reduces friction in the activity of creating a new login and copying the new username and password to paste into a signup form.

Code changes

  • CipherAddEditPageViewModel.cs - changed navigation to navigate to newly created cipher page instead of back.

🔄 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/2392 **Author:** [@u-daveblack](https://github.com/u-daveblack) **Created:** 2/25/2023 **Status:** ❌ Closed **Base:** `master` ← **Head:** `feature/create-cypher-redirect` --- ### 📝 Commits (1) - [`acfd71d`](https://github.com/bitwarden/android/commit/acfd71d6beea41f9980db191dbbbec6365608a48) Create cipher submit redirects to new cipher page ### 📊 Changes **1 file changed** (+3 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `src/App/Pages/Vault/CipherAddEditPageViewModel.cs` (+3 -1) </details> ### 📄 Description ## Type of change - [ ] Bug fix - [x] New feature development - [ ] Tech debt (refactoring, code cleanup, dependency upgrades, etc) - [ ] Build/deploy pipeline (DevOps) - [ ] Other ## Objective [Feature Request Link](https://community.bitwarden.com/t/enhance-the-experience-of-creating-a-new-cipher-using-the-mobile-app/51382?u=dblack) When a user creates and saves a new cipher, they are navigated back to a previous page and usually have to search for the cipher they just created to copy details such as the password. This change set will navigate the user to the newly created cipher details page providing immediate access to the details they just saved and reducing friction. #### What benefits will this feature bring? * Enhances a user flow by enabling a user to access and copy details for a new cipher without needing to search for it. * Reduces friction in the activity of creating a new login and copying the new username and password to paste into a signup form. ## Code changes * **CipherAddEditPageViewModel.cs** - changed navigation to navigate to newly created cipher page instead of back. --- <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-09 12:42:18 -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#117435