-
Notifications
You must be signed in to change notification settings - Fork 101
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
✨ Categories tabs for different search content in the search page #487
Comments
To reduce notifications, issues are locked until they are 🏁 status: ready for dev and to be assigned. You can learn more in our contributing guide https://github.com/neon-mmd/websurfx/blob/rolling/CONTRIBUTING.md |
The issue has been unlocked and is now ready for dev. If you would like to work on this issue, you can comment to have it assigned to you. You can learn more in our contributing guide https://github.com/neon-mmd/websurfx/blob/rolling/CONTRIBUTING.md |
Stale issue message |
Stale issue message |
Description
Work Expected From The Issue
Provide tabs for different search categories like images, general, etc in the search page.
For this issue, you will need to edit the files
src/templates/views/search.rs
andpublic/static/themes/simple.css
both located under the codebase (websurfx
directory). Also, you may need to write some javascript if necessary to handle the switching of search content functionality when the tab is changed.Important
Try to avoid javascript as much as possible and use it only when it is necessary because javascript has been shown to degrade user privacy and is a threat to it. Also, when you use javascript please try to reduce the amount of code to as little as possible for the same reasons mentioned previously.
Reason Behind This Changes
By working on this change, this will provide more search content to the user. Also, provide a navigable tab system to different search content types like images, news, etc. Which in turn will improve the user experience.
Screenshots
No response
Do you want to work on this issue?
None
Additional information
No response
The text was updated successfully, but these errors were encountered: