-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation context menu #819
Conversation
…, and blurred background
- Implement drag-to-dismiss functionality - Wrap component with GestureHandlerRootView - Update to use current Gesture API
…isplay - Remove default export from ConversationReadOnly - Auxiliary display container styling - Hide scrollbar for read-only conversation preview
0450190
to
17457cc
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Small comment but the rest looks good to me!
Missing some context maybe but also what we could do is in Chat create a components just for the messages so we can display that instead of the whole Chat component. Might help with performance. |
e2debc2
to
aff36c6
Compare
I've started working on a Chat component refactor on a separate branch/PR, so we can improve perf on the auxiliary preview. |
Conversation context menu
Conversation context menu implementation with auxiliary preview
Closes #727