Skip to content

Conversation

@pedronveloso
Copy link
Contributor

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 :)

@angiejones
Copy link
Collaborator

how about just a shortcut key?

@pedronveloso
Copy link
Contributor Author

how about just a shortcut key?

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.

@pedronveloso pedronveloso requested a review from DOsinga July 2, 2025 13:33
@DOsinga DOsinga requested a review from zanesq July 7, 2025 17:52
@zanesq
Copy link
Collaborator

zanesq commented Jul 24, 2025

@pedronveloso thanks this looks nice! Can you merge in main and test again and we'll get this in.

pedronveloso and others added 3 commits July 28, 2025 14:38
* 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)
  ...
@pedronveloso
Copy link
Contributor Author

@pedronveloso thanks this looks nice! Can you merge in main and test again and we'll get this in.

Done. Thanks for taking a look

@DOsinga DOsinga merged commit 71c8d9e into block:main Jul 31, 2025
7 checks passed
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)
@pedronveloso pedronveloso deleted the pedro/settings-back-navigation branch December 9, 2025 18:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants