feat: Reposition History button from overflow to main toolbar #7889
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.
Summary
This PR attempts to address Issue #7887 by repositioning the History button from the overflow menu to the main toolbar, reducing the interaction overhead from two clicks to one.
Changes
historyButtonClickedfromoverflow@1tonavigation@2in bothview/titleandeditor/titlemenusnavigation@2→navigation@3navigation@3→navigation@4navigation@4→navigation@5Testing
✅ Backend tests: 290 files, 3778 tests passing
✅ UI tests: 86 files, 1032 tests passing
✅ All linting and type checks passing
Related Issue
Fixes #7887
Feedback and guidance are welcome!
Important
Repositioned the History button to the main toolbar in
view/titleandeditor/titlemenus, adjusting other navigation items accordingly.historyButtonClickedfromoverflow@1tonavigation@2inview/titleandeditor/titlemenus.marketplaceButtonClicked,settingsButtonClicked, andcloudButtonClickedtonavigation@3,navigation@4, andnavigation@5respectively.promptsButtonClicked,mcpButtonClicked, andpopoutButtonClickedtooverflow@1,overflow@2, andoverflow@3.This description was created by
for 50d039f. You can customize this summary. It will automatically update as commits are pushed.