Monday, March 3, 2025
1 change · saas-18.1
Resolved issues and error corrections
Fixes visual and interaction issues in the Discuss sidebar when it is compact and a channel call is active. Call participant menus now look consistent, user status appears on the correct avatar, and the compact sidebar no longer opens an avatar view that users cannot close.
Original PR description
When discuss sidebar is compact and there's a call in a channel, the call participant UI in discuss sidebar had the following issues: - The floating menu had harsh shadow, whereas all other floating…
When discuss sidebar is compact and there's a call in a channel, the call participant UI in discuss sidebar had the following issues: - The floating menu had harsh shadow, whereas all other floating menu have soft shadow `.shadow-sm`. - The short status of user was shown in the bottom-right of "+X" users in call, rather than bottom-right of the avatar. - The avatar stack could be expanded when sidebar is compact, but there's no way to compact it again. This commit fixes the issues as follow: - Adds `.shadow-sm` in the floating menu of call participant. - Position short status of active call participant in bottom-right as it should - Remove expand feature on click avatar stack of call participant when sidebar is compact Before / After <img width="222" alt="Screenshot 2025-03-03 at 14 46 39" src="https://github.com/user-attachments/assets/27b86dda-ab5e-4f70-b467-f8af28945a7e" /> <img width="224" alt="Screenshot 2025-03-03 at 14 45 49" src="https://github.com/user-attachments/assets/906b8e81-d1db-409b-a42a-a90af0804639" /> Expand bug: 