feat: add tooltip to app name button in title bar (#3005)
## Summary
- Wraps the app name button in the title bar with a `Tooltip` component
to show the full app name on hover
- Improves usability when the app name is truncated due to the
`max-w-38` constraint
- Uses the `render` prop pattern consistent with the project's
`@base-ui/react` tooltip usage
## Test plan
- [ ] Verify the app name button in the title bar shows a tooltip on
hover displaying the full app name
- [ ] Verify the tooltip shows "No app selected" when no app is selected
- [ ] Verify the button click behavior (navigating to app details) still
works correctly
- [ ] Verify the tooltip styling matches other tooltips in the app
🤖 Generated with [Claude Code](https://claude.com/claude-code)
<!-- devin-review-badge-begin -->
---
<a href="https://app.devin.ai/review/dyad-sh/dyad/pull/3005"
target="_blank">
<picture>
<source media="(prefers-color-scheme: dark)"
srcset="https://static.devin.ai/assets/gh-open-in-devin-review-dark.svg?v=1">
<img
src="https://static.devin.ai/assets/gh-open-in-devin-review-light.svg?v=1"
alt="Open with Devin">
</picture>
</a>
<!-- devin-review-badge-end -->
Co-authored-by:
Will Chen <willchen90@gmail.com>
Co-authored-by:
Claude <noreply@anthropic.com>
正在显示
请
注册
或者
登录
后发表评论