Closed joe-passenger closed 1 month ago
Hey! I understand the frustration, which is why I built it this way from the start.
You can dismiss the panel in the toolwindow actions on the top right in IntelliJ :)
In VSCode any view is dismissible by default.
Wow, you're a hero! Sorry that I missed this option, and thanks for the fast response!
You got it! Thanks for helping out and making Nx Console better :) Creating issues is a great way to give back to the community.
If Nx Console is useful to you, I'd appreciate it if you could leave an honest review on the JetBrains Marketplace! https://plugins.jetbrains.com/plugin/21060-nx-console/edit/reviews
Thanks
Description
Please, please, please make the "You're not connected to Nx Cloud." message dismissible. It can take up a lot of space, and screen space is at a premium in IDEs.
Motivation
Every pixel of screen space in IDEs is valuable, and having an un-dismissible message that takes up this much space leads to a very poor user experience in my opinion.
Suggested Implementation
Add little "x" in top right corner allowing users to dismiss this message.
Alternate Implementations
Add a config property for the plugin where users can choose whether or not they would like to connect to Nx Cloud. That boolean config can determine if this message should appear or not.