-
Notifications
You must be signed in to change notification settings - Fork 222
[Polls] Comments + Suggestions + Anonymous Polls + LLC Fixes #3398
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
Merged
nuno-vieira
merged 29 commits into
add/polls-ui-base
from
add/polls-ui-comments-and-suggestions
Aug 28, 2024
Merged
Changes from 22 commits
Commits
Show all changes
29 commits
Select commit
Hold shift + click to select a range
d5c3302
Refactor PollResultsVC Section views to be more simple and flat hiera…
nuno-vieira bdd22b9
Fix bottom spacing in Poll Results Section Header
nuno-vieira cf545fb
Add comment buttons to `PollAttachmentView`
nuno-vieira 44546a6
Add comment to poll implementation
nuno-vieira 1cd973f
Fix `poll.latestAnswers` being reset after poll event did not retreiv…
nuno-vieira 0f33849
Add `PollCommentListVC` implementation
nuno-vieira 95c5ce8
Fix `PollVoteListQueryDTO.filterHash` using filterHash only instead o…
nuno-vieira e97952e
Make diffable data sources more stable
nuno-vieira 3056dfb
Fix first page of poll vote list resetting all votes
nuno-vieira 0b8e1c7
Fix the default vote list sorting
nuno-vieira 5fe83a3
Add poll suggestions feature
nuno-vieira 4d1cf6e
Add anonymous polls support
nuno-vieira 995cab8
Fix AlertsRouter docs
nuno-vieira 1eea6a0
Add test coverage to `PollCommentListVC`
nuno-vieira 444ed6f
Add test coverage when poll comments are 0
nuno-vieira b4df08e
Add test coverage to allow suggestions
nuno-vieira 836b1f9
Add test coverage to anonymous polls
nuno-vieira a6eac93
Re-record snapshots after renaming test file
nuno-vieira 64a7e1e
Fix snapshot on CI
nuno-vieira 476b340
Update CHANGELOG.md
nuno-vieira a9bd9f2
Update CHANGELOG.md
nuno-vieira 6d7aac0
Update CHANGELOG.md
nuno-vieira b86e5d0
Update Sources/StreamChatUI/ChatMessageList/Attachments/Poll/PollAtta…
nuno-vieira 84332fb
Update Sources/StreamChatUI/ChatMessageList/Attachments/Poll/PollComm…
nuno-vieira e2ad088
Fix comments and suggestion buttons showing when poll is closed
nuno-vieira 6c07207
Update CHANGELOG.md
nuno-vieira a8dcb63
Change alert titles to follow Apples guideline
nuno-vieira d3bd7cf
Improve comments view spacing
nuno-vieira d3db24f
Optimize a bit to check if a user has already a comment
nuno-vieira File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is becoming too big, and making the changelog not really readable - can we shorten it? Possible ideas, move it into an array in one line and use wildcard at the end to group keys (E.g.
polls.subtitle.*
).There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Updated, let me know what you think 👍