-
-
Notifications
You must be signed in to change notification settings - Fork 16.9k
#ieeesoc Highlight effect missing for multiple question in ASK AI bot #13599
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
Comments
👋 Hello @denshaw-09, thank you for bringing this to our attention and for your clear description and screenshot! 🚀 This is an automated response to help you get the fastest possible support. An Ultralytics engineer will review your issue and provide further assistance soon. If this is a 🐛 Bug Report, please provide a minimum reproducible example (MRE) if you haven't already. This helps us debug and resolve the issue more efficiently. For general troubleshooting and best practices, please review our Tutorials and, if applicable, our Tips for Best Training Results. RequirementsPython>=3.8.0 with all requirements.txt installed including PyTorch>=1.8. To get started: git clone https://github.com/ultralytics/yolov5 # clone
cd yolov5
pip install -r requirements.txt # install EnvironmentsYOLOv5 can be run in any of the following up-to-date verified environments (with all dependencies including CUDA/CUDNN, Python and PyTorch preinstalled):
Status
Thank you for helping us improve YOLOv5! 🖌️✨ |
Hi @denshaw-09, Thank you for reporting this UI inconsistency with the highlight effect. You're right - the highlighting should be consistent across all example questions for better user experience. I've logged this as a UI bug to be addressed in an upcoming release. Your suggestion about adding a hover effect is also appreciated and will be considered as we work on the fix. We'll update this issue once the changes have been implemented. Thanks for helping us improve the YOLOv5 repository! |
It's nice to hear that @pderrenger |
Hi @denshaw-09, Thank you for your interest in contributing to this fix! We appreciate community involvement in improving YOLOv5. While we don't typically pre-assign issues, you're welcome to submit a pull request addressing this UI inconsistency once we've completed our initial updates. Our contribution guidelines can be found in the CONTRIBUTING.md file, which outlines the process for submitting changes. When you're ready to work on it, feel free to mention this issue in your PR. Thanks again for your willingness to help! |
Search before asking
Question
The dynamic yellow highlight effect is only applied to the first prompt question, but it should be present for all three. This inconsistency affects the visual experience and may lead to confusion for users expecting a uniform highlight effect.
Expected Behavior
The yellow highlight effect should appear on all three example questions in the build-in prompt.
Actual Behavior
Currently, the highlight effect is applied only to the first question, while the other two do not have the same dynamic effect.
Steps to Reproduce
Reference
Potential Cause
This could be due to a CSS or JavaScript issue limiting the effect to a single element instead of applying it uniformly across all three.
Additional
The text was updated successfully, but these errors were encountered: