Skip to content

feat(ui): add StreamProgressBar and StreamCheckBox#54

Merged
xsahil03x merged 6 commits intomain-design-systemfrom
feat/poll-attachment-components
Feb 19, 2026
Merged

feat(ui): add StreamProgressBar and StreamCheckBox#54
xsahil03x merged 6 commits intomain-design-systemfrom
feat/poll-attachment-components

Conversation

@xsahil03x
Copy link
Member

@xsahil03x xsahil03x commented Feb 18, 2026

Components required to build Poll component

Screenshot 2026-02-19 at 13 46 00 Screenshot 2026-02-19 at 13 42 30

- Add `StreamProgressBar` component with determinate and indeterminate states.
- Add `StreamProgressBarTheme` and integrate into `StreamTheme`.
- Update `backgroundCoreSurfaceStrong` and `accentNeutral` color tokens.
- Add playground examples to the gallery.
@xsahil03x xsahil03x requested a review from a team as a code owner February 18, 2026 12:44
@coderabbitai
Copy link

coderabbitai bot commented Feb 18, 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.

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
  • Post copyable unit tests in a comment
  • Commit unit tests in branch feat/poll-attachment-components

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.

- Added `StreamCheckbox` component with support for standard and circular shapes.
- Implemented `StreamCheckboxTheme` and `StreamCheckboxStyle` for customization.
- Updated `StreamComponentFactory` to support custom checkbox builders.
- Exposed checkbox theme via `StreamTheme` and extensions.
- Added playground and showcase examples to the design system gallery.
@codecov
Copy link

codecov bot commented Feb 19, 2026

Codecov Report

❌ Patch coverage is 4.83871% with 118 lines in your changes missing coverage. Please review.
⚠️ Please upload report for BASE (main-design-system@0d06cf5). Learn more about missing BASE report.

Files with missing lines Patch % Lines
...ter/lib/src/components/common/stream_checkbox.dart 0.00% 60 Missing ⚠️
...lib/src/components/common/stream_progress_bar.dart 0.00% 25 Missing ⚠️
...ib/src/theme/components/stream_checkbox_theme.dart 7.14% 13 Missing ⚠️
...rc/theme/components/stream_progress_bar_theme.dart 9.09% 10 Missing ⚠️
.../lib/src/theme/components/stream_button_theme.dart 0.00% 6 Missing ⚠️
...tream_core_flutter/lib/src/theme/stream_theme.dart 0.00% 2 Missing ⚠️
...flutter/lib/src/theme/stream_theme_extensions.dart 0.00% 2 Missing ⚠️

❌ Your patch status has failed because the patch coverage (4.83%) is below the target coverage (80.00%). You can increase the patch coverage or adjust the target coverage.

Additional details and impacted files
@@                  Coverage Diff                  @@
##             main-design-system      #54   +/-   ##
=====================================================
  Coverage                      ?   33.93%           
=====================================================
  Files                         ?       99           
  Lines                         ?     2959           
  Branches                      ?        0           
=====================================================
  Hits                          ?     1004           
  Misses                        ?     1955           
  Partials                      ?        0           

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

@xsahil03x xsahil03x changed the title feat(ui): add StreamProgressBar component and theme feat(ui): add StreamProgressBar and StreamCheckBox Feb 19, 2026
@xsahil03x xsahil03x merged commit 23e8af5 into main-design-system Feb 19, 2026
2 of 3 checks passed
@xsahil03x xsahil03x deleted the feat/poll-attachment-components branch February 19, 2026 09:37
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