Skip to content

chore(ui): theme cleanup#2663

Merged
Brazol merged 16 commits into
v10.0.0from
chore/theme-cleanup
May 20, 2026
Merged

chore(ui): theme cleanup#2663
Brazol merged 16 commits into
v10.0.0from
chore/theme-cleanup

Conversation

@Brazol
Copy link
Copy Markdown
Contributor

@Brazol Brazol commented May 19, 2026

Submit a pull request

Linear: FLU-

Github Issue: #

CLA

  • I have signed the Stream CLA (required).
  • The code changes follow best practices
  • Code changes are tested (add some information if not applicable)

Description of the pull request

Screenshots / Videos

AFTER | BEFORE

Screen.Recording.2026-05-19.at.09.55.48.mov

@coderabbitai
Copy link
Copy Markdown
Contributor

coderabbitai Bot commented May 19, 2026

Important

Review skipped

Auto reviews are disabled on base/target branches other than the default branch.

Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro

Run ID: 083da868-534f-4e2c-b664-1993ddbc4d6a

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Use the checkbox below for a quick retry:

  • 🔍 Trigger review
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch chore/theme-cleanup

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@Brazol Brazol changed the base branch from master to v10.0.0 May 19, 2026 08:26
Comment thread packages/stream_chat_flutter/lib/src/indicators/loading_indicator.dart Outdated
Comment thread packages/stream_chat_flutter/lib/src/message_input/clear_input_item_button.dart Outdated
Comment thread packages/stream_chat_flutter/lib/src/message_input/countdown_button.dart Outdated
Comment thread packages/stream_chat_flutter/lib/src/message_input/quoting_message_top_area.dart Outdated
Comment thread packages/stream_chat_flutter/lib/src/theme/stream_chat_theme.dart Outdated
Comment thread packages/stream_chat_flutter/lib/src/stream_chat.dart Outdated
Comment thread packages/stream_chat_flutter/lib/src/message_input/countdown_button.dart Outdated
@codecov
Copy link
Copy Markdown

codecov Bot commented May 20, 2026

Codecov Report

❌ Patch coverage is 44.82759% with 64 lines in your changes missing coverage. Please review.
✅ Project coverage is 66.64%. Comparing base (a58afdb) to head (28a10e5).

Files with missing lines Patch % Lines
...ge_input/audio_recorder/stream_audio_recorder.dart 0.00% 28 Missing ⚠️
...ges/stream_chat_flutter/lib/src/utils/helpers.dart 0.00% 15 Missing ⚠️
...l_view/user_scroll_view/stream_user_list_tile.dart 0.00% 5 Missing ⚠️
...m_chat_flutter/lib/src/user/user_mention_tile.dart 0.00% 5 Missing ⚠️
...croll_view/stream_scroll_view_load_more_error.dart 0.00% 3 Missing ⚠️
...lib/src/message_input/stream_message_composer.dart 0.00% 2 Missing ⚠️
...r/lib/src/message_list_view/message_list_view.dart 0.00% 2 Missing ⚠️
...tter/lib/src/autocomplete/stream_autocomplete.dart 0.00% 1 Missing ⚠️
...ocomplete/stream_mention_autocomplete_options.dart 0.00% 1 Missing ⚠️
...r/lib/src/message_list_view/loading_indicator.dart 0.00% 1 Missing ⚠️
... and 1 more
Additional details and impacted files
@@             Coverage Diff             @@
##           v10.0.0    #2663      +/-   ##
===========================================
- Coverage    67.43%   66.64%   -0.80%     
===========================================
  Files          412      404       -8     
  Lines        24551    24108     -443     
===========================================
- Hits         16557    16067     -490     
- Misses        7994     8041      +47     

☔ 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.

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

These dark theme screenshots are no longer dark

Comment on lines -420 to -424
Brightness? brightness,
}) {
return MaterialApp(
debugShowCheckedModeBanner: false,
theme: ThemeData(brightness: brightness),
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We need the brightness for the stream colors.

@Brazol Brazol merged commit b73bb71 into v10.0.0 May 20, 2026
6 of 9 checks passed
@Brazol Brazol deleted the chore/theme-cleanup branch May 20, 2026 10:55
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.

3 participants