-
Notifications
You must be signed in to change notification settings - Fork 38
feat(project-dashboard): create project-dashboard actions #5760
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
feat(project-dashboard): create project-dashboard actions #5760
Conversation
…date) Signed-off-by: samuel.park <[email protected]>
Signed-off-by: samuel.park <[email protected]>
Signed-off-by: samuel.park <[email protected]>
Signed-off-by: samuel.park <[email protected]>
Signed-off-by: samuel.park <[email protected]>
…n helper Signed-off-by: samuel.park <[email protected]>
Signed-off-by: samuel.park <[email protected]>
The latest updates on your projects. Learn more about Vercel for Git ↗︎ 4 Skipped Deployments
|
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.
Copilot reviewed 15 out of 15 changed files in this pull request and generated no comments.
Comments suppressed due to low confidence (2)
apps/web/src/services/project/v2/pages/ProjectMainPage.vue:131
- Review the conditional rendering of : changing the check from using 'projectId' to 'props.projectGroupOrProjectId' might lead to the component not rendering when only 'projectId' is defined. Please verify this change is intentional.
<project-detail-tab v-if="mounted && props.projectGroupOrProjectId"
apps/web/src/services/dashboards/components/dashboard-detail/DashboardDetailHeader.vue:26
- Changing 'folderItems' from an optional prop to a required one could cause runtime errors if the parent component does not provide it. Consider providing a default value or keeping it optional if needed.
folderItems: Array<FolderModel>;
Signed-off-by: samuel.park <[email protected]>
Signed-off-by: samuel.park <[email protected]>
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.
Copilot reviewed 18 out of 18 changed files in this pull request and generated no comments.
Comments suppressed due to low confidence (1)
apps/web/src/services/dashboard-shared/core/actions/use-dashboard-clone-action.ts:73
- In the clone action, the resource_group property is no longer set for non-private dashboards after removing the context-based conditions. If resource_group is required for dashboard creation, please add explicit logic to assign the appropriate resource_group based on the dashboard context.
const _sharedDashboard: DashboardCreateParams = {
0c1a68a
into
feature-integration-project-detail
Skip Review (optional)
style
,chore
,ci
,test
,docs
)Description (optional)
Things to Talk About (optional)