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

Add a direct link to trace URLs #102

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Conversation

franzliedke
Copy link
Contributor

  • Only for GET requests
  • Only when domain and path were given

Fixes #11.

- Only for GET requests
- Only when domain and path were given

Fixes #11.
$ 'div',
$ 'h4', title
do =>
if value
$ 'a', title: value, href: href, value
if value? && href
Copy link
Contributor Author

Choose a reason for hiding this comment

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

This isn't quite correct yet, as some of the other fields omit the href prop as well. What I want to really check is whether value is itself a VDOM node, but I didn't know how...

@franzliedke
Copy link
Contributor Author

Screenshot:

Screenshot from 2019-05-21 15-56-08

(Both the "/" and the link icon are links, the former to the filtered trace list and the latter to the request URL.)

@jgraichen jgraichen closed this Mar 31, 2021
@jgraichen jgraichen deleted the branch main March 31, 2021 14:48
@jgraichen jgraichen reopened this Mar 31, 2021
@jgraichen jgraichen changed the base branch from master to main March 31, 2021 15:03
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.

Web traces: Open URLs directly
2 participants