-
Notifications
You must be signed in to change notification settings - Fork 0
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
feat: Panel management #118
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
bmingles
force-pushed
the
116-panel-management
branch
from
September 6, 2024 13:21
bad9926
to
51440a7
Compare
bmingles
force-pushed
the
116-2-panel-management
branch
2 times, most recently
from
September 6, 2024 14:05
02ea32a
to
60f2b4b
Compare
End-to-end Test Summary
Detailed Test Results
Failed Test SummaryNo failed tests ✨Flaky Test SummaryNo flaky tests detected. ✨ |
bmingles
force-pushed
the
116-2-panel-management
branch
from
September 6, 2024 14:59
a91d68d
to
4cb81d0
Compare
bmingles
force-pushed
the
116-2-panel-management
branch
2 times, most recently
from
September 6, 2024 18:57
a071a32
to
038ea6c
Compare
bmingles
force-pushed
the
116-4-panel-controller
branch
from
September 9, 2024 16:11
68596cc
to
f996b5c
Compare
bmingles
force-pushed
the
116-2-panel-management
branch
from
September 9, 2024 16:12
8aef546
to
82fbdd5
Compare
bmingles
force-pushed
the
116-4-panel-controller
branch
from
September 9, 2024 19:52
f996b5c
to
a8f5ea9
Compare
bmingles
force-pushed
the
116-2-panel-management
branch
from
September 9, 2024 19:52
82fbdd5
to
9b45e1f
Compare
bmingles
force-pushed
the
116-4-panel-controller
branch
from
September 9, 2024 19:54
a8f5ea9
to
dc6c48b
Compare
bmingles
force-pushed
the
116-2-panel-management
branch
2 times, most recently
from
September 10, 2024 22:02
a28acf3
to
b5673f0
Compare
bmingles
changed the base branch from
116-4-panel-controller
to
13-icon-font-generation
September 10, 2024 22:03
Closed
mofojed
approved these changes
Sep 17, 2024
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.
Minor suggestion to clean up JSDoc, but looks good
bmingles
force-pushed
the
13-icon-font-generation
branch
from
September 17, 2024 20:29
7840bcb
to
df38a2b
Compare
bmingles
force-pushed
the
116-2-panel-management
branch
2 times, most recently
from
September 17, 2024 21:16
18a5606
to
aed8676
Compare
Co-authored-by: Mike Bender <mikebender@deephaven.io>
bmingles
force-pushed
the
116-2-panel-management
branch
from
September 18, 2024 16:15
aed8676
to
2a1dc80
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
In this PR:
Added a
DEEPHAVEN: PANELS
viewOpen panels now refresh when active theme changes
Removed auto focus of output panel (Don't show Deephaven output panel until first connection #130 to provide the proper fix
resolves #116