Skip to content

feat(messaging): Add bell character to alert message and refine trim#4532

Merged
jamesarich merged 1 commit into
mainfrom
fix/bel
Feb 11, 2026
Merged

feat(messaging): Add bell character to alert message and refine trim#4532
jamesarich merged 1 commit into
mainfrom
fix/bel

Conversation

@jamesarich

Copy link
Copy Markdown
Collaborator

This commit introduces two changes to the messaging feature:

  1. The trim() function on the message input is replaced with trim { it.isWhitespace() } for more precise whitespace removal.
  2. A bell character (\u0007) is appended to the quick chat alert action message to trigger an audible notification on certain devices.

resikves #4456

This commit introduces two changes to the messaging feature:

1.  The `trim()` function on the message input is replaced with `trim { it.isWhitespace() }` for more precise whitespace removal.
2.  A bell character (`\u0007`) is appended to the quick chat alert action message to trigger an audible notification on certain devices.

Signed-off-by: James Rich <2199651+jamesarich@users.noreply.github.com>
@jamesarich jamesarich enabled auto-merge February 11, 2026 14:00
@github-actions github-actions Bot added the bugfix PR tag label Feb 11, 2026
@jamesarich jamesarich added this pull request to the merge queue Feb 11, 2026
@codecov

codecov Bot commented Feb 11, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 14.42%. Comparing base (ff3f8b1) to head (3f96cfe).
⚠️ Report is 2 commits behind head on main.
✅ All tests successful. No failed tests found.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #4532   +/-   ##
=======================================
  Coverage   14.42%   14.42%           
=======================================
  Files         424      424           
  Lines       14522    14522           
  Branches     2410     2410           
=======================================
  Hits         2095     2095           
  Misses      12124    12124           
  Partials      303      303           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Merged via the queue into main with commit 9d583bd Feb 11, 2026
9 checks passed
@jamesarich jamesarich deleted the fix/bel branch February 11, 2026 14:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bugfix PR tag

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant