Alf Eaton
95c506f4a5
Wrap dispatchSelectionAndScroll in setTimeout ( #22596 )
...
GitOrigin-RevId: 8c2c27acdbbf0e8879978e307ccf952c1be5381e
2025-01-09 09:05:08 +00:00
Alf Eaton
508883dda5
Call MathJax.typesetClear after typesetting a table cell ( #22604 )
...
GitOrigin-RevId: d36236a47815841ee3662f1b9121b4a224d3dada
2025-01-09 09:05:04 +00:00
Alf Eaton
5ca5a24640
Ensure that all callbacks for useEventListener are wrapped in useCallback ( #22618 )
...
GitOrigin-RevId: 4a7c409a9720eab04fc17e5111b6a3aeeac6871d
2025-01-09 09:05:00 +00:00
Alf Eaton
dd16b60999
Remove feedback link from spelling suggestions ( #22634 )
...
GitOrigin-RevId: f75dffe5395ad15441aee603c494afdf8488642e
2025-01-09 09:04:47 +00:00
Alf Eaton
0621984f85
Improve spell check edit tracking ( #22577 )
...
GitOrigin-RevId: 237e454b56fc18199bf64087dd3cfb93749b8468
2024-12-19 09:04:37 +00:00
Eric Mc Sween
3ec6bc32a2
Merge pull request #22571 from overleaf/dk-add-comment-mouseup2
...
Show add comment tooltip on mouse up
GitOrigin-RevId: d12b10c0c3d481a509c19eaacaf8055c2c65ff30
2024-12-18 09:05:47 +00:00
Alf Eaton
e88be3f417
Avoid dispatching unnecessary transaction for review panel tooltip ( #22524 )
...
* Avoid dispatching unneeded review panel effects
* Remove event listeners
GitOrigin-RevId: 17fec45f660fdd7934aa6ef3202159377902f6a5
2024-12-17 09:05:11 +00:00
Alf Eaton
1607bf8beb
Remove toolbar visibility button ( #22519 )
...
GitOrigin-RevId: 51084bf6f21a6ecaf9d38dab33a8e1541bf62bc8
2024-12-17 09:05:06 +00:00
Alf Eaton
418f79b2a5
Upgrade CodeMirror dependencies ( #22489 )
...
GitOrigin-RevId: 77d2773a382ddb8dfa8f3a66bd6f8041720490b3
2024-12-17 09:05:02 +00:00
David
43d291a9ac
Add new trackedWrite frontend permission for review panel ( #22486 )
...
* Add new trackedWrite frontend permission for review panel
* Fix test lint
* Remove comment
* Fix codemirror tests
* hide file actions for reviewer
---------
Co-authored-by: Domagoj Kriskovic <dom.kriskovic@overleaf.com >
GitOrigin-RevId: 6aab5c662287a02750d81b3960bbdd9c98b325db
2024-12-17 09:04:48 +00:00
Domagoj Kriskovic
7fe8339496
Improve positioning of "Add comment" tooltip when selecting entire line(s) ( #22277 )
...
* Avoid obscuring text with "Add comment" tooltip when selecting entire line
* tooltip position change on direction of selection
GitOrigin-RevId: d8cd301091104dae2422e34e14f90afd4c0927c4
2024-12-09 09:04:52 +00:00
Tim Down
dca9627f31
Merge pull request #22288 from overleaf/td-history-dropdown-layout-fix
...
Fix history dropdown layout issue in Bootstrap 3
GitOrigin-RevId: 85709eaa45fd496128afb95738841894c5d211dd
2024-12-04 09:04:51 +00:00
Alf Eaton
9b5929960e
Use --font-sans in the Visual Editor widgets ( #22085 )
...
GitOrigin-RevId: 64a480562b3e7d2fda7d41ed402511290f800f14
2024-11-28 09:04:54 +00:00
Tim Down
9e1729c2e6
Merge pull request #22147 from overleaf/td-bs5-beta-badge-special-cases
...
Alpha/beta badge fixes and change warning badge colours in Bootstrap 5
GitOrigin-RevId: f60610572c62607db7e5cf349c5791c3519c74ed
2024-11-27 09:05:04 +00:00
Alf Eaton
dcb3d05c3a
Record events for shortcut usage ( #22062 )
...
GitOrigin-RevId: ff85e0719fca24a3723ea62119fa254226cd65c0
2024-11-26 09:04:37 +00:00
Alf Eaton
cb60dbbb87
Merge pull request #22055 from overleaf/ae-restore-review-tooltips
...
Reapply "Allow position of review tooltip to be calculated automatically (#21803 )"
GitOrigin-RevId: b6dff2d12627b04ff1859bd4765be01670256aa4
2024-11-22 09:05:33 +00:00
Alf Eaton
abf6d27ee1
Revert "Allow position of review tooltip to be calculated automatically ( #21803 )" ( #22022 )
...
This reverts commit 7d285a9c76032a3238422e15a73ae4b819612b31.
GitOrigin-RevId: 792391619bd6f2a9483428088c31ece09a441b33
2024-11-21 09:05:12 +00:00
Antoine Clausse
7c8362c508
[web] Hide pdf-log-entry-content when empty + fixup search "count" color ( #21977 )
...
* Hide `PdfLogEntryContent` when there is no content
* Fixup in search "count": `--ol-blue-gray-4` doesn't exist in SCSS
* Update `AiErrorAssistant` with a `shouldRender` export, allowing to hide the element from the caller
* Revert "Update `AiErrorAssistant` with a `shouldRender` export, allowing to hide the element from the caller"
This reverts commit 01812fa2b108b94c99d250c9a39e4f3c41b36781.
* Hide .log-entry-content when empty, using CSS
Co-authored-by: Alf Eaton <alf.eaton@overleaf.com >
---------
Co-authored-by: Alf Eaton <alf.eaton@overleaf.com >
GitOrigin-RevId: c5096b362600058535bd645cf11dad255e941fb9
2024-11-21 09:04:34 +00:00
Alf Eaton
675c3785e3
Upgrade Lezer dependencies ( #21987 )
...
GitOrigin-RevId: 5eb834bb1144c499ea29539750f1b73edeeff2f8
2024-11-21 09:04:03 +00:00
Alf Eaton
b41ccff57e
Allow position of review tooltip to be calculated automatically ( #21803 )
...
* Remove view from textSelectedEffect
* Upgrade @codemirror/view to 6.34.3
GitOrigin-RevId: 7d285a9c76032a3238422e15a73ae4b819612b31
2024-11-21 09:03:59 +00:00
Alf Eaton
1a7f7d3731
Rename $SectioningCommand to $SectioningCtrlSeq or $Section ( #21534 )
...
GitOrigin-RevId: 5b3173d82ec4c00fe69e2ab059bf48a872a4ca3e
2024-11-18 09:04:51 +00:00
Alf Eaton
126182ff06
Merge pull request #21535 from overleaf/ae-grammar-grouping
...
* Move $MathContainer grouping into the LaTeX grammar
* Remove $Environment grouping from NodeProp.group
GitOrigin-RevId: 96c74edd818bf84acf4b492702864c3c71a9bee3
2024-11-18 09:04:46 +00:00
Antoine Clausse
b31529bf61
[web] Migrate "Manage Template" option in editor left menu to BS5 ( #21799 )
...
* Update manage template modal to BS5
* Update `ManageTemplateButton` to BS5
* Update `OLFormControl` prop types so it has its `as` props
* Update `LeftMenuButton` to BS5
* Fixup linting
* Update `ManageTemplateModalBody` style:
* Bold label
* Correct rows in BS3
* Set spinner color to `text-muted` instead of blue
* `npm run format:fix`
GitOrigin-RevId: c5311e4786b2859a8b7cf567d19cd3d7614dd3db
2024-11-15 09:05:37 +00:00
Domagoj Kriskovic
1669d81d3d
Improve selection detection for "Add comment" tooltip ( #21731 )
...
GitOrigin-RevId: cd13cacea0d6e45015997f3a831d0f127ddf8cd8
2024-11-12 09:05:57 +00:00
Alf Eaton
4ce51c6a80
Only use the LaTeX indent service for when inserting a line break ( #21530 )
...
GitOrigin-RevId: 15c5e5afdee59badc833fe2deb13a80b3c409862
2024-11-12 09:05:30 +00:00
Mathias Jakobsen
e298e45c5c
Merge pull request #21737 from overleaf/dp-eq-preview-beta-badge-v2
...
Update split test badge for math preview tooltip V3
GitOrigin-RevId: 9ff41f5bc68ba6cd4d7a1c7e8d5f1f725369c02a
2024-11-11 09:05:17 +00:00
Rebeka Dekany
1cb0e9e001
Merge pull request #21680 from overleaf/rd-dyslexic-font
...
Add OpenDyslexic Mono typeface font to the source editor
GitOrigin-RevId: 8826e51cfa50f1d5ffc2217fb86fb4d1dec21b92
2024-11-11 09:04:42 +00:00
Domagoj Kriskovic
3f3b63a237
Add sort:true when updating decorations for delete highlight ( #21715 )
...
GitOrigin-RevId: afd5aed5a4ea1ff7f9439155b5150b23666b0cc7
2024-11-08 09:06:28 +00:00
Domagoj Kriskovic
9516b0f105
Hide "add comment" tooltip on mouse down ( #21721 )
...
* Hide "add comment" tooltip on mouse down
* using EditorView.domEventHandlers
GitOrigin-RevId: 48b7626d5c1be8a3fb0b1ee1fcc1bc7738f8dbc5
2024-11-08 09:06:23 +00:00
David
cc67f1c92c
Merge pull request #21722 from overleaf/dp-revert-badge-changes
...
Revert "Merge pull request #21687 from overleaf/dp-eq-preview-beta-ba…
GitOrigin-RevId: 8347b1bc3b02194bf5c2c657fc85ebefb3b0cf3a
2024-11-08 09:06:01 +00:00
Rebeka Dekany
cdb3cdd6ee
Merge pull request #21709 from overleaf/rd-fix-command-tooltip-size
...
[web] Fix href command tooltip width in the editor
GitOrigin-RevId: d76e5961bd97ca16e47aa6b1eda68f4488caff69
2024-11-08 09:05:35 +00:00
David
db61ac1210
Merge pull request #21687 from overleaf/dp-eq-preview-beta-badge
...
Update split test badge for math preview tooltip
GitOrigin-RevId: fbdc7b42d3ce51f405f75232fbfd357ee6afc2a3
2024-11-08 09:05:31 +00:00
Alf Eaton
6398e35f9e
Wrap all view.dispatch in setTimeout ( #21590 )
...
GitOrigin-RevId: a78e314683642e173c61b0bef95b30f5b96c82b5
2024-11-08 09:04:48 +00:00
Alf Eaton
38d29e323d
Upgrade CodeMirror dependencies ( #20618 )
...
GitOrigin-RevId: c1d45e73784fd26db09e9930bc504d2d78c05b12
2024-11-08 09:04:39 +00:00
David
21f8e0d88d
Merge pull request #21526 from overleaf/dp-dismiss-equation-preview
...
Add options to disable/hide equation preview
GitOrigin-RevId: 5f71b4c747bf27ae816bdfe32c6e3e5a42f99508
2024-11-07 09:05:07 +00:00
Alf Eaton
471e9ef2e1
Avoid spell checking list environment arguments ( #21483 )
...
GitOrigin-RevId: 8fe56c53b503abddcc4f0d996707e3df12309362
2024-11-06 09:05:17 +00:00
Alf Eaton
7b53d2265f
Disable spell check in setlength arguments ( #21491 )
...
GitOrigin-RevId: 279f5df7c97b6a6caa5a344bf50b0747402cf61d
2024-11-06 09:05:13 +00:00
Alf Eaton
5709da242f
Focus the editor after using the "Switch to editor" button ( #21549 )
...
GitOrigin-RevId: f94c6d266ec9c2c3e4a30ea2c34c937817b48596
2024-11-06 09:05:08 +00:00
Rebeka Dekany
2e1bbe8949
Merge pull request #21561 from overleaf/rd-ide-paste
...
Migrate the editor pasted content popover to Bootstrap 5
GitOrigin-RevId: 2f89d0d6818e219dc5b786b5f21d4d47a91b06c8
2024-11-06 09:05:04 +00:00
Rebeka Dekany
8be80317b4
Merge pull request #21512 from overleaf/rd-insert-link
...
Migrate the editor command tooltips to Bootstrap 5
GitOrigin-RevId: 9e3b477608e334e6e8bc0e79710cd2b3878680e6
2024-11-05 09:05:09 +00:00
Antoine Clausse
2123ff3d5b
[web] Spelling correction Dropdown to BS5 ( #21493 )
...
* Split `SpellingSuggestions` into a BS3 and BS5 version
* Migrate `B5SpellingSuggestions` to BS5
* Add `.dropdown-menu.dropdown-menu-unpositioned` styles
This makes the dropdown position itself without overflows
* Make spelling tooltip background transparent
* Migrate Cog icon to BS5
* Use `PolymorphicComponent`
Co-authored-by: Ilkin Ismailov <ilkin.ismailov@overleaf.com >
* Fix formatting
---------
Co-authored-by: Ilkin Ismailov <ilkin.ismailov@overleaf.com >
GitOrigin-RevId: aaa6c589637971031d13ac099f935fe2052e6989
2024-11-05 09:04:28 +00:00
ilkin-overleaf
aa5d311204
Merge pull request #21477 from overleaf/ii-bs5-table-generator
...
[web] BS5 table generator
GitOrigin-RevId: 3fe10c05fa36f026c47ff4f54b15f5d76f7c509e
2024-11-04 09:04:41 +00:00
Alf Eaton
ea0294406c
Disable spell check for figure environment optional argument ( #21417 )
...
GitOrigin-RevId: cbf6a072b9675a69176123d14ec34d97a0277b0a
2024-10-31 09:04:45 +00:00
Alf Eaton
3d14836128
Remove spell check split tests ( #21382 )
...
GitOrigin-RevId: 819fc94f55dc1d73e4f58e36dd594a5019c68439
2024-10-31 09:04:40 +00:00
ilkin-overleaf
3289158cdf
Merge pull request #21368 from overleaf/ii-bs5-text-formatting-button
...
[web] Text formatting dropdown toggle button style adjustments
GitOrigin-RevId: def94395f3f337f90e33fa42465377be3587d3ae
2024-10-29 09:05:05 +00:00
Domagoj Kriskovic
bb1b143f94
Show "add comment" tooltip below cursor if near viewport top ( #21348 )
...
* Scroll selection anchor into view when adding new comment
* check if cursor is near viewport edge
* Show "add comment" tooltip below cursor if near viewport top
GitOrigin-RevId: 0dc2234bc03b1d88a3719ba01a4a865f218b9bfa
2024-10-28 09:05:47 +00:00
Domagoj Kriskovic
9322bf0056
Scroll selection anchor into view when adding new comment ( #21328 )
...
* Scroll selection anchor into view when adding new comment
* check if cursor is near viewport edge
GitOrigin-RevId: 57d4195f7ce1513a56249365b45b3959b4ea813f
2024-10-28 09:05:29 +00:00
Alf Eaton
8e35956d23
Use noSpellCheckProp NodeProp to exclude node types from spell check ( #21335 )
...
GitOrigin-RevId: 91ba72285b0f01c3c00fdb1a64c30e9ff67f72f5
2024-10-28 09:05:16 +00:00
Alf Eaton
dfef2edbf6
Wrap view.dispatch in setTimeout ( #21365 )
...
GitOrigin-RevId: 61c19e10f9529b4d7913f01c57281931533153d2
2024-10-28 09:05:12 +00:00
ilkin-overleaf
f9e4bc183c
Merge pull request #21281 from overleaf/ii-bs5-toolbar-items-border-radius
...
[web] BS5 toolbar buttons border radius
GitOrigin-RevId: b07a7bb16ab7a933dfa714a128f88f2ee006cf04
2024-10-25 08:05:27 +00:00