Skip to content
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: improve Helm charts values.yaml popup #909

Merged
merged 1 commit into from
Oct 10, 2024
Merged

Conversation

am6737
Copy link
Contributor

@am6737 am6737 commented Oct 4, 2024

  • Added custom width (60vw) to Helm values.yaml dialog for better visibility.
  • Enabled close modes: 'close' and 'mask' to improve user experience.

Description of your changes

Fixes #851

I have:

  • Read and followed KubeVela's contribution process.
  • Related Docs updated properly. In a new feature or configuration option, an update to the documentation is necessary.
  • Run yarn lint to ensure the frontend changes are ready for review.
  • Run make reviewableto ensure the server changes are ready for review.
  • Added backport release-x.y labels to auto-backport this PR if necessary.

Special notes for your reviewer

- Added custom width (60vw) to Helm values.yaml dialog for better visibility.
- Enabled close modes: 'close' and 'mask' to improve user experience.

Closes kubevela#851

Signed-off-by: am6737 <1359816810@qq.com>
Copy link

codecov bot commented Oct 4, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 51.03%. Comparing base (2ab672c) to head (7bbfb4e).
Report is 4 commits behind head on main.

❗ There is a different number of reports uploaded between BASE (2ab672c) and HEAD (7bbfb4e). Click for more details.

HEAD has 2 uploads less than BASE
Flag BASE (2ab672c) HEAD (7bbfb4e)
apiserver-unittests 1 0
server-e2e-tests 2 1
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #909      +/-   ##
==========================================
- Coverage   59.01%   51.03%   -7.99%     
==========================================
  Files         116      116              
  Lines       19846    16511    -3335     
==========================================
- Hits        11713     8427    -3286     
- Misses       6696     6841     +145     
+ Partials     1437     1243     -194     
Flag Coverage Δ
apiserver-unittests ?
server-e2e-tests 51.03% <ø> (+2.72%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

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

Copy link
Collaborator

@barnettZQG barnettZQG left a comment

Choose a reason for hiding this comment

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

LGTM

@wonderflow wonderflow merged commit d9b7ae1 into kubevela:main Oct 10, 2024
19 of 20 checks passed
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.

[Feature] The popups of helm charts values.yaml needs improvement
3 participants