@@ -38,18 +33,11 @@ const ToolbarMenus = () => {
}
const ToolbarButtons = () => {
- const { permissionsLevel } = useEditorContext()
-
- const shouldDisplaySubmitButton =
- (permissionsLevel === 'owner' || permissionsLevel === 'readAndWrite') &&
- SubmitProjectButton
-
return (
- {shouldDisplaySubmitButton && }
)
diff --git a/services/web/frontend/stylesheets/bootstrap-5/pages/editor/toolbar-redesign.scss b/services/web/frontend/stylesheets/bootstrap-5/pages/editor/toolbar-redesign.scss
index f0f5005ca3..9a9a7e271d 100644
--- a/services/web/frontend/stylesheets/bootstrap-5/pages/editor/toolbar-redesign.scss
+++ b/services/web/frontend/stylesheets/bootstrap-5/pages/editor/toolbar-redesign.scss
@@ -142,3 +142,10 @@
.ide-redesign-online-users {
display: flex;
}
+
+.ide-redesign-toolbar-editable-project-name {
+ text-align: center;
+ width: 100%;
+ max-width: 400px;
+ margin: var(--spacing-02) 0;
+}
diff --git a/services/web/locales/en.json b/services/web/locales/en.json
index 82d9f65fd4..cf755629db 100644
--- a/services/web/locales/en.json
+++ b/services/web/locales/en.json
@@ -554,6 +554,8 @@
"dont_reload_or_close_this_tab": "Don’t reload or close this tab.",
"download": "Download",
"download_all": "Download all",
+ "download_as_pdf": "Download as PDF",
+ "download_as_source_zip": "Download as source (.zip)",
"download_metadata": "Download Overleaf metadata",
"download_pdf": "Download PDF",
"download_zip_file": "Download .zip file",
@@ -587,6 +589,7 @@
"dropbox_unlinked_premium_feature": "<0>Your Dropbox account has been unlinked0> because Dropbox Sync is a premium feature that you had through an institutional license.",
"due_date": "Due __date__",
"due_today": "Due today",
+ "duplicate": "Duplicate",
"duplicate_file": "Duplicate File",
"duplicate_projects": "This user has projects with duplicate names",
"each_user_will_have_access_to": "Each user will have access to",