-
Notifications
You must be signed in to change notification settings - Fork 92
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hide console tab list #6555
Hide console tab list #6555
Conversation
E2E Tests 🚀 |
@jmcphers I believe you're the one who threw this idea out. How's the video look compared to your vision? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Code looks good and it works as expected.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks great. I'm glad we moved the state into PositronConsoleState
.
positronConsoleInstances, | ||
activePositronConsoleInstance: activePositronConsoleInstance | ||
activePositronConsoleInstance: activePositronConsoleInstance, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This can just be activePositronConsoleInstance
.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@softwarenerd We should add a linting rule for trailing commas if we don't want to use them in our repo. I think we just set this rule: https://eslint.style/rules/js/comma-dangle
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is really nice!
positronConsoleInstances, | ||
activePositronConsoleInstance: activePositronConsoleInstance | ||
activePositronConsoleInstance: activePositronConsoleInstance, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@softwarenerd We should add a linting rule for trailing commas if we don't want to use them in our repo. I think we just set this rule: https://eslint.style/rules/js/comma-dangle
e91d01d
Please update PR description to run tests tagged with |
9e65401
to
0c6b6f5
Compare
Adds capability for console tab list to hide when one or no session is present.
Screen.Recording.2025-02-28.at.1.07.44.PM.mov
Addresses: #6556
Release Notes
New Features
Bug Fixes
QA Notes
e2e: @:console @:sessions