From 92e5b4936eb46c17ea984ee33ea2e88ee4753cd9 Mon Sep 17 00:00:00 2001 From: denshooter <44590296+denshooter@users.noreply.github.com> Date: Sun, 15 Feb 2026 22:13:34 +0100 Subject: [PATCH] Claude/add book ratings comments kq0 lx (#66) * feat: Add book ratings and reviews managed via Directus CMS Adds a new "Read Books" section below "Currently Reading" in the About page. Book reviews with star ratings and comments are fetched from a Directus CMS collection (book_reviews) and displayed with the existing liquid design system. Includes i18n support (EN/DE), show more/less toggle, and graceful fallback when the CMS collection does not exist yet. https://claude.ai/code/session_017E8W9CcHFM5WQVHw74JP34 * chore: Add CLAUDE.md, TODO.md, and fix ReadBooks Tailwind classes - Add CLAUDE.md with project architecture, conventions, and common tasks - Add TODO.md with prioritized roadmap (book reviews, CMS, n8n, frontend) - Fix invalid Tailwind classes in ReadBooks.tsx (h-30 -> h-[7.5rem], w-22 -> w-24) https://claude.ai/code/session_017E8W9CcHFM5WQVHw74JP34 --------- Co-authored-by: Claude