-
Notifications
You must be signed in to change notification settings - Fork 5.6k
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
fix: Make zoom level a user preference (#7183) #8460
fix: Make zoom level a user preference (#7183) #8460
Conversation
Codecov Report
@@ Coverage Diff @@
## master #8460 +/- ##
=======================================
Coverage 42.65% 42.65%
=======================================
Files 183 183
Lines 22972 22972
=======================================
Hits 9799 9799
Misses 11790 11790
Partials 1383 1383
Continue to review full report at Codecov.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you @keithchong . Noticed one minor issue. Can you take a look?
ui/src/app/applications/components/application-details/application-details.tsx
Outdated
Show resolved
Hide resolved
b2ab1a7
to
f129220
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
f129220
to
88f93bb
Compare
Signed-off-by: Keith Chong <kykchong@redhat.com>
88f93bb
to
eed035b
Compare
Hi @alexmt, this has been rebased. |
Signed-off-by: Keith Chong <kykchong@redhat.com> Signed-off-by: wojtekidd <wojtek.cichon@protonmail.com>
Signed-off-by: Keith Chong kykchong@redhat.com
No specific issue for this PR, but is a follow-up change to address Alex's comment made here:
#8290 (review)
So, with this change, each browser tab Argo CD UI instance will have the same zoom level.
See bullet point 2 from here: #8290 (comment)
and matches the behavior of the grouped nodes button.
Note on DCO:
If the DCO action in the integration test fails, one or more of your commits are not signed off. Please click on the Details link next to the DCO action for instructions on how to resolve this.
Checklist: