Skip to content

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

Merged

Conversation

piggggggggy
Copy link
Member

Skip Review (optional)

  • Minor changes that don't affect the functionality (e.g. style, chore, ci, test, docs)
  • Previously reviewed in feature branch, further review is not mandatory
  • Self-merge allowed for solo developers or urgent changes

Description (optional)

Things to Talk About (optional)

@piggggggggy piggggggggy added the self_approved/review Pull Request has been reviewed and approved by the author without requiring additional reviewers. label Apr 10, 2025
@piggggggggy piggggggggy requested a review from Copilot April 10, 2025 11:01
Copy link

vercel bot commented Apr 10, 2025

The latest updates on your projects. Learn more about Vercel for Git ↗︎

4 Skipped Deployments
Name Status Preview Comments Updated (UTC)
console ⬜️ Ignored (Inspect) Visit Preview Apr 10, 2025 11:31am
dashboard ⬜️ Ignored (Inspect) Visit Preview Apr 10, 2025 11:31am
feature-integration-project-detail ⬜️ Ignored (Inspect) Visit Preview Apr 10, 2025 11:31am
web-storybook ⬜️ Ignored (Inspect) Visit Preview Apr 10, 2025 11:31am

Copy link

@Copilot Copilot AI left a 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>;

@piggggggggy piggggggggy requested a review from Copilot April 10, 2025 11:31
Copy link

@Copilot Copilot AI left a 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 = {

@piggggggggy piggggggggy merged commit 0c1a68a into feature-integration-project-detail Apr 10, 2025
9 of 11 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
pass/signedoff self_approved/review Pull Request has been reviewed and approved by the author without requiring additional reviewers.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant