-
-
Notifications
You must be signed in to change notification settings - Fork 629
fix(ui:): Resolve endpoint card result tooltip issues #1441
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: master
Are you sure you want to change the base?
Conversation
|
The updated UI behavior: Screen.Recording.2025-12-12.135821.mp4 |
|
I cannot get to a working solution for the two oustanding issues:
|
93e000f to
33bb604
Compare
My suggestion would be to leave it as is and tackle the remaining issues in a new PR/Issue -> #1458 |
|
@PythonGermany Would you say the two issues you outlined is a regression compared to the current behavior in the master branch (despite the new feature)? I have no problem splitting an issue in smaller sub-issues, but if it leaves the latest version of Gatus in a state where user experience is impacted until the sub-issue(s) are resolved, I would rather find a solution before merging the initial/faulty implementation. |
Both issues mentioned are already present in the master branch with exactly the same observable behavior. They are not introduced by the changes of this PR. Just haven't found a good solution so far, that's why they are still unresolved. |

Summary
Fixes #1440
In addition it also fixes various other issues regarding the endpoint card tooltip. See checklist.
Checklist
ISSUE: Tooltip persistence not enabled when clicking between the resultsISSUE: Empty tooltip is shown for a short amount of time before tooltip is hiddenFound the cause -> Because the transition has a time configured. If I disable the transition the artifact is gone, but then location changes between results are also instantREADME.md, if applicable.