Skip to content

feat(vue-query-devtools): install custom vue-query devtools sdk #5832

Merged
piggggggggy merged 2 commits intodevelopfrom
feature-vue-query-devtools
May 5, 2025
Merged

feat(vue-query-devtools): install custom vue-query devtools sdk #5832
piggggggggy merged 2 commits intodevelopfrom
feature-vue-query-devtools

Conversation

@piggggggggy
Copy link
Member

@piggggggggy piggggggggy commented May 5, 2025

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)

Vue Query Devtools

Things to Talk About (optional)

piggggggggy and others added 2 commits May 2, 2025 01:25
Signed-off-by: samuel.park <samuel.park@megazone.com>
Signed-off-by: piggggggggy <samuel.park@mz.co.kr>
@piggggggggy piggggggggy added the self_approved/review Pull Request has been reviewed and approved by the author without requiring additional reviewers. label May 5, 2025
@vercel
Copy link

vercel bot commented May 5, 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) May 5, 2025 10:55am
dashboard ⬜️ Ignored (Inspect) May 5, 2025 10:55am
feature-integration-project-detail ⬜️ Ignored (Inspect) May 5, 2025 10:55am
web-storybook ⬜️ Ignored (Inspect) May 5, 2025 10:55am

Copy link

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.

Pull Request Overview

This PR integrates a custom Vue Query Devtools SDK into the application.

  • Installs and imports the ConsoleVueQueryDevtools from the new sdk.
  • Adds the component to the App.vue template.
Files not reviewed (1)
  • apps/web/package.json: Language not supported

<div v-cloak
id="app"
>
<console-vue-query-devtools />
Copy link

Copilot AI May 5, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Consider conditionally rendering the component using a check (e.g., v-if="import.meta.env.DEV") to ensure that it is only enabled during development.

Suggested change
<console-vue-query-devtools />
<console-vue-query-devtools v-if="import.meta.env.DEV" />

Copilot uses AI. Check for mistakes.
@piggggggggy piggggggggy merged commit 2c3f811 into develop May 5, 2025
13 checks passed
@piggggggggy piggggggggy deleted the feature-vue-query-devtools branch May 5, 2025 11:26
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.

2 participants