Skip to content

feat(chat): show chat in sidebar with opened Viewer #17209

@Antreesy

Description

@Antreesy

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
Image Image

Implementation

  • Viewer state is available from composable:
    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

Metadata

Metadata

Assignees

No one assigned

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions