We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
This is a simple UI enhancement.
Currently, when there are many packages, the results page shows the following text:
To see all packages which contain results: curl -s https://codesearch.debian.net/results/.../packages.txt
curl -s https://codesearch.debian.net/results/.../packages.txt
I propose that this text should be changed to an <a> element linking to the text file.
(The command used to be more complicated before #94, but now it's just downloading a file so it can be replaced with a simple link.)
I'd be happy to write a PR (I'm just not sure what the link text should say, and whether the text should continue to be collapsed initially).
The text was updated successfully, but these errors were encountered:
No branches or pull requests
This is a simple UI enhancement.
Currently, when there are many packages, the results page shows the following text:
I propose that this text should be changed to an <a> element linking to the text file.
(The command used to be more complicated before #94, but now it's just downloading a file so it can be replaced with a simple link.)
I'd be happy to write a PR (I'm just not sure what the link text should say, and whether the text should continue to be collapsed initially).
The text was updated successfully, but these errors were encountered: