Add support for mouse back nav button to Settings screen#3195
Merged
DOsinga merged 5 commits intoblock:mainfrom Jul 31, 2025
Merged
Add support for mouse back nav button to Settings screen#3195DOsinga merged 5 commits intoblock:mainfrom
DOsinga merged 5 commits intoblock:mainfrom
Conversation
DOsinga
requested changes
Jul 1, 2025
Collaborator
|
how about just a shortcut key? |
Contributor
Author
This is a standard navigation pattern for web browsers, as well as native apps; I feel like adopting user expectation is better than defining a new shortcut that is app-specific. |
Collaborator
|
@pedronveloso thanks this looks nice! Can you merge in main and test again and we'll get this in. |
* main: (22 commits) add playwright-mcp server to extensions list (block#3010) Add `/extension` path for extension installation (block#3011) feat(desktop): Prioritize suffix when truncating path in header (block#3110) chore(release): release version 1.0.31 (block#3185) feat: additional sub recipes via command line (block#3163) Add Internal Recipes To Recipes Cookbook (block#3179) pipe the argument to storage (block#3184) docs: removing comment (block#3183) docs: add generator option to create recipe (block#3182) update the path for temporal (block#3131) docs: add link to Square MCP (block#3181) attempt to fix build block#3 (block#3180) attempt fix folde permissions for windows build (block#3178) attempt to fix windows cli permission issue (block#3177) allow to use dev/null for no-session mode (block#3176) feat: change naming of recipe creation in more menu links (block#3175) Docs: Add Recipe video to landing page (block#3173) Docs: Create new directory when starting new session (block#3174) fixes cron parsing issues (block#3172) fix: handle Windows package subdirectory in CLI installation script (block#3171) ...
Contributor
Author
Done. Thanks for taking a look |
DOsinga
approved these changes
Jul 31, 2025
katzdave
added a commit
that referenced
this pull request
Jul 31, 2025
* 'main' of github.com:block/goose: feat: Allow configuring hints filename(s) (#3269) Add support for mouse back nav button to Settings screen (#3195) chore: Remove the wrong tailwind package (#3754) chore: fix typo in desktop readme for goosed (#3752) feat: upgrade rmcp (#3738) feat: allow users view and edit their non-secret config's (#3005) fix: View extensions link (#3751) chord: refactor tool route (#3732)
michaelneale
added a commit
that referenced
this pull request
Jul 31, 2025
* main: Increase req body limit (#2965) Stable goose info -v (#3760) Speed up app initialization and improve refresh crashing (#3717) docs: consolidate search session content, doc import recipe (#3759) Improve power save blocker mechanism (#3698) Ensure adding/removing extensions refreshes extensions list (#3695) Env parsing for primitive types (#3706) Autocompact + One Shot Summarization algorithm (#3559) fix: initial prompt not filled in after accepting new recipe (#3637) fix not being able to click on searchbar buttons in chat (#3723) center session summary modal description text (#3737) Persist first message to local history in case of failure or cancellation (#3744) Make the client more secure (#3742) feat: Allow configuring hints filename(s) (#3269) Add support for mouse back nav button to Settings screen (#3195) chore: Remove the wrong tailwind package (#3754) chore: fix typo in desktop readme for goosed (#3752) feat: upgrade rmcp (#3738) feat: allow users view and edit their non-secret config's (#3005) fix: View extensions link (#3751)
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.
Problem
In various Goose flows, I often need to access the Advanced Settings screen to toggle extension states. However, navigating back to the main window requires scrolling all the way to the top to click the “Back” button, which takes unnecessary time
Solution
This PR enables the Settings screen to respond to the mouse “Back” button (typically found on the side of many mice), allowing quicker navigation. Tested and working with a Logitech MX Master on macOS :)