Skip to content

fix: side panel headers hidden by compact app header#537

Merged
wesbillman merged 1 commit into
mainfrom
fix-activity-header
May 11, 2026
Merged

fix: side panel headers hidden by compact app header#537
wesbillman merged 1 commit into
mainfrom
fix-activity-header

Conversation

@wesbillman
Copy link
Copy Markdown
Collaborator

Summary

  • The compact header PR (Polish compact desktop headers #514) added pt-11 top padding to MessageThreadPanel so its header clears the 44px compact app header — but missed AgentSessionThreadPanel and UserProfilePanel, which occupy the same side-panel slot.
  • Added the same !isOverlay && "pt-11" pattern to both panels, matching the existing fix in MessageThreadPanel.

Test plan

  • Open a channel with agent activity → click an agent to open the activity sidebar → verify its header ("Agent activity log") is fully visible below the compact app header
  • Click a user avatar to open the profile panel → verify the "Profile" header is fully visible
  • Resize the window to trigger overlay mode → verify both panels still render correctly (no extra padding when overlaid)

🤖 Generated with Claude Code

AgentSessionThreadPanel and UserProfilePanel were missing the top
padding that MessageThreadPanel already had, causing the compact
app header (z-30) to overlap their panel headers.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@wesbillman
Copy link
Copy Markdown
Collaborator Author

BEFORE:
Screenshot 2026-05-11 at 11 33 34 AM

AFTER:
Screenshot 2026-05-11 at 11 45 36 AM
Screenshot 2026-05-11 at 11 45 43 AM

@wesbillman wesbillman enabled auto-merge (squash) May 11, 2026 18:50
@wesbillman wesbillman merged commit cec1143 into main May 11, 2026
15 checks passed
@wesbillman wesbillman deleted the fix-activity-header branch May 11, 2026 18:53
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.

1 participant