create-twenty-app 2.26.0 → 2.29.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -43,7 +43,6 @@
|
|
|
43
43
|
|
|
44
44
|
## Common Pitfalls
|
|
45
45
|
|
|
46
|
-
- Creating an object without an index view associated. Unless this is a technical object, user will need to visualize it.
|
|
47
46
|
- Creating a view without a navigationMenuItem associated. This will make the view available on the left sidebar.
|
|
48
47
|
- 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.
|
|
49
48
|
|
|
@@ -18,7 +18,7 @@ export default definePageLayout({
|
|
|
18
18
|
title: 'Overview',
|
|
19
19
|
position: 0,
|
|
20
20
|
icon: 'IconApps',
|
|
21
|
-
layoutMode: PageLayoutTabLayoutMode.
|
|
21
|
+
layoutMode: PageLayoutTabLayoutMode.VERTICAL_LIST,
|
|
22
22
|
widgets: [
|
|
23
23
|
{
|
|
24
24
|
universalIdentifier: MAIN_PAGE_WIDGET_UNIVERSAL_IDENTIFIER,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "create-twenty-app",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.29.0",
|
|
4
4
|
"description": "Command-line interface to create Twenty application",
|
|
5
5
|
"main": "dist/cli.cjs",
|
|
6
6
|
"bin": "dist/cli.cjs",
|
|
@@ -34,7 +34,7 @@
|
|
|
34
34
|
"lodash.camelcase": "^4.3.0",
|
|
35
35
|
"lodash.kebabcase": "^4.1.1",
|
|
36
36
|
"lodash.startcase": "^4.4.0",
|
|
37
|
-
"twenty-sdk": "2.
|
|
37
|
+
"twenty-sdk": "2.29.0",
|
|
38
38
|
"uuid": "^13.0.2"
|
|
39
39
|
},
|
|
40
40
|
"devDependencies": {
|