fix: Remove collapse button#3904
Conversation
Soffi AI SummaryThis PR removes the collapse/expand toggle button for the actions panel from the AI Chatbot header. The button, which used a Commits
Updated: 2026-07-23 14:51 UTC |
Greptile SummaryThis PR removes the manual collapse button for the actions panel from the chatbot header. The Confidence Score: 5/5Safe to merge — the change is a targeted removal of a UI element with no broken references or side effects. The diff removes three things — an import, two context destructured values, and the JSX block that rendered the collapse button. The underlying state (actionsPanelOpen/setActionsPanelOpen) remains in AIContext and is still consumed correctly by ChatbotActionsPanel, which drives the panel open/close automatically. Nothing is left dangling. No files require special attention.
|
| Filename | Overview |
|---|---|
| assets/src/components/ai/chatbot/ChatbotHeader.tsx | Removes the HamburgerMenuCollapseIcon import, the actionsPanelOpen/setActionsPanelOpen context destructuring, and the collapse button JSX — leaving no residual references; the actions panel state remains intact in AIContext and is still consumed by ChatbotActionsPanel. |
Reviews (1): Last reviewed commit: "remove collapse button" | Re-trigger Greptile
Plural Flow: console