Skip to content
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

Fix panel initialization #670

Merged
merged 5 commits into from
Jan 11, 2024
Merged

Fix panel initialization #670

merged 5 commits into from
Jan 11, 2024

Conversation

GerardasB
Copy link
Collaborator

Changes

Add additional e2e tests and fix panel initialization quirks introduced with #636

Testing

Added additional e2e tests

@GerardasB GerardasB requested a review from a team as a code owner January 11, 2024 13:01
@GerardasB GerardasB enabled auto-merge (squash) January 11, 2024 13:02
Copy link
Contributor

@joehenry9498 joehenry9498 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Not seeing anything out of the ordinary here, looks good

@GerardasB GerardasB merged commit cbb14e1 into master Jan 11, 2024
17 checks passed
@GerardasB GerardasB deleted the fix-panel-init branch January 11, 2024 20:14
@@ -553,10 +553,11 @@ export function initializePanel(
maxSize,
});

const collapsed = panelDef.defaultState !== StagePanelState.Open;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What is a stagepanel in a "Popup" state (last enum value)? I dont see that used anywhere in the code ? (And, it would mean that when in this stage, the panel is collapsed, which would sound unexpected...) Should the enum value be marked as deprecated ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants