mattermost-mobile/app/components/post_list/post
Elias Nahum d84a0afd3a
Avoid unnecessary re-renders (#8673)
* Only set the height on the message component if it ends up being greater than the maxHeight to avoid re-renders

* Cache the teams theme to avoid unnecessary computation and re-renders

* useDidUpdate instead of useEffect to avoid setting the theme preference without need

* add comment on clear cache
2025-03-13 21:28:48 +08:00
..
avatar Add post props validation (#8323) 2024-11-28 15:59:30 +01:00
body Avoid unnecessary re-renders (#8673) 2025-03-13 21:28:48 +08:00
footer Fix bottomSheet bottom insets (#8331) 2024-11-29 12:50:09 +08:00
header Add post props validation (#8323) 2024-11-28 15:59:30 +01:00
pre_header Renaming flagged to saved (#6021) 2022-03-03 13:10:18 -03:00
system_message Add post props validation (#8323) 2024-11-28 15:59:30 +01:00
index.ts Add performance metrics to the app (#7953) 2024-06-12 09:45:27 +02:00
post.test.tsx Add performance metrics to the app (#7953) 2024-06-12 09:45:27 +02:00
post.tsx Extra keyboard (#8348) 2024-11-29 11:58:13 +08:00
unread_dot.tsx Detox/E2E: Global threads e2e tests in Gekidou (#6300) 2022-05-20 15:51:15 -07:00