shlinkio / shlink-web-client

A React-based client application for Shlink
https://app.shlink.io
MIT License
299 stars 81 forks source link

Make URLs in the "Visited URL" column clickable #1274

Closed mdrxy closed 2 months ago

mdrxy commented 2 months ago

Summary

"Visited URLs" at /non-orphan-visits/list are not hyperlinks. My request is to convert them to hyperlinks.

Use case

This would save users time and allow them to navigate to the URL without needing to select the text, copy, open a new tab, paste, and then enter.

acelaya commented 2 months ago

That value is mainly informative. What's the context for you to need to visit the URL that was visited by a user? Wouldn't that generate incorrect visit stats for you?

mdrxy commented 2 months ago

The context would be investigating quickly to see what it is pointing to - perhaps to mitigate incorrect visit stats (which in my eyes would be fine sacrificing), the href would point to the underlying long URL?

acelaya commented 2 months ago

See my comment here.

Once the capability referenced there is implemented, we can enhance this list so that you can cross-reference visits with the short URL that produced them.

I'll close this for now.