You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
in the tool page, we should have a way to prefilter the tools with the url https://phpqa.io/#tag-name,tag-name2 should prefiltered the page for the two tag tag-name & tag-name2
The anchor url can be easyly build in js without reloading the page, so we we click on the tags, we should have the url tags added.
The text was updated successfully, but these errors were encountered:
It is already on the todo list, as I want it to use it as a way to show a link next to the author on the tool details page. You could then click through to a filtered list with projects by the author as well as add tag links.
It's one of the easiest things to implement on the list for the moment, so I'll release it soon, but I want to make sure to check for injection problems in javascript.
in the tool page, we should have a way to prefilter the tools with the url
https://phpqa.io/#tag-name,tag-name2 should prefiltered the page for the two tag tag-name & tag-name2
The anchor url can be easyly build in js without reloading the page, so we we click on the tags, we should have the url tags added.
The text was updated successfully, but these errors were encountered: