Skip to content

Commit 7c30eaf

Browse files
committed
deploy: 23c910a
1 parent f12cbbb commit 7c30eaf

File tree

227 files changed

+446
-444
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

227 files changed

+446
-444
lines changed

appConfig.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ window.AppConfig = {
2222
"extension_url": "https://extensions.phcode.dev/extensions/",
2323
"extension_store_url": "https://store.core.ai/src/",
2424
"linting.enabled_by_default": true,
25-
"build_timestamp": "2023-03-14T08:03:01.879Z",
25+
"build_timestamp": "2023-03-18T07:14:07.222Z",
2626
"googleAnalyticsID": "G-P4HJFPDB76",
2727
"mixPanelID": "49c4d164b592be2350fc7af06a259bf3",
2828
"coreAnalyticsID": "phoenix",
@@ -32,8 +32,8 @@ window.AppConfig = {
3232
"bugsnagEnv": "development"
3333
},
3434
"name": "Phoenix",
35-
"version": "3.1.16-19225",
36-
"apiVersion": "3.1.16",
35+
"version": "3.1.17-19233",
36+
"apiVersion": "3.1.17",
3737
"homepage": "https://core.ai",
3838
"issues": {
3939
"url": "https://github.com/phcode-dev/phoenix/issues"

assets/default-project/en.zip

0 Bytes
Binary file not shown.

assets/sample-projects/HTML5.zip

0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.

assets/sample-projects/explore.zip

0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.

cacheManifest.json

Lines changed: 113 additions & 113 deletions
Large diffs are not rendered by default.

config.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"extension_url": "https://extensions.phcode.dev/extensions/",
2222
"extension_store_url": "https://store.core.ai/src/",
2323
"linting.enabled_by_default": true,
24-
"build_timestamp": "2023-03-14T08:03:01.879Z",
24+
"build_timestamp": "2023-03-18T07:14:07.222Z",
2525
"googleAnalyticsID": "G-P4HJFPDB76",
2626
"mixPanelID": "49c4d164b592be2350fc7af06a259bf3",
2727
"coreAnalyticsID": "phoenix",
@@ -31,8 +31,8 @@
3131
"bugsnagEnv": "development"
3232
},
3333
"name": "Phoenix",
34-
"version": "3.1.16-19225",
35-
"apiVersion": "3.1.16",
34+
"version": "3.1.17-19233",
35+
"apiVersion": "3.1.17",
3636
"homepage": "https://core.ai",
3737
"issues": {
3838
"url": "https://github.com/phcode-dev/phoenix/issues"

extensions/default/Phoenix-live-preview/main.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -199,6 +199,7 @@ define(function (require, exports, module) {
199199
open(openURL, "livePreview", "noopener,noreferrer");
200200
Metrics.countEvent(Metrics.EVENT_TYPE.LIVE_PREVIEW, "popoutBtn", "click");
201201
_loadPreview(true);
202+
panel && panel.hide();
202203
}
203204

204205
function _setTitle(fileName) {

0 commit comments

Comments
 (0)