From 2ba94b0a45c799db59ad42ae3933ffdfe107dc7e Mon Sep 17 00:00:00 2001 From: Claudio Ortolina Date: Sun, 13 Jul 2025 21:24:06 +0100 Subject: [PATCH] Add recommendation to CLAUDE.md --- CLAUDE.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CLAUDE.md b/CLAUDE.md index 8b91a096..d1adc5b8 100644 --- a/CLAUDE.md +++ b/CLAUDE.md @@ -210,6 +210,7 @@ UI and Styling - Use Phoenix LiveView for dynamic, real-time interactions. - Implement responsive design with Tailwind CSS. - Use Phoenix view helpers and templates to keep views DRY. +- **Responsive Design**: When screen space is limited, prefer content-focused flexible layouts over rigid tabular structures. Reorganize information hierarchically within each item, grouping related data visually while maintaining scanability and preserving all functionality. Performance Optimization