Skip to content

Commit fafaa2e

Browse files
committed
deploy: 606b7d0
1 parent a54343c commit fafaa2e

Some content is hidden

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

65 files changed

+124
-96
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-23T08:04:44.385Z",
29+
"build_timestamp": "2025-01-23T10:21:22.418Z",
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.1-20864",
41+
"version": "4.0.1-20865",
4242
"apiVersion": "4.0.1",
4343
"homepage": "https://core.ai",
4444
"issues": {

assets/default-project/en.zip

0 Bytes
Binary file not shown.

assets/new-project/assets/css/style.css

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1126,8 +1126,15 @@ img {
11261126
opacity: 0;
11271127
font-size: 13px;
11281128
font-weight: 500;
1129+
max-width: 300px;
11291130
font-style: normal;
11301131
font-stretch: normal;
1132+
a {
1133+
color: #333;
1134+
}
1135+
a:hover {
1136+
color: white;
1137+
}
11311138
}
11321139
.notification-ui-hidden {
11331140
opacity: 0;

assets/new-project/assets/js/code-editor.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ function _showFirstTimeExperience() {
121121
createNotificationFromTemplate(Strings.DEFAULT_PROJECT_NOTIFICATION,
122122
"defaultProjectButton", {
123123
allowedPlacements: ["left", "right"],
124-
autoCloseTimeS: 15,
124+
autoCloseTimeS: 600,
125125
dismissOnClick: true
126126
});
127127
PhStore.setItem('notification.defaultProject.Shown', 'true');

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.

brackets-min.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101701,7 +101701,7 @@ define("nls/root/strings", {
101701101701
"VIEW_MORE": "View More...",
101702101702
"NEW_PROJECT_NOTIFICATION": "Click this icon to open the `Start Project` window again.</br> See Recent Projects, Open Folder or start projects from templates.</br> <img src=\"styles/images/new_project.png\">",
101703101703
"BEAUTIFY_CODE_NOTIFICATION": "Click here or press <b>`{0}`</b> to beautify code. </br> <img src=\"styles/images/beautify.gif\">",
101704-
"DEFAULT_PROJECT_NOTIFICATION": "Click here to open the <br/><b>default project</b> in {APP_NAME}. </br> <a href='#' style='float:right;'>ok</a>",
101704+
"DEFAULT_PROJECT_NOTIFICATION": "Open the <b>Default Project</b> in {APP_NAME} to get started quickly (ideal as a scratch pad).</br></br>Or, open a folder from your computer with the <strong>Open Folder</strong> icon below.<br><a href='#' style='float:right;'>ok</a>",
101705101705
"DIRECTORY_REPLACE_MESSAGE": "The selected folder <span class='dialog-filename'>{0}</span> is not empty. Are you sure you want to replace the folder contents with the project?",
101706101706
"DEFAULT_PROJECT_HTML_CLICK_HERE": "Click here to locate this &lt;span&gt; in the HTML file",
101707101707
"BUILD_WEBSITE_SECTION": "Build Website",

0 commit comments

Comments
 (0)