nitishragu12 / Capstone-Project

0 stars 0 forks source link

UI/integration #113

Closed maxtse25 closed 5 hours ago

maxtse25 commented 17 hours ago

Summary: This pull request addresses three key areas of UI enhancement and code structure refactoring:

UI - Consistent Styling (#89) Unified color palette across pages for a consistent look and feel. Refined component spacing, margins, and padding to improve readability and layout consistency. Refined the appearance of buttonbar

UI - Homepage and Footer (#84) Adjust homepage layout to improve user flow and engagement. Remove the footer and added a new About section

UI - Refactor Structure (#83) Refactored UI component structure to improve maintainability and reusability. Organized common components into shared folders to reduce duplication.

Known Issue: a. The search function is currently not working as expected. After recent refactorings, it was observed that the search queries are not returning the expected results. This appears to be related to the integration of the new UI structure. A fix is being investigated, and an update will be provided in an upcoming commit.

image

b. The instruction box layout was not fixed

somni1oquist commented 5 hours ago

The mentioned search error is fixed during merge process.