-
Notifications
You must be signed in to change notification settings - Fork 498
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
sp2 adding rooms to spaces #5548
sp2 adding rooms to spaces #5548
Conversation
…_space_creation # Conflicts: # Riot/Assets/en.lproj/Vector.strings # Riot/Generated/Images.swift # Riot/Generated/Strings.swift
…_space_creation # Conflicts: # Riot/Assets/en.lproj/Vector.strings # Riot/Generated/Images.swift # Riot/Generated/Strings.swift
…l/5224_space_creation
- Implemented designs with new & existing tabs in a bottom sheet - Replaced rough edge warnings from space panel overflow with working journeys
# Conflicts: # Riot/Assets/en.lproj/Vector.strings # Riot/Generated/Strings.swift # Riot/Modules/Room/Members/RoomParticipantsViewController.m # Riot/Modules/Spaces/SpaceMembers/MemberList/SpaceMemberListViewController.swift # Riot/Modules/Spaces/SpaceRoomList/ExploreRoom/SpaceExploreRoomViewController.swift # Riot/SupportingFiles/Riot-Bridging-Header.h # RiotSwiftUI/Modules/Common/Mock/MockAppScreens.swift
- check permission before adding room - Added join button in explore room screens
📱 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/8iciGr |
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.
Looking good! 😎
Comments inline
Riot/Modules/CreateRoom/CreateRoomCoordinatorBridgePresenter.swift
Outdated
Show resolved
Hide resolved
Riot/Modules/Spaces/SpaceRoomList/ExploreRoom/SpaceExploreRoomViewModel.swift
Outdated
Show resolved
Hide resolved
Riot/Modules/Spaces/SpaceRoomList/ExploreRoom/SpaceExploreRoomViewModel.swift
Outdated
Show resolved
Hide resolved
RiotSwiftUI/Modules/Spaces/AddRoomSelector/Service/AddRoomItemsProcessor.swift
Outdated
Show resolved
Hide resolved
RiotSwiftUI/Modules/Spaces/AddRoomSelector/Service/AddRoomItemsProcessor.swift
Outdated
Show resolved
Hide resolved
RiotSwiftUI/Modules/Spaces/AddRoomSelector/Coordinator/AddRoomSelectorViewProvider.swift
Show resolved
Hide resolved
…ooser.swift Co-authored-by: Doug <6060466+pixlwave@users.noreply.github.com>
Co-authored-by: Doug <6060466+pixlwave@users.noreply.github.com>
…r.swift Co-authored-by: Doug <6060466+pixlwave@users.noreply.github.com>
…ooser.swift Co-authored-by: Doug <6060466+pixlwave@users.noreply.github.com>
…ooser.swift Co-authored-by: Doug <6060466+pixlwave@users.noreply.github.com>
…ooser.swift Co-authored-by: Doug <6060466+pixlwave@users.noreply.github.com>
- update after review
RiotSwiftUI/Modules/Spaces/AddRoomSelector/Service/AddRoomItemsProcessor.swift
Outdated
Show resolved
Hide resolved
…sProcessor.swift Co-authored-by: Doug <6060466+pixlwave@users.noreply.github.com>
- update after review
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 from my side, I see @SBiOSoftWhare has added comments now 👍
- fixed SwiftUI Unit tests
- update after review
fix #5230