Skip to content

outline_panel: Fix Pin/Unpin tooltip does not update after state changes#54310

Merged
danilo-leal merged 2 commits into
zed-industries:mainfrom
galuis116:fix/outline-pin-tooltip-sync
Apr 20, 2026
Merged

outline_panel: Fix Pin/Unpin tooltip does not update after state changes#54310
danilo-leal merged 2 commits into
zed-industries:mainfrom
galuis116:fix/outline-pin-tooltip-sync

Conversation

@galuis116
Copy link
Copy Markdown

Self-Review Checklist:

  • I've reviewed my own diff for quality, security, and reliability
  • Unsafe blocks (if any) have justifying comments
  • The content is consistent with the UI/UX checklist
  • Tests cover the new/changed behavior
  • Performance impact has been considered and is acceptable

Closes #54309

Release Notes:

  • Fixed an outline panel issue where the pin/unpin tooltip could show stale text after toggling.

@cla-bot cla-bot Bot added the cla-signed The user has signed the Contributor License Agreement label Apr 20, 2026
@zed-community-bot zed-community-bot Bot added the first contribution the author's first pull request to Zed. NOTE: the label application is automated via github actions label Apr 20, 2026
@maxdeviant maxdeviant changed the title fix:Bug: Pin/Unpin tooltip does not update after state changes outline_panel: Fix Pin/Unpin tooltip does not update after state changes Apr 20, 2026
Copy link
Copy Markdown
Member

@danilo-leal danilo-leal left a comment

Choose a reason for hiding this comment

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

Thank you!

@danilo-leal danilo-leal enabled auto-merge (squash) April 20, 2026 12:44
@danilo-leal danilo-leal merged commit 3323581 into zed-industries:main Apr 20, 2026
31 checks passed
kathbigra pushed a commit to kathbigra/zed that referenced this pull request May 10, 2026
…ges (zed-industries#54310)

Self-Review Checklist:

- [x] I've reviewed my own diff for quality, security, and reliability
- [x] Unsafe blocks (if any) have justifying comments
- [x] The content is consistent with the [UI/UX
checklist](https://github.com/zed-industries/zed/blob/main/CONTRIBUTING.md#uiux-checklist)
- [x] Tests cover the new/changed behavior
- [x] Performance impact has been considered and is acceptable

Closes zed-industries#54309 

Release Notes:

- Fixed an outline panel issue where the pin/unpin tooltip could show
stale text after toggling.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

cla-signed The user has signed the Contributor License Agreement first contribution the author's first pull request to Zed. NOTE: the label application is automated via github actions

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Pin/Unpin tooltip does not update after state changes

2 participants