Skip to content

feat: clear command mode in message composer using keyboard#3175

Merged
MartinCupela merged 6 commits intomasterfrom
feat/clear-command-mode-from-keyboard
May 6, 2026
Merged

feat: clear command mode in message composer using keyboard#3175
MartinCupela merged 6 commits intomasterfrom
feat/clear-command-mode-from-keyboard

Conversation

@MartinCupela
Copy link
Copy Markdown
Contributor

🎯 Goal

Closes REACT-903

Pressing Escape key exits the command mode.
Pressing Backspace key when the textarea has not text in command mode, exits the command mode.

@github-actions
Copy link
Copy Markdown

github-actions Bot commented May 6, 2026

Size Change: +218 B (+0.03%)

Total Size: 677 kB

πŸ“¦ View Changed
Filename Size Change
dist/cjs/index.js 269 kB +109 B (+0.04%)
dist/es/index.mjs 267 kB +109 B (+0.04%)
ℹ️ View Unchanged
Filename Size
dist/cjs/audioProcessing.js 1.32 kB
dist/cjs/emojis.js 3.01 kB
dist/cjs/mp3-encoder.js 1.27 kB
dist/cjs/useNotificationApi.js 45.4 kB
dist/css/emoji-picker.css 178 B
dist/css/emoji-replacement.css 456 B
dist/css/index.css 39.6 kB
dist/es/audioProcessing.mjs 1.31 kB
dist/es/emojis.mjs 2.52 kB
dist/es/mp3-encoder.mjs 756 B
dist/es/useNotificationApi.mjs 45.2 kB

compressed-size-action

@codecov
Copy link
Copy Markdown

codecov Bot commented May 6, 2026

Codecov Report

βœ… All modified and coverable lines are covered by tests.
βœ… Project coverage is 83.57%. Comparing base (8fa096a) to head (8767ca8).

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #3175      +/-   ##
==========================================
- Coverage   83.60%   83.57%   -0.04%     
==========================================
  Files         435      435              
  Lines       12981    12989       +8     
  Branches     4179     4184       +5     
==========================================
+ Hits        10853    10855       +2     
- Misses       2128     2134       +6     

β˜” View full report in Codecov by Sentry.
πŸ“’ Have feedback on the report? Share it here.

πŸš€ New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • πŸ“¦ JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

# Conflicts:
#	examples/vite/src/AppSettings/ActionsMenu/WebSocketEventPromptDialog/websocketEventAutomation.ts
#	src/components/MessageComposer/__tests__/MessageInput.test.tsx
@MartinCupela MartinCupela merged commit 6257e17 into master May 6, 2026
9 checks passed
@MartinCupela MartinCupela deleted the feat/clear-command-mode-from-keyboard branch May 6, 2026 14:29
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.

2 participants