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(core, ui, localization): Add Poll attachment composer #2048

Merged
merged 31 commits into from
Dec 11, 2024
Merged
Changes from 1 commit
Commits
Show all changes
31 commits
Select commit Hold shift + click to select a range
10968f1
feat: add support for polls api
xsahil03x Oct 25, 2024
678806a
chore: fix analysis
xsahil03x Oct 25, 2024
9468141
Merge branch 'master' into feat/message-polls-apis
deven98 Oct 25, 2024
08029a2
test: fix test
xsahil03x Oct 25, 2024
a9261b9
Merge remote-tracking branch 'origin/feat/message-polls-apis' into fe…
xsahil03x Oct 25, 2024
cd26fbc
revert: revert state changes
xsahil03x Oct 25, 2024
921086d
test: fix test
xsahil03x Oct 25, 2024
33c5a75
chore: fix lints
xsahil03x Oct 25, 2024
b5d3fe5
chore: improve cast poll vote api
xsahil03x Oct 28, 2024
2d429da
feat: add poll event handlers
xsahil03x Oct 29, 2024
4d68b56
Add Poll attachment composer
xsahil03x Nov 11, 2024
06e6be1
add poll creator theme appBarElevation
xsahil03x Nov 12, 2024
d00b542
Add poll creator widget tests
xsahil03x Nov 12, 2024
818f10b
add StreamPollController test
xsahil03x Nov 12, 2024
a5fd7f6
add translations for poll creator
xsahil03x Nov 12, 2024
8329d53
feat: add support for polls api
xsahil03x Oct 25, 2024
4653c7a
chore: fix analysis
xsahil03x Oct 25, 2024
b5893cf
test: fix test
xsahil03x Oct 25, 2024
c3cc1d7
revert: revert state changes
xsahil03x Oct 25, 2024
a6fd19b
test: fix test
xsahil03x Oct 25, 2024
9a8626f
chore: fix lints
xsahil03x Oct 25, 2024
8fd289a
chore: improve cast poll vote api
xsahil03x Oct 28, 2024
f9e7664
feat: add poll event handlers
xsahil03x Oct 29, 2024
822ca86
Merge remote-tracking branch 'origin/feat/message-polls-apis' into fe…
xsahil03x Dec 9, 2024
30cde86
Merge remote-tracking branch 'origin/master' into feat/polls-attachme…
xsahil03x Dec 10, 2024
582db22
chore: fix lints and tests
xsahil03x Dec 10, 2024
0295672
chore: update CHANGELOG.md
xsahil03x Dec 10, 2024
124d4f8
chore: update CHANGELOG.md
xsahil03x Dec 10, 2024
e84999a
chore: fix lint
xsahil03x Dec 10, 2024
909bc6e
test: update tests
xsahil03x Dec 10, 2024
395d6ec
fix: use translated poll picker title
xsahil03x Dec 11, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
chore: update CHANGELOG.md
xsahil03x committed Dec 10, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
commit 124d4f8cd27f32e2c7623cbd82fc85e214366c32
6 changes: 6 additions & 0 deletions packages/stream_chat_flutter/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## Upcoming

✅ Added

- Added a new `StreamPollCreator` widget to facilitate poll creation within the chat interface.

## 8.3.0

✅ Added
4 changes: 4 additions & 0 deletions packages/stream_chat_localizations/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## Upcoming

- Added multiple new localization strings related to poll creation and validation.

## 8.3.0

- Updated `stream_chat_flutter` dependency to [`8.3.0`](https://pub.dev/packages/stream_chat/changelog).