nx-console
nx-console copied to clipboard
feat: scrollable field list navigation sidebar in new generate UI
When using the New Generate UI (Preview), the left sidebar containing option navigation is now scrollable if the list height overflows the available vertical space.
Demo (IntelliJ):
https://github.com/nrwl/nx-console/assets/6420535/51baf253-d37f-49b3-b716-04ede4e78d37
☁️ Nx Cloud Report
CI is running/has finished running commands for commit 10c338d84ce633ad0cbeb58544d6634cab145946. As they complete they will appear below. Click to see the status, the terminal output, and the build insights.
📂 See all runs for this CI Pipeline Execution
✅ Successfully ran 6 targets
nx affected --t=e2e e2e-ci --configuration=ci --exclude=nx-console --parallel=1 --verbosenx affected --t=test build --configuration=ci --exclude=nx-console --verbosenx affected --t=e2e,e2e-ci --configuration=ci --exclude=nx-console --parallel=1 --verbosenx affected --t=lint,test,build --configuration=ci --exclude=nx-console --verbosenx-cloud record -- ./gradlew ktfmtChecknx-cloud record -- npx nx format:check
Sent with 💌 from NxCloud.
This is still not working correctly in VS Code. The scrollbar doesn't appear all the time when it should:
https://github.com/nrwl/nx-console/assets/6420535/00aafa32-cf6e-422f-aea1-d897f7feced9
do you need any help here? Is there something I can do? :)
Sure, can you please have a look how to make it work in VS Code too?
I'll look into it as soon as I have the time :)
Hey! Sorry I haven't gotten around to this yet as it's not super high priority. Scrollbars in web views are a bit tricky but I'll look into it.