You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There are small but multiple issues with the video recorder UI:
Steps to reproduce:
Set up the Embedded chat and log in.
Click on the video recorder icon from the toolbar.
Observe the UI issues.
Expected behavior:
The UI should look clean and uniform.
Actual behavior:
The stacking context is not correct. Since it is a modal and is passed as a child to InputFormattingToolbar, which has a lower z-index than the header, the header appears to pop out, which is not appropriate.
Additionally, the alignment of the action button box is incorrect.
There are some unused styling and syntax issues that need attention.
Need some changes in design for clean UI
The text was updated successfully, but these errors were encountered:
@abhinavkrin , there were some UI issues in the video recorder modal. I have fixed them, the issue was mainly with stacking order which took time to understand and fix this. Additionally made the UI clean and fixed alignment issues. Kindly review the PR to see if everything looks fine or if any necessary changes are required.
Description:
There are small but multiple issues with the video recorder UI:
Steps to reproduce:
Expected behavior:
The UI should look clean and uniform.
Actual behavior:
The stacking context is not correct. Since it is a modal and is passed as a child to InputFormattingToolbar, which has a lower z-index than the header, the header appears to pop out, which is not appropriate.
Additionally, the alignment of the action button box is incorrect.
There are some unused styling and syntax issues that need attention.
Need some changes in design for clean UI
The text was updated successfully, but these errors were encountered: