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(ui): wider stroke width for selected node. Fixes #6984 #7000

Merged
merged 1 commit into from
Oct 21, 2021

Conversation

tczhao
Copy link
Member

@tczhao tczhao commented Oct 21, 2021

Fixes #6984

image

Untitled_.Oct.21.2021.mp4

Tips:

  • Maybe add you organization to USERS.md.
  • Your PR needs to pass the required checks before it can be approved. If the check is not required (e.g. E2E tests) it does not need to pass
  • Sign-off your commits to pass the DCO check: git commit --signoff.
  • Run make pre-commit -B to fix codegen or lint problems.
  • Say how how you tested your changes. If you changed the UI, attach screenshots.
  • If changes were requested, and you've made them, then dismiss the review to get it looked at again.
  • You can ask for help!

Signed-off-by: Tianchu Zhao <evantczhao@gmail.com>
@codecov
Copy link

codecov bot commented Oct 21, 2021

Codecov Report

Merging #7000 (b2e6395) into master (0446f52) will increase coverage by 0.04%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #7000      +/-   ##
==========================================
+ Coverage   48.48%   48.53%   +0.04%     
==========================================
  Files         265      265              
  Lines       19273    19273              
==========================================
+ Hits         9345     9354       +9     
+ Misses       8876     8865      -11     
- Partials     1052     1054       +2     
Impacted Files Coverage Δ
cmd/argo/commands/get.go 58.30% <0.00%> (-1.46%) ⬇️
workflow/controller/operator.go 71.22% <0.00%> (+0.14%) ⬆️
cmd/argoexec/commands/emissary.go 51.79% <0.00%> (+1.43%) ⬆️
server/workflow/workflow_server.go 46.80% <0.00%> (+2.39%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 0446f52...b2e6395. Read the comment docs.

@alexec alexec merged commit 6a674e7 into argoproj:master Oct 21, 2021
SunSparc pushed a commit to SunSparc/argo-workflows that referenced this pull request Oct 22, 2021
Signed-off-by: Tianchu Zhao <evantczhao@gmail.com>
Signed-off-by: Jonathan Duncan <jonathan@nacnud.com>
kriti-sc pushed a commit to kriti-sc/argo-workflows that referenced this pull request Oct 24, 2021
Signed-off-by: Tianchu Zhao <evantczhao@gmail.com>
Signed-off-by: kriti-sc <kathuriakriti1@gmail.com>
@sarabala1979 sarabala1979 mentioned this pull request Oct 26, 2021
25 tasks
@sarabala1979 sarabala1979 mentioned this pull request Nov 4, 2021
25 tasks
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.

UI, make selected nodes more obvious
2 participants