-
Notifications
You must be signed in to change notification settings - Fork 6.5k
fix(ui): overlapping UI elements and add resource units to tooltips (cherry-pick #24717 for 3.2) #25224
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
base: release-3.2
Are you sure you want to change the base?
fix(ui): overlapping UI elements and add resource units to tooltips (cherry-pick #24717 for 3.2) #25224
Conversation
…ents (argoproj#23767) Signed-off-by: chansuke <[email protected]>
…rgoproj#24766) Signed-off-by: choejwoo <[email protected]>
…instances (argoproj#23266) Signed-off-by: Atif Ali <[email protected]>
…rgoproj#24717) Signed-off-by: choejwoo <[email protected]>
976868d to
f640313
Compare
|
@rumstead Not sure whether a collection cherry-pick is desired here. But if so, I'd merge it using a merge commit rather than a squash merge so we have all the atomic commits (with its context) on the 3.2 release branch as well. |
|
Hi, @mkilchhofer. |
|
Hi @choejwoo Does it make sense in your opinion to just cherry-pick one PR? Anyways, I'll be happy in any case
|
Yes, originally my PR contained atomic changes, but before it was merged, a new feature overlapping with my code was added, which caused the conflict. |
|
Okay with that. 👍 What I wanted to bring up is that maybe someone else want to backport the other changes as well and then it would be easier if all changes are cherry-picked in the same order as on master branch :) Since there are no API changes or changes to the proto files, I dont see an issue in pulling all those to the next 3.2 patch release. Let the decision take the maintainers of Argo CD which PR they accept 🤷♂️ |
My intent was to cherry-pick
but it seems that there were changes from:
which influences the cherry-picked commit.
I am not a frontend guy and thus I cannot elaborate what makes sense :)
At least a manually compiled version (
make image) works as desired:/cc: @rumstead
Checklist: