Add composer send shortcut preference - #3992
Open
funge wants to merge 4 commits into
Open
Conversation
Signed-off-by: John Funge <jfunge@gmail.com>
Author
funge
marked this pull request as ready for review
July 31, 2026 21:30
…-shortcut * origin/main: (341 commits) feat(desktop): make the Projects overview follow the selected section (block#6335) refactor(desktop): coordinate TTS playback (block#6341) fix(desktop): show complete repository trees (block#5102) Add appearance preference previews (block#6193) fix(desktop): restore emoji recents (block#6263) chore: serialize mobile pre-push checks (block#6322) fix(buzz-acp): loosen workspace-scan guardrail to allow named paths (block#6261) fix(buzz-dev-mcp): expand leading ~ in read_file/str_replace paths (block#6271) perf(desktop): move five hot renderer paths from JS into Rust (block#6024) fix(media): accept portrait video resolutions (block#6058) fix(desktop): hide archived channels from #/Tab autocomplete (block#6156) Unify mobile channel details (block#6113) Revert "fix(acp): gate relay-signed workflow messages on their attributed author" (block#6311) fix(desktop): morph the drawer panel icon instead of sliding it (block#6306) feat(desktop): refine repository-aware project workspaces (block#6003) Fix mobile Activity thread navigation (block#5850) perf(desktop): parallelize relay agent directory rebuild (block#6258) Refine the mobile emoji picker (block#5853) fix(desktop): exclude archived agents from nest, order regeneration (block#5905) Add font size and conversation density preferences (block#5644) ... Signed-off-by: John Funge <funge@squareup.com> # Conflicts: # desktop/src/features/messages/ui/MessageComposer.tsx # desktop/src/features/settings/ui/KeyboardShortcutsCard.tsx
Signed-off-by: John Funge <funge@squareup.com>
Signed-off-by: John Funge <funge@squareup.com>
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.


Summary
Related issue
none found
Testing
cd desktop && pnpm typecheckcd desktop && pnpm checkcd desktop && node --test src/features/messages/lib/composerSubmitShortcut.test.mjsjust desktop-screenshot --name composer-submit-shortcut-integrated --route '/settings?section=shortcuts' --viewport 1280x1200 --local-storage 'buzz:composer-submit-shortcut:v1=enter'just desktop-screenshot --name composer-submit-shortcut-integrated-on --route '/settings?section=shortcuts' --viewport 1280x1200 --local-storage 'buzz:composer-submit-shortcut:v1=mod-enter'just cistopped atmobile-checkbecause this local Hermit shell did not expose baredart; repo-pinnedbin/dart/bin/fluttercommands work.cd mobile && ../bin/dart format --output=none --set-exit-if-changed . && ../bin/flutter analyze && node ./scripts/check-file-sizes.mjscd mobile && ../bin/flutter testfails in existing unrelatedChannelDetailPage keeps follow mode off while a tall newest message stays visible; reran that single test and it fails the same way.branch-skew,desktop-check,desktop-test,rust-tests, anddesktop-tauri-checkspassed;mobile-testfailed immediately on bareflutter: command not found, so the branch push used--no-verifyafter the explicit repo-pinned mobile commands above.