Skip to content

Commit b451666

Browse files
committed
deploy: 606b7d0
1 parent 74fb950 commit b451666

File tree

78 files changed

+559
-2248
lines changed

Some content is hidden

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

78 files changed

+559
-2248
lines changed

appConfig.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ window.AppConfig = {
2626
"app_notification_url": "assets/notifications/dev/",
2727
"app_update_url": "https://updates.phcode.io/tauri/update-latest-experimental-build.json",
2828
"linting.enabled_by_default": true,
29-
"build_timestamp": "2025-01-07T10:41:08.446Z",
29+
"build_timestamp": "2025-01-08T05:22:01.058Z",
3030
"googleAnalyticsID": "G-P4HJFPDB76",
3131
"googleAnalyticsIDDesktop": "G-VE5BXWJ0HF",
3232
"mixPanelID": "49c4d164b592be2350fc7af06a259bf3",
@@ -38,7 +38,7 @@ window.AppConfig = {
3838
"bugsnagEnv": "development"
3939
},
4040
"name": "Phoenix Code",
41-
"version": "4.0.0-20783",
41+
"version": "4.0.0-20786",
4242
"apiVersion": "4.0.0",
4343
"homepage": "https://core.ai",
4444
"issues": {

assets/default-project/en.zip

0 Bytes
Binary file not shown.

assets/new-project/code-editor.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ <h4 class="localize">{{APP_TITLE}}</h4>
7070
<div class="project-content-left">
7171
<div id="recentProjectsContainer" class="recent-project-card">
7272
<div class="recent-head">
73-
<h5 class="localize">{{CMD_TOGGLE_RECENT_PROJECTS}}</h5>
73+
<h5 class="localize">{{CMD_RECENT_PROJECTS}}</h5>
7474
</div>
7575
<ul id="recentProjectList" class="recent-project-list">
7676

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.

base-config/keyboard.json

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -338,10 +338,5 @@
338338
],
339339
"help.docs": [
340340
"Shift-F1"
341-
],
342-
"recentProjects.toggle": [
343-
{
344-
"key": "Ctrl-Alt-R"
345-
}
346341
]
347342
}

0 commit comments

Comments
 (0)