coder / modules

A collection of Terraform Modules to extend Coder templates.
https://registry.coder.com
Apache License 2.0
32 stars 32 forks source link

Web RDP: Investigate supporting dynamic resizing without a refresh #282

Open bpmct opened 2 months ago

bpmct commented 2 months ago

Can we support dynamic resizing without a refresh? When we originally created this module I believe this was working, but I could be mistaken.

A couple of customers reported this as well

https://www.loom.com/share/03ef61e0f0fc40419a192a9e74b357b4

bpmct commented 2 months ago

@Parkreiner @stirby was this something we originally investigated, or is this a new request? My memory isn't serving me correctly

Parkreiner commented 2 months ago

I think this is something @stirby was looking into. So far, I don't think the Coder module logic does enough that would cause Devolutions to break. All it's doing is handling the form auto-submission and hiding the sidebar

I guess it's possible that when the app resizes, the Devolutions app logic tries subtracting the width the sidebar should be from the width of the rest of app. And because the sidebar is gone, that extra width being subtracted isn't being added back

I can look into that part specifically, but I don't know what @stirby has looked into so far