Merge pull request #26094 from overleaf/mj-ide-fps-update

[web] Add full project search to redesign switcher modal

GitOrigin-RevId: 3f494ddc3bf94d9f7c2d6de62183b1805b110601
This commit is contained in:
Mathias Jakobsen
2025-06-03 12:39:43 +01:00
committed by Copybot
parent 385f5706d8
commit d5ba2e3f1c
3 changed files with 3 additions and 0 deletions

View File

@@ -1483,6 +1483,7 @@
"search_whole_word": "",
"search_within_selection": "",
"searched_path_for_lines_containing": "",
"searching_all_project_files_is_now_available": "",
"security": "",
"see_suggestions_from_collaborators": "",
"select_a_column_or_a_merged_cell_to_align": "",

View File

@@ -160,6 +160,7 @@ const SwitcherWhatsNew = () => {
<div className="ide-redesign-switcher-modal-whats-new">
<h4>{t('latest_updates')}</h4>
<ul>
<li>{t('searching_all_project_files_is_now_available')}</li>
<li>{t('double_clicking_on_the_pdf_shows')}</li>
</ul>
<hr />

View File

@@ -1946,6 +1946,7 @@
"search_whole_word": "Whole word",
"search_within_selection": "Within selection",
"searched_path_for_lines_containing": "Searched __path__ for lines containing \"__query__\"",
"searching_all_project_files_is_now_available": "Searching all project files is now available (2 June 2025)",
"secondary_email_password_reset": "That email is registered as a secondary email. Please enter the primary email for your account.",
"security": "Security",
"see_suggestions_from_collaborators": "See suggestions from collaborators",