fix(home): stop sidebar collapsing when artifact opens#3677
fix(home): stop sidebar collapsing when artifact opens#3677waleedlatif1 merged 1 commit intostagingfrom
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub. |
PR SummaryLow Risk Overview
Written by Cursor Bugbot for commit b342834. Configure here. |
Greptile SummaryThis is a minimal, focused bug fix that removes the unintended side-effect of auto-collapsing the left sidebar whenever a new artifact (resource) was opened in the mothership chat panel. Changes made:
The remaining behavior of Confidence Score: 5/5
Important Files Changed
Flowchart%%{init: {'theme': 'neutral'}}%%
flowchart TD
A[Resource event fires] --> B{Is resource panel collapsed?}
B -- Yes --> C[setIsResourceCollapsed false]
C --> D[startAnimatingIn]
D --> E[Resource panel slides in]
B -- No --> F[No-op]
style A fill:#4f46e5,color:#fff
style E fill:#16a34a,color:#fff
style F fill:#6b7280,color:#fff
Last reviewed commit: "fix(home): stop side..." |
Summary
Type of Change
Testing
Tested manually
Checklist