fix(GlobalSidebar): Popover 弹窗隐藏面板内部标题
- WatchlistPanel 和 FollowingEventsPanel 传入 hideTitle={true}
- 避免与 PopoverHeader 标题重复显示
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
@@ -126,6 +126,7 @@ const CollapsedMenu = ({
|
|||||||
onStockClick={onStockClick}
|
onStockClick={onStockClick}
|
||||||
onAddStock={onAddStock}
|
onAddStock={onAddStock}
|
||||||
onUnwatch={onUnwatch}
|
onUnwatch={onUnwatch}
|
||||||
|
hideTitle={true}
|
||||||
/>
|
/>
|
||||||
</PopoverBody>
|
</PopoverBody>
|
||||||
</PopoverContent>
|
</PopoverContent>
|
||||||
@@ -198,6 +199,7 @@ const CollapsedMenu = ({
|
|||||||
onCommentClick={onCommentClick}
|
onCommentClick={onCommentClick}
|
||||||
onAddEvent={onAddEvent}
|
onAddEvent={onAddEvent}
|
||||||
onUnfollow={onUnfollow}
|
onUnfollow={onUnfollow}
|
||||||
|
hideTitle={true}
|
||||||
/>
|
/>
|
||||||
</PopoverBody>
|
</PopoverBody>
|
||||||
</PopoverContent>
|
</PopoverContent>
|
||||||
|
|||||||
Reference in New Issue
Block a user