Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions src/assets/new-project/assets/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -1126,8 +1126,15 @@ img {
opacity: 0;
font-size: 13px;
font-weight: 500;
max-width: 300px;
font-style: normal;
font-stretch: normal;
a {
color: #333;
}
a:hover {
color: white;
}
}
.notification-ui-hidden {
opacity: 0;
Expand Down
2 changes: 1 addition & 1 deletion src/assets/new-project/assets/js/code-editor.js
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ function _showFirstTimeExperience() {
createNotificationFromTemplate(Strings.DEFAULT_PROJECT_NOTIFICATION,
"defaultProjectButton", {
allowedPlacements: ["left", "right"],
autoCloseTimeS: 15,
autoCloseTimeS: 600,
dismissOnClick: true
});
PhStore.setItem('notification.defaultProject.Shown', 'true');
Expand Down
2 changes: 1 addition & 1 deletion src/nls/root/strings.js
Original file line number Diff line number Diff line change
Expand Up @@ -1220,7 +1220,7 @@ define({
"VIEW_MORE": "View More...",
"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\">",
"BEAUTIFY_CODE_NOTIFICATION": "Click here or press <b>`{0}`</b> to beautify code. </br> <img src=\"styles/images/beautify.gif\">",
"DEFAULT_PROJECT_NOTIFICATION": "Click here to open the <br/><b>default project</b> in {APP_NAME}. </br> <a href='#' style='float:right;'>ok</a>",
"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>",
"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?",
"DEFAULT_PROJECT_HTML_CLICK_HERE": "Click here to locate this &lt;span&gt; in the HTML file",
"BUILD_WEBSITE_SECTION": "Build Website",
Expand Down
Loading