-
Notifications
You must be signed in to change notification settings - Fork 2.6k
Add support for mouse back nav button to Settings screen #3195
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add support for mouse back nav button to Settings screen #3195
Conversation
|
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 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) ...
Done. Thanks for taking a look |
* '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)
* 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)
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 :)