Skip to content

feat(messaging): Move message input to Scaffold bottomBar#4530

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

feat(messaging): Move message input to Scaffold bottomBar#4530
jamesarich merged 1 commit into
mainfrom
fix/overlap

Conversation

@jamesarich

Copy link
Copy Markdown
Collaborator

This commit refactors the Message screen to place the message input components (MessageInput, ReplySnippet, and QuickChatRow) within the bottomBar of the Scaffold.

This change ensures that the input fields correctly adjust to the keyboard, preventing it from overlapping the message list. Consequently, the imePadding() modifier is no longer needed on the NavHost in Main.kt and has been removed.
resolves #4508

This commit refactors the `Message` screen to place the message input components (`MessageInput`, `ReplySnippet`, and `QuickChatRow`) within the `bottomBar` of the `Scaffold`.

This change ensures that the input fields correctly adjust to the keyboard, preventing it from overlapping the message list. Consequently, the `imePadding()` modifier is no longer needed on the `NavHost` in `Main.kt` and has been removed.

Signed-off-by: James Rich <2199651+jamesarich@users.noreply.github.com>
@jamesarich jamesarich enabled auto-merge February 11, 2026 13:17
@github-actions github-actions Bot added the bugfix PR tag label 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.44%. Comparing base (88ca011) to head (5c11db5).
⚠️ Report is 2 commits behind head on main.
✅ All tests successful. No failed tests found.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #4530   +/-   ##
=======================================
  Coverage   14.44%   14.44%           
=======================================
  Files         424      424           
  Lines       14522    14522           
  Branches     2410     2410           
=======================================
  Hits         2097     2097           
  Misses      12121    12121           
  Partials      304      304           

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

@jamesarich jamesarich added this pull request to the merge queue Feb 11, 2026
Merged via the queue into main with commit ff3f8b1 Feb 11, 2026
9 checks passed
@jamesarich jamesarich deleted the fix/overlap branch February 11, 2026 13:55
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.

[Bug]: text in chat screens sometimes overlaps after sending a message

1 participant