You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: add woosh-to-target close/open animation for dialogs
Add closeToElement parameter to showModalDialogUsingTemplate() that
animates dialogs opening from and closing toward a target element.
The new project dialog uses this to woosh to/from the #newProject
button, replacing the old notification popup with a natural visual cue.
- Remove _showNewProjectNotification() from guided-tour.js
- Remove unused NEW_PROJECT_NOTIFICATION string and new_project.png
- Add landing pulse animation on target element after close
Copy file name to clipboardExpand all lines: src/nls/root/strings.js
-1Lines changed: 0 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1336,7 +1336,6 @@ define({
1336
1336
"PREVIEW": "Preview",
1337
1337
"BUILD_WEBSITE": "Build Website",
1338
1338
"VIEW_MORE": "View More...",
1339
-
"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\">",
1340
1339
"BEAUTIFY_CODE_NOTIFICATION": "Click here or press <b>`{0}`</b> to beautify code. </br> <img src=\"styles/images/beautify.gif\">",
1341
1340
"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>",
1342
1341
"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?",
0 commit comments