Files
toonvank 7092602aee Add homepage recommendations and enhance search functionality
- Implemented a new recommendation system in `app/util/recommendations.py` to fetch popular, recently requested, and personalized books for users.
- Updated `app/routers/search.py` to retrieve recommendations when no search term is provided and to handle redirection to the homepage.
- Enhanced `templates/root.html` to display various categories of recommendations, including popular, trending, and personalized suggestions.
- Modified `templates/search.html` to show recommendations when no search term is entered, improving user experience.
- Created a reusable book card component in `templates/components/book_card.html` for displaying book information consistently across different sections.
2025-12-29 19:09:17 +00:00
..
2025-02-15 16:58:23 +01:00