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

fix(frontend): skip polling improvements #3472

Merged
merged 2 commits into from Dec 21, 2023
Merged

Conversation

xoscar
Copy link
Collaborator

@xoscar xoscar commented Dec 21, 2023

This PR updates the skip polling to be more intuitive

Changes

  • Updates behavior of the popover (no longer opens after 10 secs)
  • Adds close button
  • Adds tooltip

Fixes

Checklist

  • tested locally
  • added new dependencies
  • updated the docs
  • added a test

Loom video

skippolling

@xoscar xoscar requested a review from jorgeepc December 21, 2023 20:50
@xoscar xoscar self-assigned this Dec 21, 2023
@xoscar xoscar marked this pull request as ready for review December 21, 2023 20:50
@@ -6,7 +6,7 @@ const TraceIDTriggerService = (): ITriggerService => ({
async getRequest(values) {
const {id} = values as ITraceIDValues;

return TraceIDRequest({id: id.includes('env:') ? id : `\${env:${id}}`});
return TraceIDRequest({id: id.includes('env:') || id.includes('var:') ? id : `\${env:${id}}`});
Copy link
Contributor

Choose a reason for hiding this comment

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

🚀

@xoscar xoscar merged commit 7518e5a into main Dec 21, 2023
37 checks passed
@xoscar xoscar deleted the fix/skip-polliing-improvements branch December 21, 2023 21:23
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.

None yet

2 participants