From 0b0ffcb8fa82fb5a9ad663456fdd0be07d09145e Mon Sep 17 00:00:00 2001 From: Thomas des Francs Date: Sat, 14 Mar 2026 11:53:42 +0100 Subject: [PATCH] Add pitfall reminders to LLMS guidance (#18627) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit please chat, no scroll in scroll on dashboards 🙏 --- .../create-twenty-app/src/constants/base-application/LLMS.md | 1 + packages/twenty-apps/community/apollo-enrich/LLMS.md | 1 + packages/twenty-apps/hello-world/LLMS.md | 1 + packages/twenty-apps/internal/call-recording/LLMS.md | 1 + 4 files changed, 4 insertions(+) diff --git a/packages/create-twenty-app/src/constants/base-application/LLMS.md b/packages/create-twenty-app/src/constants/base-application/LLMS.md index 63d11657a2..b165db0d14 100644 --- a/packages/create-twenty-app/src/constants/base-application/LLMS.md +++ b/packages/create-twenty-app/src/constants/base-application/LLMS.md @@ -11,3 +11,4 @@ - Creating an object without an index view associated. Unless this is a technical object, user will need to visualize it. - Creating a view without a navigationMenuItem associated. This will make the view available on the left sidebar. +- Creating a front-end component that has a scroll instead of being responsive to its fixed widget height and width, unless it is specifically meant to be used in a canvas tab. diff --git a/packages/twenty-apps/community/apollo-enrich/LLMS.md b/packages/twenty-apps/community/apollo-enrich/LLMS.md index 45dbf0e9f4..c08c2475f1 100644 --- a/packages/twenty-apps/community/apollo-enrich/LLMS.md +++ b/packages/twenty-apps/community/apollo-enrich/LLMS.md @@ -10,3 +10,4 @@ - Creating an object without an index view associated. Unless this is a technical object, user will need to visualize it. - Creating a view without a navigationMenuItem associated. This will make the view available on the left sidebar. +- Creating a front-end component that has a scroll instead of being responsive to its fixed widget height and width, unless it is specifically meant to be used in a canvas tab. diff --git a/packages/twenty-apps/hello-world/LLMS.md b/packages/twenty-apps/hello-world/LLMS.md index 45dbf0e9f4..c08c2475f1 100644 --- a/packages/twenty-apps/hello-world/LLMS.md +++ b/packages/twenty-apps/hello-world/LLMS.md @@ -10,3 +10,4 @@ - Creating an object without an index view associated. Unless this is a technical object, user will need to visualize it. - Creating a view without a navigationMenuItem associated. This will make the view available on the left sidebar. +- Creating a front-end component that has a scroll instead of being responsive to its fixed widget height and width, unless it is specifically meant to be used in a canvas tab. diff --git a/packages/twenty-apps/internal/call-recording/LLMS.md b/packages/twenty-apps/internal/call-recording/LLMS.md index 12ed2dac6c..fb6e419876 100644 --- a/packages/twenty-apps/internal/call-recording/LLMS.md +++ b/packages/twenty-apps/internal/call-recording/LLMS.md @@ -7,3 +7,4 @@ - Creating an object without an index view associated. Unless this is a technical object, user will need to visualize it. - Creating a view without a navigationMenuItem associated. This will make the view available on the left sidebar. +- Creating a front-end component that has a scroll instead of being responsive to its fixed widget height and width, unless it is specifically meant to be used in a canvas tab.