-
Notifications
You must be signed in to change notification settings - Fork 6
chore: update backup-n-schedule detail path #916
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
…mon-lib into feat/create-backup
…mon-lib into feat/backup-n-schedule-detail
…bs/devtron-fe-common-lib into feat/create-backup
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This PR updates the routing path for the backup schedule detail page and introduces a new reusable Card component to the shared components library.
- Adds a new Card component with loading states and customizable styling options
- Updates ModalSidebarPanel to conditionally render its content wrapper
- Exports the new Card component from the shared components index
Reviewed Changes
Copilot reviewed 5 out of 5 changed files in this pull request and generated 3 comments.
Show a summary per file
| File | Description |
|---|---|
| src/Shared/Components/index.ts | Exports the new Card component |
| src/Shared/Components/ModalSidebarPanel/ModalSidebarPanel.component.tsx | Adds conditional rendering wrapper around sidebar content |
| src/Shared/Components/Card/types.ts | Defines TypeScript types for the Card component |
| src/Shared/Components/Card/index.ts | Exports Card component and its types |
| src/Shared/Components/Card/Card.component.tsx | Implements the Card component with shimmer loading states |
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
…mon-lib into feat/backup-n-schedule-detail
…bs/devtron-fe-common-lib into feat/create-backup
feat: add Card component
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Approving on the notion that will re-visit after discussion with @uxarya-d regarding size variance, etc.
Description
Please include a summary of the change and which issue is fixed. Please also include relevant motivation and context. List any dependencies that are required for this change.
Type of change
How Has This Been Tested?
Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. Please also list any relevant details for your test configuration
Checklist