From 477f0ffa08fa6f6613316319abf1c2be1dfd68e1 Mon Sep 17 00:00:00 2001 From: Emily <92288602+burtonemily@users.noreply.github.com> Date: Fri, 6 Jan 2023 10:38:34 +1100 Subject: [PATCH] Adding accessibility ids to attachments button, camera button, gif button and documents button, also adding text input id for captions on images --- Session.xcodeproj/xcshareddata/xcschemes/Session.xcscheme | 2 +- Session/Conversations/ConversationVC+Interaction.swift | 7 ++++++- .../Input View/ExpandingAttachmentsButton.swift | 8 ++++---- Session/Conversations/Input View/InputView.swift | 5 +++++ .../Message Cells/Content Views/DeletedMessageView.swift | 3 ++- .../Content Views/MediaPlaceholderView.swift | 3 ++- .../Conversations/Message Cells/VisibleMessageCell.swift | 1 + .../Conversations/Settings/ThreadSettingsViewModel.swift | 4 ++-- SessionUIKit/Components/ConfirmationModal.swift | 8 ++++---- .../Attachment Approval/AttachmentTextToolbar.swift | 4 ++++ .../ModalActivityIndicatorViewController.swift | 2 ++ 11 files changed, 33 insertions(+), 14 deletions(-) diff --git a/Session.xcodeproj/xcshareddata/xcschemes/Session.xcscheme b/Session.xcodeproj/xcshareddata/xcschemes/Session.xcscheme index ea85c66b2..ca157a055 100644 --- a/Session.xcodeproj/xcshareddata/xcschemes/Session.xcscheme +++ b/Session.xcodeproj/xcshareddata/xcschemes/Session.xcscheme @@ -157,7 +157,7 @@