Enhance Feedback Section UI - Improved Visual Clarity (#806) #1027
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This pull request addresses the current feedback section UI, which overlaps with food images, creating a cluttered and visually unappealing experience (Issue #806).
Problem:
The current placement of the feedback section partially covers food images, hindering user experience.
This overlap makes it difficult for users to:
Clearly see the food items they're providing feedback on.
Focus on formulating their feedback due to visual clutter.
Proposed Solution:
This PR aims to improve the feedback section UI by:
Repositioning the feedback section: We will explore options like placing it below the food images, on a dedicated sidebar, or implementing a more suitable layout.
Adjusting element transparency (optional): We might consider adjusting the transparency of the feedback section elements to allow for better visibility of the underlying food images.
Utilizing a collapsible/expandable feedback section (optional): We could explore a collapsible/expandable option to minimize visual clutter on the page when not actively providing feedback.
Benefits:
Improved visual clarity of food images, allowing users to focus on the product.
Enhanced user experience by eliminating overlap and creating a cleaner interface.
Potentially increased user engagement with feedback due to a more user-friendly layout.
Before -
![foodie_feedback](https://private-user-images.githubusercontent.com/130893914/337867139-b293eeaa-b2e2-446b-93f3-e9f71ace85af.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzkwOTc3OTMsIm5iZiI6MTczOTA5NzQ5MywicGF0aCI6Ii8xMzA4OTM5MTQvMzM3ODY3MTM5LWIyOTNlZWFhLWIyZTItNDQ2Yi05M2YzLWU5ZjcxYWNlODVhZi5wbmc_WC1BbXotQWxnb3JpdGhtPUFXUzQtSE1BQy1TSEEyNTYmWC1BbXotQ3JlZGVudGlhbD1BS0lBVkNPRFlMU0E1M1BRSzRaQSUyRjIwMjUwMjA5JTJGdXMtZWFzdC0xJTJGczMlMkZhd3M0X3JlcXVlc3QmWC1BbXotRGF0ZT0yMDI1MDIwOVQxMDM4MTNaJlgtQW16LUV4cGlyZXM9MzAwJlgtQW16LVNpZ25hdHVyZT0wMDlkMTg3OTdlNjMzNWE2N2EyNWE5NzQ2MTZkYTZmYzA0NTA5NWYwZDI1MGQ2ZDBmYjAyMGQ2NzFmZWJmZDJjJlgtQW16LVNpZ25lZEhlYWRlcnM9aG9zdCJ9.NdqWl_WLROFZ7p_zhKez06lOfHxUkQpDhOhSQJWPoOM)
After -
![feedback](https://private-user-images.githubusercontent.com/130893914/337867208-44f3f6ff-686d-44d1-ab42-1ab0dc072ee5.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzkwOTc3OTMsIm5iZiI6MTczOTA5NzQ5MywicGF0aCI6Ii8xMzA4OTM5MTQvMzM3ODY3MjA4LTQ0ZjNmNmZmLTY4NmQtNDRkMS1hYjQyLTFhYjBkYzA3MmVlNS5wbmc_WC1BbXotQWxnb3JpdGhtPUFXUzQtSE1BQy1TSEEyNTYmWC1BbXotQ3JlZGVudGlhbD1BS0lBVkNPRFlMU0E1M1BRSzRaQSUyRjIwMjUwMjA5JTJGdXMtZWFzdC0xJTJGczMlMkZhd3M0X3JlcXVlc3QmWC1BbXotRGF0ZT0yMDI1MDIwOVQxMDM4MTNaJlgtQW16LUV4cGlyZXM9MzAwJlgtQW16LVNpZ25hdHVyZT0wZWMyNDgxYjFmN2JjNTYyZWZlZDY1ZjhjYmE3ZGQyZTk0N2FlNDQ4Mjg1MzViNzk5Mzg3NDkzNWFhYjc5OGYxJlgtQW16LVNpZ25lZEhlYWRlcnM9aG9zdCJ9.S9gdhsNZHTkP_Czoq0DYzlIu8YP2yfAmAVzS_cY_bfU)