Skip to content
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

feat: Add emoji picker. #83

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

feat: Add emoji picker. #83

wants to merge 2 commits into from

Conversation

iphydf
Copy link
Member

@iphydf iphydf commented Feb 24, 2025

On phones, this isn't very important, but on desktop it's nice to have.


This change is Reviewable

Also made the message entry bubble a bit prettier. When the virtual
keyboard is open, we use less padding. When it's closed, we have more
padding so the bubble doesn't overlap with the system UI.
@iphydf iphydf added this to the v0.0.1 milestone Feb 24, 2025
@iphydf iphydf marked this pull request as ready for review February 24, 2025 16:01
@github-actions github-actions bot added the enhancement New feature for the user, not a new feature for build script label Feb 24, 2025
Copy link

github-actions bot commented Feb 24, 2025

On phones, this isn't very important, but on desktop it's nice to have.
Copy link

codecov bot commented Feb 24, 2025

Codecov Report

Attention: Patch coverage is 53.30739% with 120 lines in your changes missing coverage. Please review.

Project coverage is 36.81%. Comparing base (a4233f4) to head (d055b83).

Files with missing lines Patch % Lines
lib/background_service.dart 0.00% 40 Missing ⚠️
lib/widgets/message_input.dart 66.10% 20 Missing ⚠️
lib/widgets/attachment_selector.dart 0.00% 13 Missing ⚠️
lib/widgets/chat_text_emoji.dart 0.00% 11 Missing ⚠️
lib/widgets/chat_text.dart 80.95% 8 Missing ⚠️
lib/models/attachment.dart 0.00% 7 Missing ⚠️
lib/widgets/chat_item.dart 50.00% 5 Missing ⚠️
lib/btox_app.dart 78.94% 4 Missing ⚠️
lib/pages/settings_page.dart 50.00% 4 Missing ⚠️
lib/pages/chat_page.dart 57.14% 3 Missing ⚠️
... and 2 more
Additional details and impacted files
@@            Coverage Diff             @@
##           master      #83      +/-   ##
==========================================
- Coverage   37.15%   36.81%   -0.34%     
==========================================
  Files          48       53       +5     
  Lines        2156     2306     +150     
==========================================
+ Hits          801      849      +48     
- Misses       1355     1457     +102     

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature for the user, not a new feature for build script
Development

Successfully merging this pull request may close these issues.

1 participant