mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-22 09:32:52 +02:00
SP3.1: Update room settings for Spaces element-ios#5231
- Changed the Room Settings screen according to the new design - Implemented the room access flow - Added room upgrade support - Implemented the room suggestion screen
This commit is contained in:
+4
-2
@@ -30,8 +30,10 @@ class SpaceCreationAddRoomsItemsProcessor: MatrixItemChooserProcessorProtocol {
|
||||
|
||||
// MARK: MatrixItemChooserSelectionProcessorProtocol
|
||||
|
||||
var dataType: MatrixItemChooserType {
|
||||
.room
|
||||
private(set) var dataSource: MatrixItemChooserDataSource = MatrixItemChooserRoomsDataSource()
|
||||
|
||||
var loadingText: String? {
|
||||
nil
|
||||
}
|
||||
|
||||
func computeSelection(withIds itemsIds: [String], completion: @escaping (Result<Void, Error>) -> Void) {
|
||||
|
||||
+4
-2
@@ -30,8 +30,10 @@ class SpaceCreationInviteUsersItemsProcessor: MatrixItemChooserProcessorProtocol
|
||||
|
||||
// MARK: MatrixItemChooserSelectionProcessorProtocol
|
||||
|
||||
var dataType: MatrixItemChooserType {
|
||||
.people
|
||||
private(set) var dataSource: MatrixItemChooserDataSource = MatrixItemChooserUsersDataSource()
|
||||
|
||||
var loadingText: String? {
|
||||
nil
|
||||
}
|
||||
|
||||
func computeSelection(withIds itemsIds: [String], completion: @escaping (Result<Void, Error>) -> Void) {
|
||||
|
||||
Reference in New Issue
Block a user