mattermost-mobile/app
Rajat Dabade dae4b75720
Ability to show quick action and add files to edit post (#8926)
* Viewing Files in Edit mode in mobile with ability to delete and save

* Added upload attachment to keyboard tracker view

* using state instread of use ref

* Minor

* Added tests

* intl extract

* new function getFiles
ById, batch file deletion and tests

* Files fetching in edit options and tests

* Removed DeviceEventEmitter and used React context

* Added support to check minimum required version to show edit file attachments

* resolve forward ref issue

* Minor

* memotized props for context and observe config with value

* Import fixes

* Ability to show quick action and add files to edit post

* type safety for EditPostContext

* Reverted back the post priority props

* constant shift

* Added test for QuickAction to show slashcomand

* Added test for edit_post, upload_item and upload_remove

* Added test for Edit_post_input and edit_post index

* fix the height issue between attachment and keyboard due to safeArea

* Minor: removed debugging border color

* Addressed dev review comments

* Import fixes

* Address UX comments

* Fixed props for UploadItem and remove effective Edit mode

* handled save button disabled state when uploading attachments

* handled newly added and retry file removal without alert message

* Test updated

* Added test for input_quick_action index.tsx

* Added test for not in edit mode for upload_item index

* Added test for upload_remove component when not in edit mode

* added tests for file_upload_error hook

* Added test for calling callback when in edit mode

* Test for edit post input for server version check
2025-06-25 16:04:08 +05:30
..
actions Viewing Files in Edit mode in mobile with ability to delete and save (#8918) 2025-06-20 01:03:57 +05:30
client Add Accept Header on ClientTracking (#8895) 2025-06-06 12:42:09 +02:00
components Ability to show quick action and add files to edit post (#8926) 2025-06-25 16:04:08 +05:30
constants Ability to show quick action and add files to edit post (#8926) 2025-06-25 16:04:08 +05:30
context Ability to show quick action and add files to edit post (#8926) 2025-06-25 16:04:08 +05:30
database [MM-62700] User Attribute types (#8903) 2025-06-12 10:59:13 +02:00
helpers Network metrics (#8390) 2024-12-17 19:51:26 +08:00
hooks Ability to show quick action and add files to edit post (#8926) 2025-06-25 16:04:08 +05:30
i18n MM-59761 Add tests for i18n functionality (#8510) 2025-01-31 09:30:42 -05:00
init Biometric prompt, Jailbreak / Root detection and screenshot prevention (#8645) 2025-03-13 14:07:41 -04:00
managers Ability to show quick action and add files to edit post (#8926) 2025-06-25 16:04:08 +05:30
products/calls Derive connection state for current call from RTC peer (#8878) 2025-06-16 15:08:06 -06:00
queries Viewing Files in Edit mode in mobile with ability to delete and save (#8918) 2025-06-20 01:03:57 +05:30
screens Ability to show quick action and add files to edit post (#8926) 2025-06-25 16:04:08 +05:30
store Enforce names for singleton imports (#8639) 2025-02-27 12:46:17 +01:00
utils Viewing Files in Edit mode in mobile with ability to delete and save (#8918) 2025-06-20 01:03:57 +05:30