소스 검색

Merge pull request #31618 from overleaf/em-bibtex-editor-design-review

Apply current BibTeX editor designs

GitOrigin-RevId: 3c51a2dd084fe45ba598091f7447d215e5a0739d
Eric Mc Sween 5 달 전
부모
커밋
c3b43d92b0

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

@@ -576,6 +576,8 @@
   "enter_the_code": "",
   "enter_the_confirmation_code": "",
   "enter_the_number_of_licenses_youd_like_to_add_to_see_the_cost_breakdown": "",
+  "entry": "",
+  "entry_plural": "",
   "equation_preview": "",
   "error": "",
   "error_opening_document": "",

+ 1 - 1
services/web/frontend/js/shared/components/types/dropdown-menu-props.ts

@@ -4,7 +4,7 @@ import type { DropdownMenuProps as BS5DropdownMenuProps } from 'react-bootstrap'
 
 type SplitButtonVariants = Extract<
   ButtonProps['variant'],
-  'primary' | 'secondary' | 'danger' | 'link'
+  'primary' | 'secondary' | 'danger' | 'link' | 'ghost'
 >
 
 export type DropdownProps = {

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

@@ -729,6 +729,8 @@
   "enter_your_email": "Enter your email",
   "enter_your_email_address_below_and_we_will_send_you_a_link_to_reset_your_password": "Enter your email address below, and we will send you a link to reset your password",
   "enter_your_email_and_we_will_send_reset_instructions": "Enter your email and we’ll send reset instructions.",
+  "entry": "entry",
+  "entry_plural": "entries",
   "equation_generator": "Equation Generator",
   "equation_preview": "Equation preview",
   "error": "Error",