Skip to content

🛝 fix: Render Sidebar Text#6

Merged
danny-avila merged 1 commit intomainfrom
fix/sidebar-text-slide
Apr 6, 2026
Merged

🛝 fix: Render Sidebar Text#6
danny-avila merged 1 commit intomainfrom
fix/sidebar-text-slide

Conversation

@dustinhealy
Copy link
Copy Markdown
Contributor

Pull Request Template

Summary

Text labels were conditionally mounted/unmounted with collapsed state, causing a visible pop-in. Now text is always in the DOM and clipped via overflow-hidden, sliding smoothly into view as the sidebar widens.

Change Type

  • Bug fix (non-breaking change which fixes an issue)

Testing

Before

Screen.Recording.2026-04-04.at.9.32.37.AM.mov

After

Screen.Recording.2026-04-04.at.9.29.08.AM.mov

Checklist

  • My code adheres to this project's style guidelines
  • I have performed a self-review of my own code
  • I have commented in any complex areas of my code
  • My changes do not introduce new warnings
  • Local unit tests pass with my changes

Text labels were conditionally mounted/unmounted with collapsed state,
causing a visible pop-in. Now text is always in the DOM and clipped via
overflow-hidden, sliding smoothly into view as the sidebar widens.
@danny-avila danny-avila merged commit 5369fc9 into main Apr 6, 2026
4 checks passed
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.

2 participants