fix(ui): skeleton design not aligned between states#2177
fix(ui): skeleton design not aligned between states#2177MatteoGabriele merged 3 commits intonpmx-dev:mainfrom
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
2 Skipped Deployments
|
Codecov Report✅ All modified and coverable lines are covered by tests. 📢 Thoughts on this report? Let us know! |
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (1)
🚧 Files skipped from review as they are similar to previous changes (1)
📝 WalkthroughWalkthroughUpdated layout and utility classes in app/components/Package/Skeleton.vue: header background class changed from Possibly related PRs
Suggested labels
Suggested reviewers
🚥 Pre-merge checks | ✅ 1✅ Passed checks (1 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |

🔗 Linked issue
see #2170 (comment)
🧭 Context
The skeleton design is misaligned between the two states: it still includes a sticky header and a scroll area.
📚 Description
Aligned skeleton design with the loaded state.
Notes: The small remaining content shift is caused by the button height not aligning with the real button, and this has been fixed in a PR that addresses header buttons. #2170
before
Screen.Recording.2026-03-21.at.12.21.30.mov
after
Screen.Recording.2026-03-21.at.12.21.53.mov