[OPIK-5665] [FE] fix: allow collapsing Ollie sidebar in error state#6159
Merged
[OPIK-5665] [FE] fix: allow collapsing Ollie sidebar in error state#6159
Conversation
When the compute endpoint returns 500 and the error state is shown, the sidebar was stuck open with no way to close it. Add toggle functionality so the error state can be collapsed/expanded, matching the normal sidebar behavior.
Contributor
📋 PR Linter Failed❌ Missing Section. The description is missing the ❌ Missing Section. The description is missing the ❌ Missing Section. The description is missing the ❌ Missing Section. The description is missing the ❌ Missing Section. The description is missing the |
aadereiko
approved these changes
Apr 10, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Details
When the compute endpoint returns 500 and the error state is shown, the Ollie sidebar was stuck open with no way to close it. This adds toggle functionality so the error state can be collapsed/expanded, matching the normal sidebar behavior.
onToggletoAssistantErrorState— expanded error shows an X close button, collapsed error strip expands on clickisOpenstateful inAssistantSidebarLoaderso it can toggle, persisting to localStorage and updating layout widthIssues
https://comet-ml.atlassian.net/browse/OPIK-5665
Change checklist
Testing
DEV_RESULTto error state) and verify expanded error shows X buttonDocumentation
No documentation changes needed.