-
Notifications
You must be signed in to change notification settings - Fork 117
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
Create a room screen (UI only) #877
Conversation
Generated by 🚫 Danger Swift against 7b7b51d |
999bad1
to
b569773
Compare
Codecov ReportPatch coverage:
Additional details and impacted files@@ Coverage Diff @@
## develop #877 +/- ##
===========================================
- Coverage 50.01% 48.41% -1.60%
===========================================
Files 324 329 +5
Lines 19603 19872 +269
Branches 10882 11004 +122
===========================================
- Hits 9804 9622 -182
- Misses 9521 9974 +453
+ Partials 278 276 -2
Flags with carried forward coverage won't be shown. Click here to find out more.
☔ View full report in Codecov by Sentry. |
832fcdb
to
d64577b
Compare
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.
Nice one! I left some comments inline
ElementX/Sources/Screens/CreateRoom/View/CreateRoomScreen.swift
Outdated
Show resolved
Hide resolved
ElementX/Sources/Screens/CreateRoom/View/CreateRoomScreen.swift
Outdated
Show resolved
Hide resolved
ElementX/Sources/Screens/CreateRoom/View/CreateRoomScreen.swift
Outdated
Show resolved
Hide resolved
ElementX/Sources/Screens/SessionVerificationScreen/SessionVerificationScreenViewModel.swift
Outdated
Show resolved
Hide resolved
ElementX/Sources/Screens/StartChatScreen/StartChatScreenCoordinator.swift
Outdated
Show resolved
Hide resolved
ElementX/Sources/Screens/CreateRoom/View/CreateRoomScreen.swift
Outdated
Show resolved
Hide resolved
d64577b
to
2263aae
Compare
ElementX/Sources/Screens/InviteUsersScreen/InviteUsersScreenCoordinator.swift
Outdated
Show resolved
Hide resolved
ElementX/Sources/Screens/InviteUsersScreen/InviteUsersScreenCoordinator.swift
Outdated
Show resolved
Hide resolved
ElementX/Sources/Screens/InviteUsersScreen/InviteUsersScreenCoordinator.swift
Outdated
Show resolved
Hide resolved
ElementX/Sources/Services/CreateRoom/CreateRoomParameters.swift
Outdated
Show resolved
Hide resolved
UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.createRoom-2.png
Outdated
Show resolved
Hide resolved
96f0036
to
30e56b9
Compare
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.
Not a proper review, just looked at the screenshot and noticed the following:
30e56b9
to
85273d9
Compare
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.
Looks good to me, nicely done 👏
85273d9
to
085f079
Compare
… single selection style
…, use Picker instead,
Co-authored-by: Alfonso Grillo <alfogrillo@gmail.com>
Co-authored-by: Alfonso Grillo <alfogrillo@gmail.com>
085f079
to
7b7b51d
Compare
Kudos, SonarCloud Quality Gate passed! 0 Bugs No Coverage information |
Add the create room screen, UI only, picking the room image or actually creating a room are out of scope.