mattermost-mobile/app/components/post_list
Rajat Dabade 4e95364344
Navigation for permalink and Tablet fixes (#9116)
* typescript and view component for permalink with user and message

* Old post edited handling in permalink

* Added test and update flag value to EnablePermalinkPreview

* Added test for permalink_preview component

* Added test for content/index.tsx for permalink

* Addressed review comments

* Unit test for missing file and review comments

* Added test to check handlePostEdited permalink sync only calls one time only

* Change TouchableOpacity to Pressable

* When user not found fetch the user from the server

* Removed the redundant test in the test for permalink_preview/index?

* ts to tsx

* Removed the circular dependency

* Address review comments

* displayname fallback

* remove permalink when permalink post is deleted

* UX review comments

* Linter fixes

* Test fixes

* File attachment in permalink preview component

* Fix the width and height of the image in permalink

* Added gredient when exceeds height of permalink container

* Minor

* Updated tests

* Minor

* Review comments

* Minor review comments

* type fixes

* Review comments

* Minor

* Mention ability in permalink preview

* Support for external link in permalink

* Handle device not connected update permalink post

* test fixes

* Address review comments

* Minor

* Merge fixes

* Addressed review comments

* Fix content.test.tsx after permalink branch merge

- Updated test expectations to use embedData prop instead of post prop
- Fixed assertions to match the new PermalinkPreview API
- All content tests now pass

* review comments

* Review comments

* Some more review comments

* Minor

* Fixed the undefined issue for opengraph component metadata

* More fixes

* Navigation for permalink

* Tablet fixes

* type chech for site name

* linter fixes

* UX review and remove show more height not require

* Fix tests

* Fixed the navigation issue for DM's

* Minor fixes due to merge main

---------

Co-authored-by: yasserfaraazkhan <attitude3cena.yf@gmail.com>
2025-09-12 17:46:39 +05:30
..
combined_user_activity Remove tand prevent double tap (#9078) 2025-08-25 12:03:01 +02:00
date_separator Update dependencies and upgrade to RN 0.76.5 (#8421) 2025-01-16 07:11:32 -07:00
more_messages Update dependencies and upgrade to RN 0.76.5 (#8421) 2025-01-16 07:11:32 -07:00
new_message_line Upgrade Dependencies (#7299) 2023-04-21 12:16:54 -04:00
post Navigation for permalink and Tablet fixes (#9116) 2025-09-12 17:46:39 +05:30
thread_overview Remove tand prevent double tap (#9078) 2025-08-25 12:03:01 +02:00
config.ts Remove unused INDICATOR_BAR_HEIGHT (#6519) 2022-07-29 08:14:46 -04:00
index.ts remove usages of isTimeZoneEnabled (#7769) 2024-01-30 13:22:55 +01:00
post_list.test.tsx Update dependencies (#8721) 2025-04-07 09:30:06 +08:00
post_list.tsx Refactor Open Profile (#8746) 2025-05-13 17:07:13 +02:00
refresh_control.tsx Upgrade Dependencies (#7299) 2023-04-21 12:16:54 -04:00
scroll_to_end_view.tsx Feature schedule posts (#8509) 2025-04-14 22:08:59 +05:30