improvement(files): show loading spinner in file preview content area#5610
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub. |
PR SummaryLow Risk Overview
Image previews get an explicit load-settled state: Reviewed by Cursor Bugbot for commit 2d981c5. Configure here. |
Greptile SummaryThis PR adds visible loading indicators to file preview surfaces. The main changes are:
Confidence Score: 5/5This looks safe to merge.
Important Files Changed
Reviews (4): Last reviewed commit: "improvement(files): show loading spinner..." | Re-trigger Greptile |
|
@cursor review |
There was a problem hiding this comment.
✅ Bugbot reviewed your changes and found no new issues!
Comment @cursor review or bugbot run to trigger another review on this PR
Reviewed by Cursor Bugbot for commit 2d981c5. Configure here.
|
@cursor review |
There was a problem hiding this comment.
✅ Bugbot reviewed your changes and found no new issues!
Comment @cursor review or bugbot run to trigger another review on this PR
Reviewed by Cursor Bugbot for commit 2d981c5. Configure here.
Summary
Loaderspinner so users know content is comingPreviewLoadingFrame,PREVIEW_LOADING_OVERLAY) that every preview renderer (text, markdown, PDF, docx, pptx, xlsx, csv, audio/video) already funnels through, so all file types get it from one change<img>decoded) — added a load-settled overlay driven byonLoad/onErrorType of Change
Testing
Tested manually
Checklist