nrwl / nx-console

Nx Console is the user interface for Nx & Lerna.
https://nx.dev
MIT License
1.31k stars 211 forks source link

Please make "Nx Cloud" message dismissible #2261

Closed joe-passenger closed 1 month ago

joe-passenger commented 1 month ago

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. image

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.

MaxKless commented 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 :)

image

In VSCode any view is dismissible by default.

joe-passenger commented 1 month ago

Wow, you're a hero! Sorry that I missed this option, and thanks for the fast response!

MaxKless commented 1 month ago

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