Replace conversation loading spinner with skeleton cards#12230
Merged
amanape merged 6 commits intoOpenHands:mainfrom Jan 7, 2026
Merged
Replace conversation loading spinner with skeleton cards#12230amanape merged 6 commits intoOpenHands:mainfrom
amanape merged 6 commits intoOpenHands:mainfrom
Conversation
hieptl
reviewed
Jan 3, 2026
Collaborator
hieptl
left a comment
There was a problem hiding this comment.
Hello @adithya-naik, Could you clarify why this checkbox was not selected? It appears that the code may not have been fully tested to ensure it works as expected.
Contributor
Author
@hieptl |
Collaborator
|
Hello @adithya-naik, I found a few issues while testing your branch locally. Issue 1: The Repository section and the Time should appear on the same line. Please refer to the image below for more details.
Thank you! 🙏 |
amanape
suggested changes
Jan 5, 2026
Contributor
Author
amanape
approved these changes
Jan 7, 2026
Contributor
amanape
left a comment
There was a problem hiding this comment.
I made some additional style fixes.
This is a big UI improvement, thank you!
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.


Summary of PR
This PR replaces the loading spinner in the conversation panel with skeleton cards to improve the user experience while conversations are loading. Instead of a single spinner, users now see placeholder skeletons for each conversation card, providing a more visually structured and responsive interface. Minor adjustments were also made in
conversation-panel.tsxto support the skeleton card display logic.Change Type
Checklist
Fixes
Resolves #12194
Release Notes
End-user friendly description:
Conversation loading now shows skeleton cards instead of a spinner, giving a faster perceived loading experience and improving visual feedback for users.