implemented the space selection list and the selection logic
# Conflicts: # ElementX/Sources/Screens/CreateRoomScreen/View/CreateRoomScreen.swift
This commit is contained in:
@@ -204,6 +204,8 @@ internal enum L10n {
|
||||
internal static var actionEndPoll: String { return L10n.tr("Localizable", "action_end_poll") }
|
||||
/// Enter PIN
|
||||
internal static var actionEnterPin: String { return L10n.tr("Localizable", "action_enter_pin") }
|
||||
/// Explore public spaces
|
||||
internal static var actionExplorePublicSpaces: String { return L10n.tr("Localizable", "action_explore_public_spaces") }
|
||||
/// Finish
|
||||
internal static var actionFinish: String { return L10n.tr("Localizable", "action_finish") }
|
||||
/// Forgot password?
|
||||
@@ -1634,6 +1636,12 @@ internal enum L10n {
|
||||
internal static var screenCreateRoomRoomAddressSectionTitle: String { return L10n.tr("Localizable", "screen_create_room_room_address_section_title") }
|
||||
/// Room visibility
|
||||
internal static var screenCreateRoomRoomVisibilitySectionTitle: String { return L10n.tr("Localizable", "screen_create_room_room_visibility_section_title") }
|
||||
/// (no space)
|
||||
internal static var screenCreateRoomSpaceSelectionNoSpaceDescription: String { return L10n.tr("Localizable", "screen_create_room_space_selection_no_space_description") }
|
||||
/// Home
|
||||
internal static var screenCreateRoomSpaceSelectionNoSpaceTitle: String { return L10n.tr("Localizable", "screen_create_room_space_selection_no_space_title") }
|
||||
/// Add to space
|
||||
internal static var screenCreateRoomSpaceSelectionSheetTitle: String { return L10n.tr("Localizable", "screen_create_room_space_selection_sheet_title") }
|
||||
/// Topic (optional)
|
||||
internal static var screenCreateRoomTopicLabel: String { return L10n.tr("Localizable", "screen_create_room_topic_label") }
|
||||
/// Add description…
|
||||
|
||||
Reference in New Issue
Block a user