mattermost-mobile/app
Nick Misasi e977303275
Fix iOS Sources panel expansion in agent citations (#9567)
* Fix iOS citations panel toggle reliability

Remove the animated maxHeight/opacity accordion from agent citations so the Sources section expands and collapses consistently on iOS without hidden or underlapping content.

Made-with: Cursor

* Restore citations panel animation with stable transitions

Use Reanimated enter/exit and layout transitions for the Sources panel so opening and closing stay animated while preserving the iOS reliability fix.

Made-with: Cursor

* Fix citations panel collapse animation overlapping content below

Replace entering/exiting animations with shared-value-driven height
and opacity transitions. Reanimated's exiting animations pull the view
out of layout flow as an absolute overlay, causing the fading content
to overlap the regenerate button during collapse. Using an always-mounted
Animated.View with measured content height and overflow clipping ensures
smooth expand/collapse without overlap.

Made-with: Cursor
2026-03-03 11:03:31 -05:00
..
actions Fix roles not updating on channel members updated websocket event (#9539) 2026-03-03 13:09:07 +01:00
client Add autotranslations (#9324) 2026-02-10 17:50:39 +01:00
components Fix connection banner not disappearing (#9532) 2026-03-03 13:08:45 +01:00
constants Add two-phase tool call approval for agents in channels (#9506) 2026-02-19 11:20:25 -05:00
context Enable exhaustive deps in the repo (#9508) 2026-02-18 11:56:16 +01:00
database [MM-67507] Fix threads not being refetch when switching translations (#9512) 2026-02-17 16:07:10 +01:00
helpers Remove tand prevent double tap (#9078) 2025-08-25 12:03:01 +02:00
hooks Enable exhaustive deps in the repo (#9508) 2026-02-18 11:56:16 +01:00
i18n Add autotranslations (#9324) 2026-02-10 17:50:39 +01:00
init fix: prevent removal of pre-auth secret on logout (#9411) 2026-01-27 15:52:37 +01:00
managers [MM-67507] Fix threads not being refetch when switching translations (#9512) 2026-02-17 16:07:10 +01:00
products Fix iOS Sources panel expansion in agent citations (#9567) 2026-03-03 11:03:31 -05:00
queries [MM-67253] Add support for DMs and GMs for autotranslations (#9505) 2026-02-16 16:32:02 +01:00
screens [MM-67456] Allow OptionItem labels to wrap to two lines (#9504) 2026-02-24 18:17:04 +01:00
store feat: support fillewillbedownloaded and sendtoastmessage pluginapi (#9416) 2026-02-16 17:10:25 +01:00
utils feat: support fillewillbedownloaded and sendtoastmessage pluginapi (#9416) 2026-02-16 17:10:25 +01:00