-
Notifications
You must be signed in to change notification settings - Fork 510
Open
Labels
enhancementfeature: chat 💬Chat and system messagesChat and system messagesfeature: frontend 🖌️"Web UI" client"Web UI" client
Milestone
Description
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:
spreed/src/composables/useViewer.js
Line 131 in edc1324
isViewerOpen, - 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
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementfeature: chat 💬Chat and system messagesChat and system messagesfeature: frontend 🖌️"Web UI" client"Web UI" client

