fix: Add skeletons on systems page#351
Conversation
WalkthroughThis pull request updates several UI components and reorganizes file imports. The changes include updating the import paths for components such as Changes
Sequence Diagram(s)sequenceDiagram
participant User
participant SDT as SystemDeploymentTable
participant DS as Data Service
participant SDS as SystemDeploymentSkeleton
participant DT as DeploymentTable
User->>SDT: Request deployment view
SDT->>DS: Fetch environments & deployments
alt While loading
SDT->>SDS: Render skeleton state
else Data loaded
SDT->>DT: Render complete DeploymentTable
end
Suggested reviewers
Poem
📜 Recent review detailsConfiguration used: .coderabbit.yaml 📒 Files selected for processing (6)
✅ Files skipped from review due to trivial changes (2)
🧰 Additional context used📓 Path-based instructions (1)`**/*.{ts,tsx}`: **Note on Error Handling:** Avoid strict en...
⏰ Context from checks skipped due to timeout of 90000ms (3)
🔇 Additional comments (9)
✨ Finishing Touches
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media? 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
Documentation and Community
|
Summary by CodeRabbit
New Features
Refactor
Style