Poll editing and undisclosed polls#5378
Merged
stefanceriu merged 9 commits intodevelopfrom Jan 18, 2022
Merged
Conversation
…displaying them in the timeline.
|
📱 Scan the QR code below to install the build for this PR. If you can't scan the QR code you can install the build via this link: https://i.diawi.com/c3P6b9 |
pixlwave
reviewed
Jan 14, 2022
Member
pixlwave
left a comment
There was a problem hiding this comment.
Comments inline. Looks great!
PollTimeline -> TimelinePoll = 😎
RiotSwiftUI/Modules/Room/LocationSharing/LocationSharingScreenState.swift
Show resolved
Hide resolved
RiotSwiftUI/Modules/Room/PollEditForm/PollEditFormScreenState.swift
Outdated
Show resolved
Hide resolved
RiotSwiftUI/Modules/Room/PollEditForm/PollEditFormViewModel.swift
Outdated
Show resolved
Hide resolved
RiotSwiftUI/Modules/Room/PollEditForm/Test/Unit/PollEditFormViewModelTests.swift
Outdated
Show resolved
Hide resolved
RiotSwiftUI/Modules/Room/TimelinePoll/Coordinator/TimelinePollCoordinator.swift
Outdated
Show resolved
Hide resolved
RiotSwiftUI/Modules/Room/TimelinePoll/View/TimelinePollAnswerOptionButton.swift
Outdated
Show resolved
Hide resolved
Comment on lines
+158
to
+159
| internal static let pollTypeCheckboxDefault = ImageAsset(name: "poll_type_checkbox_default") | ||
| internal static let pollTypeCheckboxSelected = ImageAsset(name: "poll_type_checkbox_selected") |
Member
There was a problem hiding this comment.
Cheeky suggestion, if we were to use circle and record.circle/smallcircle.fill.circle SF symbols instead of custom assets, then they would scale perfectly with dynamic type 😉
Probably a suggestion for @gaelledel rather than you though.
Member
Author
Member
RiotSwiftUI/Modules/Room/TimelinePoll/Coordinator/TimelinePollCoordinator.swift
Show resolved
Hide resolved
64c91b5 to
469bf6d
Compare
8e2c49b to
7c5f5a1
Compare
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.



How it looks like: