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.
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.
b. The instruction box layout was not fixed