Enable Resizable DuoChat
This MR enables the resizable Duo Chat, it is currently behind the duoChatDynamicDimension feature flag, tracked here: #508981
What does this MR do and why?
Demo |
---|
2024-12-11_22-08-06 |
How to set up and validate locally
- Setup Duo Chat locally
- enable
duo_chat_dynamic_dimension
flag (rails c
->Feature.enable(:duo_chat_dynamic_dimension)
) - Open Duo Chat and resize it
Edited by Jannik Lehmann