Skip to content

collapse hidden welcome-tip instead of making it invisible#297743

Merged
meganrogge merged 1 commit intomainfrom
merogge/chat-tip-space
Feb 25, 2026
Merged

collapse hidden welcome-tip instead of making it invisible#297743
meganrogge merged 1 commit intomainfrom
merogge/chat-tip-space

Conversation

@meganrogge
Copy link
Collaborator

fixes #297631

Screenshot 2026-02-25 at 12 59 06 PM

@meganrogge meganrogge self-assigned this Feb 25, 2026
Copilot AI review requested due to automatic review settings February 25, 2026 18:00
@meganrogge meganrogge added this to the February 2026 milestone Feb 25, 2026
@meganrogge meganrogge enabled auto-merge (squash) February 25, 2026 18:00
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

This pull request fixes issue #297631 where chat welcome tips were stealing space from the sessions list even when hidden. The fix changes the CSS rule from visibility: hidden to display: none to properly collapse hidden welcome view elements instead of just making them invisible.

Changes:

  • Changed CSS property from visibility: hidden to display: none for hidden chat welcome view elements

@meganrogge meganrogge merged commit e4cc8ce into main Feb 25, 2026
24 checks passed
@meganrogge meganrogge deleted the merogge/chat-tip-space branch February 25, 2026 21:33
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.

Chat tips steal space away from sessions list even if hidden

3 participants