-
Notifications
You must be signed in to change notification settings - Fork 57
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
[MM-58285] Fix expanding call thread #774
Conversation
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.
This looks like it fixed it @streamer45.
I'm not sure if this is related to this PR, but if I start a call from a DM it doesn't seem to respect the active theme. This only seems to be an issue in the desktop app though. I don't see this happening on the community server.
To make this work, I had to move the element in which we set the background so it may well be related. I'll take a look. |
@matthewbirtch It looks like this may have been broken for a while. I don't see the theme updating on the component, so it's not dynamic any longer, but it should work if you reopen the popout after changing the theme. |
It doesn't seem to. I've tried changing my theme then starting a new call and opening up in the popout, but it doesn't seem to respect the active theme. The issue seems to be isolated to the desktop app though and only in DMs, which is weird. |
I cannot reproduce it, I tested it in a DM on Desktop, and if opened after the theme has changed, the color is updated. Maybe it's worth trying a hard refresh on both sides? |
I tried hard refreshes multiple times. But let me restart the server and try again |
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.
CSS margins 😬 , let me review. |
Or better yet, put a horizontal padding on the center, that way it won't potentially interfere with the complicated leave button. |
@cpoile I added a flex gap on the parent. Let me know if that works. |
Yep, best way to go, works well, thanks! |
Summary
PR fixes an issue with the call thread rendering on top of the call view, causing some buttons on the right side (e.g. leave call) to be hidden in some instances.
I had to wrestle with CSS to make sure I didn't break previously fixed things, namely:
Please give it a try and let me now if anything unexpected broken due to this.
Ticket Link
https://mattermost.atlassian.net/browse/MM-58285