[PM-40396] tools export routing change from tools to settings - #22416
Open
itsadrago wants to merge 3 commits into
Open
[PM-40396] tools export routing change from tools to settings#22416itsadrago wants to merge 3 commits into
itsadrago wants to merge 3 commits into
Conversation
vleague2
reviewed
Aug 13, 2026
| [spotlight]="true" | ||
| ></bit-nav-item> | ||
| <app-coachmark #importCoachmark stepId="importData" /> | ||
| <bit-nav-item [text]="'exportNoun' | i18n" route="tools/export"></bit-nav-item> |
Contributor
There was a problem hiding this comment.
Is this for VFO1? Should it be feature-flagged?
Contributor
Author
There was a problem hiding this comment.
Yes, I believe so. Good point. Do we need to create a FF or is there an existing one that should be used?
Contributor
There was a problem hiding this comment.
Vault already made one! VFO1Foundation = "vfo1-foundation"
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #22416 +/- ##
==========================================
- Coverage 53.88% 53.87% -0.01%
==========================================
Files 4297 4297
Lines 136486 136500 +14
Branches 21569 21570 +1
==========================================
+ Hits 73545 73546 +1
- Misses 57574 57587 +13
Partials 5367 5367 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
🎟️ Tracking
https://bitwarden.atlassian.net/browse/PM-40396
📔 Objective
Relocate the export route from tools/export to settings/export and add an unconditional redirect from the old path to preserve bookmarks, deep links, and docs. The export component itself is unchanged (i.e. no UI changes); only its route location moves.