Skip to content

show save button in ide when dirtyflag is sent to parent #1594

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

Open
wants to merge 11 commits into
base: master
Choose a base branch
from

Conversation

paulr34
Copy link
Collaborator

@paulr34 paulr34 commented May 5, 2025

No description provided.

@paulr34 paulr34 requested review from tecimovic and brdandu as code owners May 5, 2025 13:35
@codecov-commenter
Copy link

codecov-commenter commented May 5, 2025

Codecov Report

Attention: Patch coverage is 33.33333% with 2 lines in your changes missing coverage. Please review.

Project coverage is 66.98%. Comparing base (dc0747a) to head (c2b7655).
Report is 23 commits behind head on master.

Files with missing lines Patch % Lines
src/components/ZCLToolbar.vue 0.00% 1 Missing ⚠️
src/store/zap/mutations.js 50.00% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master    #1594      +/-   ##
==========================================
+ Coverage   66.93%   66.98%   +0.05%     
==========================================
  Files         197      198       +1     
  Lines       21827    22228     +401     
  Branches     4817     4914      +97     
==========================================
+ Hits        14609    14890     +281     
- Misses       7218     7338     +120     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@ethanzhouyc ethanzhouyc self-requested a review May 6, 2025 15:47
@paulr34 paulr34 requested a review from dhchandw May 6, 2025 16:15
@paulr34 paulr34 force-pushed the fixSaveButton_IdeIntegration branch from c2b7655 to c475270 Compare May 7, 2025 15:09
@@ -61,9 +61,7 @@
flat
no-caps
@click="saveChanges"
v-if="
this.$store.state.zap.saveButtonVisible && this.$store.state.zap.isDirty
"
Copy link
Collaborator

Choose a reason for hiding this comment

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

If saveButtonVisible and isDirty is not used in other places, after they are deleted, their related code to define or set their value should be removed too

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

I agree, thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants