Launch the editor with the last active branch instead of the default branch #30321
Labels
Enhancement
New feature or request
Git Platform
Issues related to the git & the app platform
Git Product
Issues related to version control product
QA Pod
Issues under the QA Pod
QA
Needs QA attention
Task
A simple Todo
Currently, the editor always opens up in the default branch and this is a poor experience, the user either incorrectly makes changes on the default branch(which they should never do) or ends up switching the branch as the first step(annoyance).
We should instead open the editor on the last branch the user was on when they last opened the app in edit mode on that browser session.
Acceptance Criteria
Scenario 1: Open editor with last active branch
Scenario 2: Open editor with default branch if no previous active branch
Scenario 3: Open editor with default branch if no previous session
The text was updated successfully, but these errors were encountered: