It’s been a long time since I’ve really had to dig into CSS and styling layouts. I’ve been focusing on backend code, and devops infrastructure type things so I’m a bit rusty. The terminal window is having a few styling issues that I’m still trying to fix. I think this fixes them for the most part, but could use some more cleanup in the future.

I’ve mostly converted everything to stop using jQuery to show and hide elements, or for interactions and switched over to Vue functionality, v-if, v-bind, etc. But I’ve broken a few things in that process, like some functionality on the AWS Region list tab. So, cleaned that up.

Fixed

– SSH Window was covering top tabs if a aws region tab was in an overflow scroll state
– SSH tab size was much wider than the actual app window
– Several issues with SSH connections after removing jquery selectors.