How to use GitHub
- Please use the 👍 reaction to show that you are interested into the same feature.
- Please don't comment if you have no relevant information to add. It's just extra noise for everyone subscribed to this issue.
- Subscribe to receive notifications on status change and new comments.
Feature request
When opening a Viewer from Talk app (shared file), chat is hidden behind the dialog mask, but sidebar is still available
| Current |
Proposal |
 |
 |
Implementation
- Viewer state is available from composable:
- Chat component in MainView should somehow unmounted / teleported / blocked, so there's only single instance of chat, and no duplicate logic triggered by scrolling / messages list update / e.t.c.
- Sidebar should be force triggered to open, so chat is visible
How to use GitHub
Feature request
When opening a Viewer from Talk app (shared file), chat is hidden behind the dialog mask, but sidebar is still available
Implementation
spreed/src/composables/useViewer.js
Line 131 in edc1324