Skip to content

Commit f3cd994

Browse files
committed
Initial commit
1 parent 4b1c38e commit f3cd994

File tree

4 files changed

+36
-55
lines changed

4 files changed

+36
-55
lines changed

.codebolt/1.json

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"ports": []
3+
}

.codebolt/chat.json

+1-1
Large diffs are not rendered by default.

.codebolt/debug.json

+1-1
Large diffs are not rendered by default.

.codebolt/projectState.json

+31-53
Original file line numberDiff line numberDiff line change
@@ -51,45 +51,51 @@
5151
"root": {
5252
"type": "branch",
5353
"data": [
54+
{
55+
"type": "leaf",
56+
"data": {
57+
"views": [
58+
"Code"
59+
],
60+
"activeView": "Code",
61+
"id": "1"
62+
},
63+
"size": 512
64+
},
5465
{
5566
"type": "branch",
5667
"data": [
5768
{
5869
"type": "leaf",
5970
"data": {
6071
"views": [
61-
"Code",
62-
"Preview"
72+
"Chat"
6373
],
64-
"activeView": "Code",
65-
"id": "4"
74+
"activeView": "Chat",
75+
"id": "2"
6676
},
67-
"size": 684
77+
"size": 334
6878
},
6979
{
7080
"type": "leaf",
7181
"data": {
7282
"views": [
73-
"Console",
74-
"Chat",
75-
"Debug",
76-
"Git",
77-
"MarketPlace"
83+
"Preview"
7884
],
79-
"activeView": "Console",
80-
"id": "5"
85+
"activeView": "Preview",
86+
"id": "3"
8187
},
82-
"size": 852
88+
"size": 334
8389
}
8490
],
85-
"size": 756
91+
"size": 512
8692
}
8793
],
88-
"size": 1536
94+
"size": 668
8995
},
90-
"width": 1536,
91-
"height": 756,
92-
"orientation": "VERTICAL"
96+
"width": 1024,
97+
"height": 668,
98+
"orientation": "HORIZONTAL"
9399
},
94100
"panels": {
95101
"Code": {
@@ -99,50 +105,22 @@
99105
"title": "Code",
100106
"renderer": "always"
101107
},
102-
"Preview": {
103-
"id": "Preview",
104-
"contentComponent": "Preview",
105-
"tabComponent": "props.defaultTabComponent",
106-
"title": "Preview",
107-
"renderer": "always"
108-
},
109-
"Console": {
110-
"id": "Console",
111-
"contentComponent": "Console",
112-
"tabComponent": "props.defaultTabComponent",
113-
"title": "Console",
114-
"renderer": "always"
115-
},
116108
"Chat": {
117109
"id": "Chat",
118110
"contentComponent": "Chat",
119111
"tabComponent": "props.defaultTabComponent",
120112
"title": "Chat",
121113
"renderer": "always"
122114
},
123-
"Debug": {
124-
"id": "Debug",
125-
"contentComponent": "Debug",
126-
"tabComponent": "props.defaultTabComponent",
127-
"title": "Debug",
128-
"renderer": "always"
129-
},
130-
"Git": {
131-
"id": "Git",
132-
"contentComponent": "Git",
133-
"tabComponent": "props.defaultTabComponent",
134-
"title": "Git",
135-
"renderer": "always"
136-
},
137-
"MarketPlace": {
138-
"id": "MarketPlace",
139-
"contentComponent": "MarketPlace",
115+
"Preview": {
116+
"id": "Preview",
117+
"contentComponent": "Preview",
140118
"tabComponent": "props.defaultTabComponent",
141-
"title": "MarketPlace",
119+
"title": "Preview",
142120
"renderer": "always"
143121
}
144122
},
145-
"activeGroup": "5"
123+
"activeGroup": "2"
146124
},
147125
"pinnedAgent": [
148126
{
@@ -168,5 +146,5 @@
168146
}
169147
],
170148
"activeAgent": false,
171-
"treeViewState": "{\"tree-2\":{\"focusedItem\":null,\"expandedItems\":[\"root-1\",\"root-3\",\"root-4\",\"root-5\",\"root-6\",\"root-7\",\"root-8\",\"root-9\",\"root-10\",\"root-12\",\"root-13\",\"root-14\",\"root-15\",\"root-16\",\"root-17\",\"root-19\",\"root-20\",\"root-21\",\"root-2\",\"root-17-1\",\"root-11\",\"root-18\"],\"selectedItems\":[]}}"
172-
}
149+
"treeViewState": "{\"tree-2\":{\"focusedItem\":null,\"expandedItems\":[\"root-1\",\"root-2\",\"root-3\",\"root-4\",\"root-5\",\"root-6\",\"root-7\",\"root-8\",\"root-9\",\"root-10\",\"root-11\",\"root-12\",\"root-13\",\"root-14\",\"root-15\",\"root-16\",\"root-17\",\"root-18\",\"root-19\",\"root-20\",\"root-21\"],\"selectedItems\":[]}}"
150+
}

0 commit comments

Comments
 (0)