diff --git a/Riot/Assets/en.lproj/Vector.strings b/Riot/Assets/en.lproj/Vector.strings index f79e739b5..618f8f5e5 100644 --- a/Riot/Assets/en.lproj/Vector.strings +++ b/Riot/Assets/en.lproj/Vector.strings @@ -2197,6 +2197,9 @@ Tap the + to start adding people."; "space_selector_empty_view_information" = "Spaces are a way to group rooms and people. Create a space to get started."; "space_selector_create_space" = "Create Space"; +"space_detail_nav_title" = "Space detail"; +"space_invite_nav_title" = "Space invite"; + // Mark: - Polls "poll_edit_form_create_poll" = "Create poll"; diff --git a/Riot/Generated/Strings.swift b/Riot/Generated/Strings.swift index 1dab1ae5e..5ef730dfc 100644 --- a/Riot/Generated/Strings.swift +++ b/Riot/Generated/Strings.swift @@ -7767,6 +7767,10 @@ public class VectorL10n: NSObject { public static var spaceBetaAnnounceTitle: String { return VectorL10n.tr("Vector", "space_beta_announce_title") } + /// Space detail + public static var spaceDetailNavTitle: String { + return VectorL10n.tr("Vector", "space_detail_nav_title") + } /// Spaces are a new way to group rooms and people.\n\nThey’ll be here soon. For now, if you join one on another platform, you will be able to access any rooms you join here. public static var spaceFeatureUnavailableInformation: String { return VectorL10n.tr("Vector", "space_feature_unavailable_information") @@ -7783,6 +7787,10 @@ public class VectorL10n: NSObject { public static var spaceHomeShowAllRooms: String { return VectorL10n.tr("Vector", "space_home_show_all_rooms") } + /// Space invite + public static var spaceInviteNavTitle: String { + return VectorL10n.tr("Vector", "space_invite_nav_title") + } /// You do not have permission to invite people to this space public static var spaceInviteNotEnoughPermission: String { return VectorL10n.tr("Vector", "space_invite_not_enough_permission") diff --git a/Riot/Modules/Spaces/SpaceDetail/SpaceDetailViewController.storyboard b/Riot/Modules/Spaces/SpaceDetail/SpaceDetailViewController.storyboard index f578db460..817c03286 100644 --- a/Riot/Modules/Spaces/SpaceDetail/SpaceDetailViewController.storyboard +++ b/Riot/Modules/Spaces/SpaceDetail/SpaceDetailViewController.storyboard @@ -1,9 +1,9 @@ - + - + @@ -12,14 +12,34 @@ - + - + + + + + + + + + + + @@ -30,14 +50,22 @@ - + + + + + + + + + - - + + @@ -62,29 +90,29 @@ - + - +