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.