Просмотр исходного кода

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

[web] Add full project search to redesign switcher modal

GitOrigin-RevId: 3f494ddc3bf94d9f7c2d6de62183b1805b110601
Mathias Jakobsen 1 год назад
Родитель
Сommit
d5ba2e3f1c

+ 1 - 0
services/web/frontend/extracted-translations.json

@@ -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": "",

+ 1 - 0
services/web/frontend/js/features/ide-redesign/components/switcher-modal/modal.tsx

@@ -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 />

+ 1 - 0
services/web/locales/en.json

@@ -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",