Open http://localhost:4567 in your browser, you'll see that the Hits column is incorrect - it shows part of the text fragment instead of the hit counter.
The UI makes an assumption that the URI won't have a comma, which isn't always true. Maybe serialize the output of /api/all to JSON instead of comma-separated plaintext?
Expected behavior
I expect to see the hit counter for an entry in the UI.
Screenshots
Desktop (please complete the following information):
Describe the bug
If the long URL has a comma (e.g., within a text fragment), then the UI shows wrong info.
To Reproduce Steps to reproduce the behavior:
http://localhost:4567
in your browser, you'll see that the Hits column is incorrect - it shows part of the text fragment instead of the hit counter.The UI makes an assumption that the URI won't have a comma, which isn't always true. Maybe serialize the output of
/api/all
to JSON instead of comma-separated plaintext?Expected behavior
I expect to see the hit counter for an entry in the UI.
Screenshots
Desktop (please complete the following information):