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

psp-8783 ensure that form state is maintained during collapsing of sidebar. #4168

Merged
merged 4 commits into from
Jul 15, 2024

Conversation

devinleighsmith
Copy link
Collaborator

No description provided.

@devinleighsmith devinleighsmith added the bug Something isn't working label Jul 8, 2024
@devinleighsmith devinleighsmith self-assigned this Jul 8, 2024
Copy link
Contributor

github-actions bot commented Jul 8, 2024

✅ No secrets were detected in the code.

Copy link
Contributor

✅ No secrets were detected in the code.

toggleExpanded={toggleSidebarDisplay}
/>
</span>
<StyledSidebarWrapper className={mapSideBarViewState.isCollapsed ? '' : 'expanded'}>
Copy link
Collaborator

Choose a reason for hiding this comment

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

nit: this could also be passed as a parameter to the styled component

Copy link
Collaborator

Choose a reason for hiding this comment

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

The other subtle change here is that we removed the VisibilitySensor (which we mock in a lot of unit tests). Given that we don't use it anymore we should update the tests to remove the unnecessary mocking.
Not required for this PR - should be a tech-debt task. Just calling out the change

Copy link
Contributor

✅ No secrets were detected in the code.

@asanchezr
Copy link
Collaborator

@devinleighsmith please update the snapshots to resolve conflicts

Signed-off-by: devinleighsmith <[email protected]>
Copy link
Contributor

✅ No secrets were detected in the code.

1 similar comment
Copy link
Contributor

✅ No secrets were detected in the code.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants