Skip to content

tracing panel fixes: remove resize when in sidebar#8366

Merged
Light2Dark merged 1 commit intomainfrom
sham/tracing-panel-fixes
Feb 19, 2026
Merged

tracing panel fixes: remove resize when in sidebar#8366
Light2Dark merged 1 commit intomainfrom
sham/tracing-panel-fixes

Conversation

@Light2Dark
Copy link
Collaborator

📝 Summary

When in the sidebar, the tracing panel doesn't need a resize component. Can expand the full width.

image

After:

image

Another small fix is that the cell-link ends up overflowing when too long (eg. renamed)

🔍 Description of Changes

📋 Checklist

  • I have read the contributor guidelines.
  • For large changes, or changes that affect the public API: this change was discussed or approved through an issue, on Discord, or the community discussions (Please provide a link if applicable).
  • Tests have been added for the changes made.
  • Documentation has been updated where applicable, including docstrings for API changes.
  • Pull request title is a good summary of the changes - it will be used in the release notes.

@Light2Dark Light2Dark requested a review from manzt as a code owner February 19, 2026 03:41
@vercel
Copy link

vercel bot commented Feb 19, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
marimo-docs Ready Ready Preview, Comment Feb 19, 2026 3:41am

Request Review

@Light2Dark Light2Dark added the bug Something isn't working label Feb 19, 2026
Copy link
Collaborator

@manzt manzt left a comment

Choose a reason for hiding this comment

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

Ah, I introduced this complexity. Thanks!

@Light2Dark Light2Dark merged commit abe5f03 into main Feb 19, 2026
29 of 30 checks passed
@Light2Dark Light2Dark deleted the sham/tracing-panel-fixes branch February 19, 2026 16:37
LiquidGunay pushed a commit to LiquidGunay/marimo that referenced this pull request Feb 21, 2026
## 📝 Summary

<!--
Provide a concise summary of what this pull request is addressing.

If this PR closes any issues, list them here by number (e.g., Closes
marimo-team#123).
-->
When in the sidebar, the tracing panel doesn't need a resize component.
Can expand the full width.

<img width="490" height="526" alt="image"
src="https://github.com/user-attachments/assets/7addc4f4-65d4-4330-896b-7be46cf12b2f"
/>

After:

<img width="466" height="410" alt="image"
src="https://github.com/user-attachments/assets/4baecaef-7c92-4075-a5ab-6da480a34b68"
/>

Another small fix is that the cell-link ends up overflowing when too
long (eg. renamed)

## 🔍 Description of Changes

<!--
Detail the specific changes made in this pull request. Explain the
problem addressed and how it was resolved. If applicable, provide before
and after comparisons, screenshots, or any relevant details to help
reviewers understand the changes easily.
-->

## 📋 Checklist

- [x] I have read the [contributor
guidelines](https://github.com/marimo-team/marimo/blob/main/CONTRIBUTING.md).
- [ ] For large changes, or changes that affect the public API: this
change was discussed or approved through an issue, on
[Discord](https://marimo.io/discord?ref=pr), or the community
[discussions](https://github.com/marimo-team/marimo/discussions) (Please
provide a link if applicable).
- [ ] Tests have been added for the changes made.
- [ ] Documentation has been updated where applicable, including
docstrings for API changes.
- [x] Pull request title is a good summary of the changes - it will be
used in the [release
notes](https://github.com/marimo-team/marimo/releases).
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.

2 participants