mattermost-mobile/app/components
Avinash Lingaloo dff4f91441
MM-40364 [Gekidou] - Image Picker for Edit Profile (#5901)
* feature edit profile screen

* minor refactoring

* Apply suggestions from code review

Co-authored-by: Elias Nahum <nahumhbl@gmail.com>

* ts fixes

* revert floatingTextInput label

This reverts commit a778e1f76191aea7c1a18d60a23ffbd6d3dec0eb.

* code clean up

* Apply suggestions from code review

Co-authored-by: Elias Nahum <nahumhbl@gmail.com>

* code fix

* code fix

* Adding preventDoubleTap

* rename id to fieldKey

* Update edit_profile.tsx

* wip

* navigating through fields; partly done

* navigating through fields - partly done

* navigating through fields; partly done

* completed field navigation

* added theme into dependency array

* code clean up

* revert conditions for disabling fields

* Added colorFilters prop to Loading component

* Completed loading feature on Edit Profile screen

* code clean up

* Add profile_error

* renamed valid_mime_types to  valid_image_mime_types

* added props isDisabled to email field

* refactored next field logic

* fix

* fix

* code clean up

* code clean up

* Updated ESLINT hook rules to warning instead of disabled

* code fix

* code fix

* new line within your_profile component

* added memo for Field component

* added canSave to dependency array

* update loading component - color filter

* Update app/screens/edit_profile/edit_profile.tsx

Co-authored-by: Elias Nahum <nahumhbl@gmail.com>

* dependency fix

* fix to fetch my latest status

* fix to remove unnecessary user id for local action updateLocalUser

* prevents bouncing for iOS

* code revert

* Adding  textInputStyle and animatedTextStyle to FloatingTextInput component

* correction after dev session

* adding changes as per new ux

* Update edit_profile.tsx

* corrections after ux review

* ux review

* ux review

* code clean up

* Adding userProfileFields into useMemo

* Add enableSaveButton to dependency of submitUser

* Added react-native-image-picker

* fix picker util

* Added action for setDefaultProfileImage

* account outline on remove picture

* Update edit_profile.tsx

* fix image picker

* style fix

* fix image picker

* removed unused types

* mmjstool issue with integrity checksum

* perform camera permission check for Android

* fix to pull latest status

* updated ChangeProfilePicture to EditProfilePciture

* removed integrity key for mmjstool in package-lock.json

* corrections from pr review

* bumping react-native-image-picker to v4.7.1

* pod install

* update to hooks dependency

* fix profile picture component

* added event emitter from edit_profile_picture

* made hitslop a constant

* code clean up

* uploadProfilePicture as a remote action

* else if profileImage removed

* removed check on isBot

* update renderProfilePicture dependencies

* extractFileInfo with try catch

* updated snappoints

* Revert "updated snappoints"

This reverts commit 6d16d480a168755fc80e5bc80569ad3ba561f73b.

* profile picture size

* refactored renderProfilePicture into its own component

* change to if else

* platform select for hasPermissions

* unneeded comment removed

* else if on prefix in edit profile picture

* track has update user info now

* moved image_picker under edit_screen and increased actionSheets item height

* added preventDoubleTap for imagePicker

* multiple uploads

* switch the conditions

* added alert box as requested by Marina

* Revert "added alert box as requested by Marina"

This reverts commit 20735c17a87b40995e05eb4318c138c1adcc6c8c.

* Apply suggestions from code review

Co-authored-by: Elias Nahum <nahumhbl@gmail.com>

* removed userInfos constant

* added useMemo for certain components on profile_picture

* converting account-outline into a constant

* added panelItem component

* adding return instead of making the function return

* eslint fix

* update i18n  desc

Co-authored-by: Elias Nahum <nahumhbl@gmail.com>

* hasPictureUrl transferred to file utils

* removing excess mediaType prop

* add USER_PROFILE_PICTURE_SIZE into constant/profile

* relocate hasPictureUrl method

* relocate hasPictureUrl
* rename ImagePicker to ProfileImagePicker

* removing isDestructive property from panelTypes.

* update sectionLimit for attachFileFromPhotoGallery

* Change animation for showModalOverCurrentContext to a quick alpha on iOS

* re-create PickerUtil if intl changes

* Combine styles in edit_profile_picture component

* Split profile image component into smaller components

* useCallback for showFileAttachmentOptions

* split comment into multiple lines

* edit_profile group refs

* remove unnecessary casting

* add new line to file.d.ts

* remove extra space for utils/index.d.ts

* allowMultiSelection for attachFilesFromFiles, default is false

* Split edit profile screen into smaller components

Co-authored-by: Elias Nahum <nahumhbl@gmail.com>
2022-01-28 16:06:50 +04:00
..
app_version update snapshot 2021-12-14 11:57:14 +02:00
autocomplete_selector Gekidou fixes (#5748) 2021-10-13 14:13:39 -03:00
badge [Gekidou] - Custom navigation header (#5820) 2021-11-10 10:16:58 -03:00
channel_icon Corrects SemiBold to Semibold (#5903) 2022-01-20 09:28:08 -03:00
channel_list [Gekidou] Handle gracefully teams or channels are fetch errors out (#5913) 2022-01-27 01:25:30 -03:00
compass_icon MM-38682: Gekidou Homepage (Static) (#5756) 2021-11-04 10:32:35 -03:00
custom_status V2 dependency updates (#5907) 2022-01-21 08:49:04 -03:00
drawer_item Gekidou - Account Screen (#5708) 2021-10-12 19:24:24 +04:00
emoji Channel List Header Data from DB (#5807) 2021-11-25 17:56:50 +02:00
emoji_picker Channel List Header Data from DB (#5807) 2021-11-25 17:56:50 +02:00
error_text MM-40364 [Gekidou] - Image Picker for Edit Profile (#5901) 2022-01-28 16:06:50 +04:00
floating_text_input_label MM-39712 - Edit Profile Screen without image picker (#5849) 2021-12-23 15:16:55 +04:00
formatted_date [Gekidou] post list (#5893) 2022-01-17 07:06:26 -03:00
formatted_markdown_text Add import order lint rules (#5672) 2021-09-13 10:18:03 +02:00
formatted_text Gekidou fixes (#5748) 2021-10-13 14:13:39 -03:00
formatted_time [Gekidou] post component tree and partial postList (#5637) 2021-09-06 08:22:55 -03:00
jumbo_emoji [Gekidou] post list (#5893) 2022-01-17 07:06:26 -03:00
loading V2 dependency updates (#5907) 2022-01-21 08:49:04 -03:00
markdown Upgrade deps (#5850) 2021-11-29 23:19:39 +02:00
navigation_header [Gekidou] post list (#5893) 2022-01-17 07:06:26 -03:00
post_list MM-40364 [Gekidou] - Image Picker for Edit Profile (#5901) 2022-01-28 16:06:50 +04:00
profile_picture MM-40364 [Gekidou] - Image Picker for Edit Profile (#5901) 2022-01-28 16:06:50 +04:00
progress_bar [Gekidou] post component tree and partial postList (#5637) 2021-09-06 08:22:55 -03:00
progressive_image [Gekidou] post component tree and partial postList (#5637) 2021-09-06 08:22:55 -03:00
search [Gekidou] post list (#5893) 2022-01-17 07:06:26 -03:00
search_bar Gekidou - Account Screen (#5708) 2021-10-12 19:24:24 +04:00
server_version [Gekidou] Avoid technical debt (#5795) 2021-10-28 10:15:17 -03:00
slide_up_panel_item Gekidou - Account Screen (#5708) 2021-10-12 19:24:24 +04:00
status_label Gekidou - Account Screen (#5708) 2021-10-12 19:24:24 +04:00
system_avatar [Gekidou] post list (#5893) 2022-01-17 07:06:26 -03:00
system_header [Gekidou] post list (#5893) 2022-01-17 07:06:26 -03:00
tablet_title Corrects SemiBold to Semibold (#5903) 2022-01-20 09:28:08 -03:00
tag Corrects SemiBold to Semibold (#5903) 2022-01-20 09:28:08 -03:00
team_sidebar V2 dependency updates (#5907) 2022-01-21 08:49:04 -03:00
touchable_with_feedback [Gekidou] - Custom navigation header (#5820) 2021-11-10 10:16:58 -03:00
user_status Add import order lint rules (#5672) 2021-09-13 10:18:03 +02:00