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

feat: Give more space to Session Player when expanded #158

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

svc-shorpo
Copy link
Contributor

@svc-shorpo svc-shorpo commented Dec 20, 2023

Screen.Recording.2023-12-19.at.8.08.25.PM.mov

Copy link

changeset-bot bot commented Dec 20, 2023

🦋 Changeset detected

Latest commit: 63d8675

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 2 packages
Name Type
@hyperdx/app Patch
@hyperdx/api Patch

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

MikeShi42
MikeShi42 previously approved these changes Dec 20, 2023
@@ -1978,6 +1980,8 @@ function SidePanelHeader({
parsedProperties?.['process.tag.rum.sessionId'] ??
sessionId;

const playerExpanded = useAtomValue(playerExpandedAtom);
Copy link
Contributor

Choose a reason for hiding this comment

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

mega nit: I think it'd make more sense if we named this as like "collapseEventContext" or something right? I can imagine technically any subpanel might want in the future to be able to collapse the event context around it. Though not terribly familiar with jotai and it seems like the data flow is somewhat inverted to what I'm used to.

@wrn14897
Copy link
Contributor

wrn14897 commented Jan 5, 2024

@svc-shorpo I think we can merge this once the conflict is resolved

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.

None yet

3 participants