Tim Down
56a72690d5
Merge pull request #16521 from overleaf/td-ieee-collabratec-notification
...
Add notification and script for IEEE Collabratec users
GitOrigin-RevId: 7f463baa172514d9f1d37f99a02b311b8f925cd8
2024-01-18 09:04:44 +00:00
David
29bfdae57d
Merge pull request #16523 from overleaf/dp-editable-file-extensions-2
...
Make cfg, ltx, Rnw and inc files editable in the editor
GitOrigin-RevId: 1999c29ea451aa3f362ffa09f6f4d5889beaf404
2024-01-17 09:03:53 +00:00
ilkin-overleaf
fc3fb7318a
Merge pull request #16493 from overleaf/ii-rp-mini-page-load
...
[web] Prevent opening and closing of the mini review panel
GitOrigin-RevId: 25297a24ddfb2654b00efa8d33b825620f859147
2024-01-17 09:03:17 +00:00
David
8eb787e805
Merge pull request #16456 from overleaf/dp-trask-project-link
...
Update help article links for archiving and trashing projects
GitOrigin-RevId: 3be4e3bdab89e8f85182ad421d9641222f3eb99e
2024-01-16 09:04:29 +00:00
Thomas
e1c58c2aaf
Merge pull request #15710 from overleaf/tm-no-constant-binary-expressions
...
Add no-constant-binary-expression, fix existing expressions that have no effect
GitOrigin-RevId: 6691e87181331ecbb5dabfda0be89839a0a4884b
2024-01-16 09:04:09 +00:00
Domagoj Kriskovic
c931d90f34
Wait for "doc:saved" event before compiling ( #16153 )
...
* wait doc:saved before compiling
* Refactor DocumentCompiler class to handle pending operations before compilation
* add timeout for pending op
* Increase PENDING_OP_MAX_WAIT to 10000 milliseconds
* check if currentDoc exists
* check doc id on doc:saved
* Fix conditional statement
* Refactor to add and remove event listeners for doc:saved event
* check if getPendingOp exists
* typeof getPendingOp
* forgot to push updates
* add flush-changes event
* use promise for handling pending operations
* Remove console.logs
* add isAwaitingBufferedOps
* Revert "add isAwaitingBufferedOps"
This reverts commit 56b0bbc13caf6375d1cf50e8f65f599e7263c404.
* move _awaitBufferedOps in try block
* dont check for matching doc id
* add a todo comment
GitOrigin-RevId: 9225e7d1a7a69385dc1a26bf7663f89f59db6a8a
2024-01-16 09:04:05 +00:00
Domagoj Kriskovic
21a4e0b6b3
[visual] Skip moving cursor inside argument if there is no decoration ( #16365 )
...
* [visual] Skip moving cursor inside argument if there is no decoration
* Refactor skipAtomicRanges function
* rangeSet outside the loop, continue rather than return
* use rangeSet.between
* prettier
GitOrigin-RevId: 85ef817e09ea7eb854cec43cb7866f61b4bfbc21
2024-01-16 09:03:59 +00:00
Alf Eaton
bbbda35d63
Allow Shift-click to select a range of items in the file tree ( #15147 )
...
GitOrigin-RevId: 4651b5d094c45fb8a7447d1f3439c2f6b3578403
2024-01-15 09:04:36 +00:00
ilkin-overleaf
f67e19f6d2
Merge pull request #16453 from overleaf/ii-review-panel-dismiss-bulk-actions
...
[web] Fix bulk actions in review panel
GitOrigin-RevId: c78c99b0a3b005a0a4490ce393eb5d540f23ebc2
2024-01-15 09:04:31 +00:00
Alf Eaton
4a7a24b44d
Update the CodeMirror language when the current file is renamed ( #16342 )
...
GitOrigin-RevId: 8b51df0d1acfeeb8b0323cebf6de78572c8cb95c
2024-01-15 09:04:27 +00:00
Alf Eaton
ace673b95a
[visual] Decorate \ce
command ( #16459 )
...
GitOrigin-RevId: 0eab030489f97e43874e41d6d4895dc4de46521a
2024-01-15 09:04:08 +00:00
David
a2da947a1f
Merge pull request #16437 from overleaf/dp-remove-visual-editor-feedback-icon
...
Remove visual editor feedback badge
GitOrigin-RevId: c84cc7b6630642853848fad46695bff6ae2a990a
2024-01-12 09:03:19 +00:00
Davinder Singh
1e86897556
Spacing fix on welcome page ( #16382 )
...
* adding a margin of 0
* adding a padding bottom to the welcome page component
* adding a padding bottom of 25px to project-list-welcome-wrapper
* adding container class to fix two issues together
* adding px-0
* adding mx-0
GitOrigin-RevId: 043173d93d705acd92ad1ebe47bda0f3552ded1a
2024-01-11 09:04:40 +00:00
Alf Eaton
678f0eb498
Fix React scope event listener ( #16434 )
...
GitOrigin-RevId: 1846ad511f915ff48f2f20a8b8a7f1174bb21525
2024-01-10 09:03:05 +00:00
Miguel Serrano
a04b5c0418
Merge pull request #15946 from overleaf/msm-new-notification-others
...
[web] new notification style for dashboard alerts
GitOrigin-RevId: cf5bea32a89f35d63ca4bdc2df2619352d421ff3
2024-01-09 09:03:55 +00:00
Alf Eaton
a50ca25f3a
Throttle PDF.js resize listener ( #16402 )
...
GitOrigin-RevId: 5c1498d21197b09865930e1b2deff049022d2d17
2024-01-09 09:03:49 +00:00
Alf Eaton
fc8892e4fb
Expose ScopeValueStore via window.overleaf.unstable.store ( #16404 )
...
GitOrigin-RevId: 4b251639296405c0a9487f063e8b049687860004
2024-01-09 09:03:46 +00:00
Alf Eaton
e91b76a4f0
Fix load metadata ( #16417 )
...
GitOrigin-RevId: 26505e08ca9074238253dba08d0380422ae859be
2024-01-09 09:03:43 +00:00
Domagoj Kriskovic
e27abe56b8
Show argument completions even if it has more than 245 chars ( #16352 )
...
* Show argument completions even if it has more than 255 chars
* use tokenBefore for existingKeys
* use 'ShortArg' token so braces are escaped
* refactor argument completion logic
* remove extra filter
* Add makeMultipleArgumentCompletionSource for arguments with multiple keys
* revert makeArgumentCompletionSource
---------
Co-authored-by: Alf Eaton <alf.eaton@overleaf.com>
GitOrigin-RevId: f5aa70fe5e58e04efe0c4e8668957f61a7fa7911
2024-01-09 09:03:40 +00:00
David
f6b7b84e88
Merge pull request #16409 from overleaf/dp-fix-group-pricing-after-back-button-pressed
...
Update group plan pricing modal after the page has fully loaded
GitOrigin-RevId: 03e2ea642b38d6e2e208683b0cb68a817a5873c8
2024-01-09 09:03:33 +00:00
Jimmy Domagala-Tang
3617196760
Merge pull request #16419 from overleaf/jdt-fix-grammarly-offer-link
...
fix the grammarly offer id
GitOrigin-RevId: 996501ebb50b64bd8f9bd46305ba47baa37fee88
2024-01-08 09:05:45 +00:00
Jimmy Domagala-Tang
5f38a930a5
Merge pull request #16319 from overleaf/jdt-grammarly-ad-redesign
...
Grammarly Ad redesign
GitOrigin-RevId: 28d0ae871b6303b31aadb59abc80b625d529cc9b
2024-01-08 09:05:40 +00:00
Alf Eaton
9804ebe12c
Replace strict-event-emitter with EventTarget ( #16374 )
...
GitOrigin-RevId: 3b0afc3cd7bf3d11f35a3de23cb94061d2d6c69b
2024-01-08 09:05:22 +00:00
Alf Eaton
cf0e260a36
Recalculate toolbar overflow when buttons change ( #16350 )
...
GitOrigin-RevId: 70ab356172bc57630b6032a6400fb08e8fd33464
2024-01-08 09:05:17 +00:00
Alf Eaton
84898dca5d
Remove margin from table grid popover ( #16337 )
...
Co-authored-by: Mathias Jakobsen <mathias.jakobsen@overleaf.com>
GitOrigin-RevId: 71673d7d9a18baf44027e82cc34058e3db052591
2024-01-08 09:05:12 +00:00
Alf Eaton
84ebb1c8f2
Merge pull request #16378 from overleaf/ae-upgrade-codemirror-3
...
Upgrade `@codemirror` dependencies
GitOrigin-RevId: 242b1dbcf2878869957f40a5522dabcbcc181b5b
2024-01-08 09:05:02 +00:00
Rebeka Dekany
34debffd20
Merge pull request #16358 from overleaf/rd-tear-down-welcome-page
...
[web] Tear down welcome-page-redesign split test
GitOrigin-RevId: 769aeae75eac6ac0b5880dca4ec1d36fbc39cea2
2024-01-05 09:03:45 +00:00
Rebeka Dekany
ff2def024e
Merge pull request #16363 from overleaf/rd-bold-characters
...
[web] Bold matched characters of institutions for onboarding data collection
GitOrigin-RevId: 386866c0917608e6091b641f1b0d67182a925dcf
2024-01-05 09:03:42 +00:00
Jimmy Domagala-Tang
62cffcd909
Merge pull request #16370 from overleaf/dk-fix-project-sorting
...
Fix sort projects by owner
GitOrigin-RevId: 2108d57588071a2884a3eed4e8a917de46cfe749
2024-01-04 09:03:46 +00:00
Jimmy Domagala-Tang
21dd23d0e4
Merge pull request #16318 from overleaf/jdt-fix-multiple-popups
...
Show only one editor notification at a time
GitOrigin-RevId: 88a0309da121e9545136cd718ed24710a9d25363
2024-01-04 09:03:40 +00:00
Jimmy Domagala-Tang
d2ab51f385
Merge pull request #16320 from overleaf/msm-remove-ic-country
...
[web] Remove Canary Islands from Recurly countries
GitOrigin-RevId: edad9e5fee1f90608dfea29ad45a5a08b711c4f3
2024-01-04 09:03:34 +00:00
Alf Eaton
4f5ca6624e
Move responsibility for parsing and validating table data out of the tabular widget ( #15152 )
...
GitOrigin-RevId: bba823ca036501a527f08746cffb155641d3becf
2024-01-04 09:03:29 +00:00
Alf Eaton
621bae03ca
Use collapsePreambleEffect ( #15866 )
...
GitOrigin-RevId: e07a48ba5a7ca2ce30aa6933030f8eae970a65b5
2024-01-04 09:03:26 +00:00
Alf Eaton
c84e45bc06
[cm6] Only rebuild changed line indentation decorations ( #16126 )
...
GitOrigin-RevId: ba1f29125ab0f40742c57cfb5eae82315ab8629b
2024-01-04 09:03:23 +00:00
Alf Eaton
8feef7bf5e
Remove findEffect ( #16343 )
...
GitOrigin-RevId: b8472f5128deac5e7f94fb1ec1e64899a8da510a
2024-01-04 09:03:20 +00:00
Alf Eaton
dc962832f0
Ensure that only one toolbar dropdown is open at a time ( #16344 )
...
GitOrigin-RevId: db06091ec35886f38de2a320eba9126b35d33064
2024-01-04 09:03:17 +00:00
ilkin-overleaf
20485b886f
Merge pull request #16278 from overleaf/ii-ide-page-prototype-review-panel-entry-hover
...
[web] Remove entry hover from review panel
GitOrigin-RevId: 6bcfb28e20d7a8826301c34499340b6a7d2745db
2024-01-04 09:03:14 +00:00
Alf Eaton
4fb2cbdf15
Increase default sidebar size ( #16375 )
...
GitOrigin-RevId: 0df345a468f68d2205bf919efa8d93be40d7a048
2024-01-04 09:03:11 +00:00
Alf Eaton
eb3e5037f8
Merge pull request #16335 from overleaf/ae-real-time-down
...
[ide-react] Improve handling of lost connection
GitOrigin-RevId: 89b641b2beca4f9de65551e6873b3c8c11bb1695
2024-01-04 09:03:05 +00:00
Alf Eaton
ecfa15cf57
Only call "reattach" when explicitly opening the PDF view ( #16330 )
...
GitOrigin-RevId: 53d7ef25a58255bdac46011c3d7b7e4d63e65a6c
2024-01-04 09:03:02 +00:00
Jimmy Domagala-Tang
5fc2535842
Merge pull request #16325 from overleaf/jdt-writefull-split-test-overrides
...
users with writefull already enabled dont care about split tests
GitOrigin-RevId: aa986cc42fb9aecf8004b55e5e233c319040748f
2023-12-21 09:03:13 +00:00
Jimmy Domagala-Tang
948d7638dc
Merge pull request #16310 from overleaf/jdt-remove-writefull-promo-delay
...
Remove one day delay on Writefull project list advert
GitOrigin-RevId: 43c07ed58d1eddb33655ccfbe2284b764fa766ff
2023-12-21 09:03:05 +00:00
Alf Eaton
e7dfd14986
Upgrade react-resizable-panels ( #16321 )
...
GitOrigin-RevId: 524257c441fc98ffc0e3da6f1e703ebdfbfbffb7
2023-12-21 09:03:02 +00:00
Alf Eaton
6c73a1d38a
[ide-react] Remove useFixedSizeColumn ( #16299 )
...
GitOrigin-RevId: 7cee1e153d5ae3d15250097dc87f430f4e799957
2023-12-21 09:02:59 +00:00
Alf Eaton
5c6b8ec015
Use the expanded size from localStorage when available ( #16298 )
...
GitOrigin-RevId: 7747881b99d23ebb0ee38d044c671bffb7504302
2023-12-21 09:02:56 +00:00
Alf Eaton
7cb427738c
[ide-react] Only call scope watcher with the latest value from each batch ( #16296 )
...
GitOrigin-RevId: 0284f99130424d50a2115853d793979a2b0387ff
2023-12-21 09:02:52 +00:00
Domagoj Kriskovic
da2f7ff153
Store editor selection on a per-user rather than per-project basis ( #16246 )
...
* Store editor selection on a per-user rather than per-project basis
* set code editor if rich_text=false
* format fix
GitOrigin-RevId: 8efc33b682de211162e674839e6b891ec04e542e
2023-12-19 09:04:31 +00:00
Rebeka Dekany
b0028a2789
[web] Add custom focus style for the color picker on Firefox and Safari ( #16192 )
...
* Add custom focus style for color pickers on Firefox and Safari
* Use the color name instead of the HEX code
* Apply consistent styling similar to other elements
GitOrigin-RevId: 68dc802df7da6863a0de1c89358002f4f281453b
2023-12-19 09:04:16 +00:00
Jimmy Domagala-Tang
0ac514f81b
Merge pull request #16293 from overleaf/jdt-grammarly-perm-advert
...
Grammarly Permanent Collaboration
GitOrigin-RevId: 0ef47cb7dcb4b175c4d5f3a3c2dbe2e6590a69de
2023-12-18 09:05:12 +00:00
Alf Eaton
a4cfb8c01d
Improve forceDisconnected state change handling ( #16271 )
...
GitOrigin-RevId: 4c09c1ef8123ad84358d0446c1249e4a0ae7c217
2023-12-18 09:04:39 +00:00