Eric Mc Sween
2138bd2a80
Merge pull request #3680 from overleaf/as-em-tm-remove-uiconfig
...
Remove unused uiConfig global variable from frontend and tests
GitOrigin-RevId: 390abdc097cd9904f7a1c1849e58baf70bea5c72
2021-02-23 03:04:39 +00:00
Paulo Jorge Reis
326c63e2af
Compile UI improvements for beta release ( #3644 )
...
* Increase errors cap in the new compile UI to 99
* Improve messaging for stopped compiles
GitOrigin-RevId: d34973e9ef71562d64cfc8018634753e47e4dee8
2021-02-18 03:05:29 +00:00
Jakob Ackermann
da641ba039
Merge pull request #3649 from overleaf/as-chat-test-cleanup
...
Chat test cleanup
GitOrigin-RevId: 4323d93f64f0e51efd2931acbc77fc9b43a216cd
2021-02-18 03:04:51 +00:00
Miguel Serrano
d78644e02c
Merge pull request #3632 from overleaf/msm-navbar-collaborator-widget
...
[ReactNavToolbar] Collaborators widget
GitOrigin-RevId: 65f2484962591103f02eb7624a974d0806b1abf0
2021-02-11 03:04:36 +00:00
Miguel Serrano
77c35e3715
Merge pull request #3633 from overleaf/msm-react-context-validation
...
Added PropTypes validation to react context
GitOrigin-RevId: 86950bdacf366035d1cfd923c7e7674d543b380f
2021-02-11 03:04:33 +00:00
Alf Eaton
c7f3c72663
Merge pull request #3618 from overleaf/ae-fetch-json-oerror
...
Ensure that fetchJSON always throws OError
GitOrigin-RevId: 24bea67992e7b5957b2eaaf5ffe2202879534d39
2021-02-11 03:04:25 +00:00
Miguel Serrano
b35114b81a
Merge pull request #3628 from overleaf/ae-global-localstorage
...
Use Object.defineProperty to set global.localStorage for tests
GitOrigin-RevId: 541a253a6d19fcc93b40c74942ae8ecffb85fa60
2021-02-10 03:04:51 +00:00
Miguel Serrano
260b878b7d
[ReactNavToolbar] Chat Toggle Button + chat-context
( #3625 )
...
* Added toggle chat button to navigation header
* new `useBrowserWindow` hook to work with browser title and focus
* react2angular chat toggle button plumbing
GitOrigin-RevId: 4380f1db9c7cc9a25bfb8d7a33e18d61b1d32993
2021-02-10 03:04:39 +00:00
Timothée Alby
b6eefe4e6e
Merge pull request #3640 from overleaf/ta-file-tree-input-draggable
...
[ReactFileTree] Disable Draggable when Renaming Entity
GitOrigin-RevId: 7241815d43791685453431aa95b8258ec17d3f81
2021-02-10 03:04:28 +00:00
Alf Eaton
dfffc76562
Merge pull request #3617 from overleaf/ae-fetch-json-data
...
Rename "responseBody" to "data" in fetchJSON error object
GitOrigin-RevId: 75c166b23cbef22e82232f334ef373c66d9612a7
2021-02-06 03:04:30 +00:00
Eric Mc Sween
6d2a041b1c
Merge pull request #3612 from overleaf/ae-upgrade-testing-library
...
Upgrade testing-library
GitOrigin-RevId: 600fec9e497d7ec5743a15de892d0dc55e6b95db
2021-02-04 03:04:54 +00:00
Hugh O'Brien
9b70fe7318
Merge pull request #3614 from overleaf/msm-chat-add-message-id
...
[Chat] Added `id` to message groups
GitOrigin-RevId: 45e73ad236984bfbac45c837e603c6ae04382972
2021-02-04 03:04:39 +00:00
Miguel Serrano
4955231abf
Merge pull request #3601 from overleaf/ta-file-tree-open-doc-null
...
[ReactFileTree] Fix Possible Entities Not Found Error
GitOrigin-RevId: 15fd8c0ad115cc30427114330e2a6e960fd2e9a2
2021-01-28 03:04:47 +00:00
Paulo Jorge Reis
11e58b5844
Add timeout upgrade prompt to the new compile UI ( #3528 )
...
* Uncouple account-upgrade and exposted-settings from Angular
* Mock socket shim with the correct methods
* Extract timeout upgrade prompt to a component
GitOrigin-RevId: ee8058b38bf5e20924a21f40d32c5bb0ee06c555
2021-01-15 03:05:48 +00:00
Eric Mc Sween
5f9544ad69
Merge pull request #3559 from overleaf/ta-file-tree-404-fix
...
[ReactFileTree] Fix Handling of 404 on Deletion
GitOrigin-RevId: 8b955710929246168ac5cc29acda7a893164fc1d
2021-01-15 03:05:34 +00:00
Eric Mc Sween
dc48ba1d61
Merge pull request #3550 from overleaf/ta-disconected-overlay
...
Add Disconnected Overlay Over File Tree
GitOrigin-RevId: bdcd4f58effe841eb223abbb852e0b0f574efefd
2021-01-15 03:05:29 +00:00
Eric Mc Sween
e1ffeef06a
Merge pull request #3561 from overleaf/ta-file-tree-move-fixes
...
[ReactFileTree] Move & Rename Validation Fixes
GitOrigin-RevId: 30c2ff17454246c82a03d0b869a810048c9f5dad
2021-01-15 03:05:24 +00:00
Miguel Serrano
864a75c284
Fixed unread message count in react chat ( #3529 )
...
* Fixed unread message count in react chat
The problem was caused by ChatStore being instantiated multiple times on each `useRef` call, plus also incorrectly cleaned-up, since it should be calling `socket.removeListener` instead of `socket.off` on effect destroy.
* deferred loading messages until chat is opened
GitOrigin-RevId: b990cd06cea6630472b0911b56219766717aaff6
2021-01-12 03:04:26 +00:00
Timothée Alby
d121b81896
Merge pull request #3548 from overleaf/ta-file-tree-init-fix
...
[ReactFileTree] Fix Initial State When Selected File Doesn't Exist
GitOrigin-RevId: 92ee8573203e66abf26c9b3afab2fccd90ec8c2e
2021-01-09 03:04:15 +00:00
Timothée Alby
759fbe8587
Merge pull request #3535 from overleaf/spd-ta-bugfix-crash-on-selected-child
...
[ReactFileTree] Unselect Children when Deleting Folder
GitOrigin-RevId: 410183f5af596ec70f9c739503944966c68677fc
2021-01-08 03:05:33 +00:00
Timothée Alby
2ca6d2dadb
Merge pull request #3430 from overleaf/msm-filetree-open-selected-entity
...
[ReactFileTree] Use Local Storage for Open/Closed state of folders and selected doc
GitOrigin-RevId: 55073c92fef6c6e1d538a42b22d60d8657b92153
2021-01-08 03:05:18 +00:00
Alf Eaton
669c72ed2c
Merge pull request #3445 from overleaf/ae-wordcount-modal
...
Migrate word count modal to React
GitOrigin-RevId: cfb5beceec7ba3a992a808b9e7417170d580b392
2021-01-07 03:04:59 +00:00
Alf Eaton
0135236df8
Merge pull request #3446 from overleaf/ae-clone-project-modal
...
Migrate left menu Clone Project modal to React
GitOrigin-RevId: ad113e2b40de4007def513d40551d55bb0c913db
2021-01-07 03:04:54 +00:00
Timothée Alby
f36269ef0a
Merge pull request #3466 from overleaf/ta-accessible-modal
...
Fix Aria-Hidden Modals
GitOrigin-RevId: bcce61104220ebcf04e9c348d9f3ab84bff8804a
2021-01-06 03:08:14 +00:00
Alf Eaton
2ff1cf43d6
Merge pull request #3470 from overleaf/eslint
...
Upgrade and configure ESLint
GitOrigin-RevId: ad5aeaf85e72c847a125ff3a9db99a12855e38aa
2020-12-16 03:08:28 +00:00
Miguel Serrano
1fcf94c3b9
Merge pull request #3436 from overleaf/msm-react-shared-context
...
React shared context
GitOrigin-RevId: ebc6fa90dd8c65ddf803fd457c99a30f0e8e3c9c
2020-12-15 03:05:07 +00:00
Jakob Ackermann
50b7591a11
Merge pull request #3469 from overleaf/msm-add-koma-outline-sections
...
Add addpart, addchap, addsect levels to Outline
GitOrigin-RevId: 4e750664011c208df6403a7d6efd52ce30fc5310
2020-12-12 03:04:30 +00:00
Alf Eaton
4c42f6fd71
Merge pull request #3443 from overleaf/ta-file-tree-noselect
...
[ReactFileTree] Show Create Actions When No Entities Are Selected
GitOrigin-RevId: b98146fe83ce72b3122e8c8905c864a2fd73c5ad
2020-12-11 03:04:47 +00:00
Alf Eaton
771a39f267
Merge pull request #3441 from overleaf/3803-hotkeys-modal
...
Migrate hotkeys modal to React
GitOrigin-RevId: 78399d3d62771cd296bdc2f4f8b1083263d31551
2020-12-11 03:04:42 +00:00
Hugh O'Brien
88b9c371bc
Merge pull request #3447 from overleaf/ae-eslint-braces-rule
...
Enable react/jsx-curly-brace-presence rule
GitOrigin-RevId: f3683cf7ae4566bcfa442fff2242370331209a54
2020-12-10 03:04:57 +00:00
Hugh O'Brien
be51810be5
Merge pull request #3410 from overleaf/hb-validate-new-folder
...
React File Tree - Validate new folder names and renames
GitOrigin-RevId: f040eb08e2daefb3dfd639e18aaef95d7123d727
2020-12-10 03:04:38 +00:00
Jakob Ackermann
fae53738f5
Merge pull request #3423 from overleaf/as-ta-sentry-fixes
...
Improve loading of Sentry reporter in frontend
GitOrigin-RevId: fc05aa48ad0e816b4ef0f5dafb6cf00525a28223
2020-12-04 03:05:43 +00:00
Paulo Jorge Reis
4e74fb2694
Log pane improvements ( #3418 )
...
* Ordering of log entries in the new errors UI
* Don't show the expand-collapse widget when not needed; smaller font size in the raw log output
* Expose log actions in the log pane.
* Use "This project" instead of "Your project" in the new errors UI
* Better handling of long log messages; left-ellipsize the file/line number button
* Make log location more button-like; add tooltip when needed.
* Add a PDF expand button to the toolbar.
* Add a stop compilation button to the new compile UI
* Use aria-label for button accessible text; improve handling of long filenames in the log location button
* Set max-height correctly for the logs pane dropdown
* Avoid changing raw logs sizing when expanded and collapsed
* Add comment on the solution for right-to-left text and ellipsis
* Improve logs pane actions
GitOrigin-RevId: 4098d77a9ee6d333644906876b9ff27035b79319
2020-12-03 03:04:28 +00:00
Jakob Ackermann
1fe7eaab90
Merge pull request #3417 from overleaf/ta-outline-noinfo
...
Remove New Feature Info from Outline
GitOrigin-RevId: 61c737d77ffa020d291da5ab1022dfd2057141f6
2020-12-01 03:04:23 +00:00
Timothée Alby
420aa4a657
Merge pull request #3232 from overleaf/ta-file-tree-react
...
React File Tree
GitOrigin-RevId: fb3141ba8cd9ca0d68e87edb74764a360144c8fe
2020-11-27 03:05:05 +00:00
Jessica Lawshe
d7f32179e4
Update download dropdown style ( #3399 )
...
* Update translation
* Move dropdown header to top of list
* Do not wrap header in download dropdown
GitOrigin-RevId: 326428272592fc54f9915d5946877e59a60f967e
2020-11-27 03:04:44 +00:00
Paulo Jorge Reis
081f4212a8
Add error and validation issues ( #3400 )
...
* Remove references to the duplicatePaths validation
* Make the log entries more generic, to support validation and CLSI errors
* Add validation issues to the new logs UI
* Add CLSI errors to the new logs UI
* Update tests; accessibility fixes
* Disable PDF viewing when compile fails; address PR feedback.
* Add accessible description for error and validation failed compiles
GitOrigin-RevId: 8b0597af8857712d47c20e4915470e8e745bb315
2020-11-27 03:04:38 +00:00
Miguel Serrano
3b1c4e19a4
Merge pull request #3300 from overleaf/msm-chat-react-store
...
React chat store
GitOrigin-RevId: 204009eb5798b02a41e621b33b05ef0cb9d10b15
2020-11-25 03:04:29 +00:00
Paulo Jorge Reis
01cc057f6b
Add raw logs to new errors UI ( #3378 )
...
* Add raw logs to new compile UI
* Address feedback
* Update test/frontend/features/preview/components/preview-logs-pane.test.js
Co-authored-by: John Lees-Miller <jdleesmiller@gmail.com>
Co-authored-by: John Lees-Miller <jdleesmiller@gmail.com>
GitOrigin-RevId: af9c653e13d93434467b122f4c388493e786212c
2020-11-17 03:04:16 +00:00
Paulo Jorge Reis
619ec15309
Add first error popup ( #3369 )
...
* Add first error popup
* Address PR feedback
GitOrigin-RevId: e924b3e6096584de6f363aae70a62328cd3de83d
2020-11-17 03:04:11 +00:00
Jessica Lawshe
d138837049
Merge pull request #3367 from overleaf/ho-ms-jel-chat-a11y
...
Improve chat accessibility
GitOrigin-RevId: 853da57460c7e3a18abbe1130553e34bd661b6b3
2020-11-10 03:04:40 +00:00
Jessica Lawshe
21ffe27bdd
Merge pull request #3330 from overleaf/jel-toolbar-btns
...
Hide toolbar text and show tooltip when out of space
GitOrigin-RevId: 5a73b69e7d92695c4f8691a747307908550e3790
2020-11-10 03:04:35 +00:00
Jakob Ackermann
c6a853c7ed
Merge pull request #3332 from overleaf/pr-new-log-entries-ui
...
New log entries ui
GitOrigin-RevId: a13ccac04197e7c8f3777750b956d550c95c8f0d
2020-11-06 03:04:59 +00:00
Jessica Lawshe
6a837ce457
Merge pull request #3311 from overleaf/jel-button-test
...
Add required prop to button test
GitOrigin-RevId: c653b0429e4b9e9921e3e913fc0ff5ea445615a3
2020-11-03 03:05:03 +00:00
Jessica Lawshe
edd43228a1
Merge pull request #3305 from overleaf/jel-download-dropdown-divider
...
Only show header/divider if download list is separated
GitOrigin-RevId: 832c53bf973e6615a5c2ef526a8fad0835913bcc
2020-11-03 03:04:58 +00:00
Miguel Serrano
df37668180
Merge pull request #3267 from overleaf/msm-react-chat-tests
...
React chat tests
GitOrigin-RevId: e3b4d5b7cb2657d9aad7e1006c18db4e6c0d8a3f
2020-10-28 03:04:53 +00:00
Jakob Ackermann
85d37f8990
Merge pull request #3308 from overleaf/revert-3278-as-prop-type-test-fail
...
Revert "Make prop-type errors fail the frontend tests"
GitOrigin-RevId: 903fba2a6f22d392ba748ff334db0ddbc63ac896
2020-10-22 02:04:54 +00:00
Jakob Ackermann
a124c3e4f4
Merge pull request #3278 from overleaf/as-prop-type-test-fail
...
Make prop-type errors fail the frontend tests
GitOrigin-RevId: 4676239be8bfc541397740bdbe4044751e088c82
2020-10-22 02:04:32 +00:00
Jessica Lawshe
6fe36b6acb
Merge pull request #3282 from overleaf/jel-download-dropdown-menu
...
Add output download dropdown
GitOrigin-RevId: 1f97f0d681679268d28796fbc8251ffbc6e98433
2020-10-21 02:04:32 +00:00
Jessica Lawshe
f8a8c9bbd6
Merge pull request #3242 from overleaf/jel-add-recompile-from-scratch
...
Add recompile from scratch option
GitOrigin-RevId: 59836df9049e307acb11824058024919409ea4a4
2020-10-21 02:04:27 +00:00