Alf Eaton
9729befe59
Merge pull request #18170 from overleaf/ae-token-access-page
...
Convert token access page to React
GitOrigin-RevId: d7434f0de395c47a95d00767727fbe9d43f9abca
2024-05-03 08:05:01 +00:00
Jimmy Domagala-Tang
0ca7a385d5
Merge pull request #18131 from overleaf/jdt-promo-hooks
...
feat: split logic for promos out to hooks
GitOrigin-RevId: 8f713cdf309f84dddb20e8da76009512bd990a8f
2024-05-01 08:05:04 +00:00
Antoine Clausse
6a6f155029
[web] Use React hooks to get split-test variants instead of getSplitTestVariant
(getMeta
) ( #18133 )
...
* Fix split-tests loading in React component: use `useSplitTestContext` instead of `getSplitTestVariant`
* Replace use of `isSplitTestEnabled` by `useSplitTestContext`
* Add SplitTestProvider to roots, and fix tests
* Create `useFeatureFlag` hook
* Use `useFeatureFlag` where applicable
GitOrigin-RevId: 9ff7bb3975d50bc4d07d74d93c482d56dc96f615
2024-05-01 08:04:55 +00:00
Antoine Clausse
e32b4f0db1
[web] Handle error cause by currencyDisplay: 'narrowSymbol'
in old browsers ( #18060 )
...
* Handle error cause by `currencyDisplay: 'narrowSymbol'` in old browsers
RangeError
Value narrowSymbol out of range for Number.prototype.toLocaleString options property currencyDisplay
* Make `formatCurrencyLocalized` bulletproof
GitOrigin-RevId: 26e8abc6f9fb7c06c2d14b9d86af2d84fb9f32e3
2024-04-26 08:04:22 +00:00
David
2e634e665d
Merge pull request #18064 from overleaf/dp-interstitial
...
Create Interstitial component
GitOrigin-RevId: 00c9378a04b0ce17e0af409c3a85f12c1db49b42
2024-04-25 08:04:26 +00:00
ilkin-overleaf
1e7053cb8e
Merge pull request #17921 from overleaf/ii-bs5-alert-continue
...
[web] Replace all alerts with notifications in settings page
GitOrigin-RevId: a05755c39d2e54b3f57ffa589885e3e96aee00dc
2024-04-24 08:04:35 +00:00
ilkin-overleaf
cccd0f06d7
Merge pull request #17908 from overleaf/ii-bs5-badge
...
[web] Create Bootstrap 5 badges
GitOrigin-RevId: 72355c7cf7dca2a5d16bc890d7cfa4a432dd15ba
2024-04-22 08:04:07 +00:00
Antoine Clausse
b2ef7a935f
[web] Use localized number formatting for currencies ( #17622 )
...
* Add a unit test on `SubscriptionFormatters.formatPrice`
* Add JSDoc to `formatPrice`
Also: Name the functions before exporting:
This fixes my IDE (WebStorm) navigation
* Make `'USD'` the default param instead of reassigning
* Create `formatCurrency` function
* Use `formatCurrency` in SubscriptionFormatters
* Use an `isNoCentsCurrency` logic for `CLP` `JPY` `KRW` `VND`
And remove custom `CLP` logic and locale
* Add `locale` param to `formatPrice`
* Generate `groups.json` and `localizedPlanPricing.json`
```
bin/exec web node ./scripts/recurly/recurly_prices.js --download -o prices.json
bin/exec web node ./scripts/plan-prices/plans.js -f ../../prices.json -o dir
```
* Update scripts/plan-prices/plans.js to generate numbers instead of localized amounts
* Generate `groups.json` and `localizedPlanPricing.json`
```
bin/exec web node ./scripts/recurly/recurly_prices.js --download -o prices.json
bin/exec web node ./scripts/plan-prices/plans.js -f ../../prices.json -o dir
```
* Remove generation of `plans.json`
As /services/web/frontend/js/main/plans.js was removed in https://github.com/overleaf/internal/pull/12593
* Sort currencies in alphabetical order in scripts/plan-prices/plans.js
* Generate `groups.json` and `localizedPlanPricing.json`
```
bin/exec web node ./scripts/recurly/recurly_prices.js --download -o prices.json
bin/exec web node ./scripts/plan-prices/plans.js -f ../../prices.json -o dir
```
* Use `formatCurrency` in price-summary.tsx
* Use `formatCurrency` in Subscription Pug files
* Fix unit tests SubscriptionHelperTests.js
* Remove unused `currencySymbol`
* Change to `formatCurrency` in other React components
* Add `CurrencyCode` JSDoc types
* Duplicate `formatCurrency` into services/web/app/src/util
* Wrap tests in a top-level describe block
* Use `narrowSymbol`
* Fix tests with `narrowSymbol` expects
* Revert deletion of old `formatPrice` in SubscriptionFormatters.js
* Rename `formatCurrency` -> `formatCurrencyLocalized`
* Revert deletion of `CurrencySymbol`
* Add split-test in SubscriptionController.js
* Add split-test in SubscriptionViewModelBuilder.js
* Add split-test in plans
* Add split-test in subscription-dashboard-context.tsx
* Add split-test in 4 more components
* Update tests
* Show currency and payment methods in interstitial page
* Fix `–` being printed. Use `–` instead
* Fix test with NOK
* Storybook: Fix missing `SplitTestProvider`
* Storybook: Revert "Remove unused `currencySymbol`"
This reverts commit e55387d4753f97bbf8e39e0fdc3ad17312122aaa.
* Replace `getSplitTestVariant` by `useSplitTestContext`
* Use parameterize currencyFormat in `generateInitialLocalizedGroupPrice`
* Fixup import paths of `formatCurrencyLocalized`
* Replace `% 1 === 0` by `Number.isInteger`
* Add comment explaining that any combinations of languages/currencies could happen
* Fixup after rebase: import `useSplitTestContext`
* Revert "Remove SplitTestProvider from subscription root"
This reverts commit be9f378fda715b86589ab0759737581c72321d87.
* Revert "Remove split test provider from some tests"
This reverts commit 985522932b550cfd38fa6a4f4c3d2ebaee6ff7df.
GitOrigin-RevId: 59a83cbbe0f7cc7e45f189c654e23fcf9bfa37af
2024-04-19 08:03:54 +00:00
Rebeka Dekany
fa3f51fb2e
Merge pull request #17806 from overleaf/rd-bootstrap-button2
...
[web] - Updating the Account Settings page with the Button and Icon Button wrappers
GitOrigin-RevId: 135c4ddaa64d009d3ab8cdfef9cff899fd77669c
2024-04-17 08:05:10 +00:00
Antoine Clausse
d35204033f
Merge pull request #17909 from overleaf/ac-tear-down-compile-timeout-tests-2
...
[web] Remove split-tests `compile-backend-class*` and `compile-timeout-20s*` (attempt 2)
GitOrigin-RevId: 5658f2977d3e7089eec5bbe7a33eee81c153e41d
2024-04-16 08:04:08 +00:00
Antoine Clausse
491bc2628d
Merge pull request #17899 from overleaf/revert-17700-ac-tear-down-compile-timeout-tests
...
Revert "[web] Remove split-tests `compile-backend-class*` and `compile-timeout-20s*`"
GitOrigin-RevId: d5070ced06adbd435e782a44b7ef767e395bd6a0
2024-04-15 08:04:37 +00:00
Antoine Clausse
2dd10c7fee
[web] Remove split-tests compile-backend-class*
and compile-timeout-20s*
( #17700 )
...
* Remove split-tests of `compile-timeout-20s` and `compile-timeout-20s-existing-users`
* Remove `NEW_COMPILE_TIMEOUT_ENFORCED_CUTOFF` variables
* Revert timeout override `60` -> `20`
* Update settings.overrides.saas.js: `compileTimeout: 20`
* Remove `compile-backend-class-n2d`
* Remove `force_new_compile_timeout`
* Remove `showNewCompileTimeoutUI`
* Remove `compileTimeChanging`
* Simplify code by removing segmentation object
* Remove `CompileTimeoutChangingSoon`
* Remove `user.features.compileTimeout = '20 (with 10s prompt)'`
* Remove `CompileTimeWarning`
* Remove `TimeoutUpgradePrompt` (old)
* Remove `compile-backend-class`
* Remove unused translations
* Update tests
* Fix: Show `CompileTimeout` even if `!window.ExposedSettings.enableSubscriptions`
* Create script to migrate users to 20s compileTimeout
* migration script: exclude `compileTimeout: 20` from the match
* migration script: use `batchedUpdate`
* Remove `showFasterCompilesFeedbackUI` and `FasterCompilesFeedback`
Helped-by: Jakob Ackermann <jakob.ackermann@overleaf.com>
* Remove `_getCompileBackendClassDetails`, simplify definition of `limits` object
* Remove `Settings.apis.clsi.defaultBackendClass`
* Remove unnecessary second scan of the whole user collection in dry mode
* Override `timeout` to 20 for users having `compileGroup === 'standard' && compileTimeout <= 60`
* Remove second `logCount`: re-run the script in dry-mode if you want to see that count
* Use secondary readPreference when counting users
* Fix script setup and exit 0
* Fix: Remove `user.` from query path!
* Add acceptance test on script migration_compile_timeout_60s_to_20s.js
GitOrigin-RevId: 3cb65130e6d7fbd9c54005f4c213066d0473e9d8
2024-04-15 08:04:24 +00:00
ilkin-overleaf
a9436039b6
Merge pull request #17702 from overleaf/ii-bs5-to-bs3-classname-helper
...
[web] Bootstrap class name helper
GitOrigin-RevId: 9c2042aa2ea0e4d3828b32c321336e1c3a4a0ef8
2024-04-04 08:04:11 +00:00
ilkin-overleaf
205cfbe816
Merge pull request #17597 from overleaf/ii-enable-checkout-component-test
...
[web] Enable Cypress test for creating new subscription
GitOrigin-RevId: c17efbeb6a29d8e757729cddffef46faf054da70
2024-03-28 09:04:15 +00:00
Alf Eaton
6cc2db3cdd
Merge pull request #17525 from overleaf/ae-upgrade-prettier
...
Upgrade Prettier to v3
GitOrigin-RevId: 6f1338f196408f3edb4892d5220ad3665ff1a5bc
2024-03-26 09:04:05 +00:00
Alf Eaton
749660e168
Refactor review panel context ( #17383 )
...
GitOrigin-RevId: 23e7ff8632172ebd0bc544a2297d1d4179010832
2024-03-07 16:30:25 +00:00
Jakob Ackermann
cdca83d94e
Merge pull request #17008 from overleaf/jpa-jdt-wf-consent-init
...
[web] new copy for Writefull promotion
GitOrigin-RevId: 4e67414a5f9ef96649d36e15a2aa8661ee4fdd59
2024-02-19 09:03:38 +00:00
Alf Eaton
12326b420d
Use sliced MaterialSymbolsRounded font ( #16994 )
...
GitOrigin-RevId: 51158acccc9967794b2192791961561d43274979
2024-02-16 09:04:36 +00:00
Jimmy Domagala-Tang
06ab04f023
Merge pull request #16780 from overleaf/jdt-wf-load-notif
...
Writefull loading and retry notifications
GitOrigin-RevId: ad4701c929970da37abdd96e070b67eac57fb54b
2024-02-09 09:04:50 +00:00
ilkin-overleaf
2f803292b4
Merge pull request #16857 from overleaf/ii-share-modal-click
...
[web] Clickable share modal buttons
GitOrigin-RevId: db6bef9b63e98007741d88b291a282d6ea4a68c5
2024-02-06 09:03:40 +00:00
Alf Eaton
a3ba2284d6
Use prefixed strings for tracked counts of compile errors ( #16870 )
...
GitOrigin-RevId: 4023822a73c204fe1365cdc0fe311b4289a8cbcf
2024-02-06 09:03:25 +00:00
Tim Down
3a88a60e23
Merge pull request #16700 from overleaf/td-scroll-comment-input-into-view
...
Scroll comment textarea into view after autofocus
GitOrigin-RevId: c8542f40d25772a14e7511702c0e47b7001be275
2024-02-05 09:04:21 +00:00
Alf Eaton
c443322a41
Memoize FileTree and outline toggle button components ( #16776 )
...
GitOrigin-RevId: 299ed9d568650ce37edba87643112d1cd6d12fd4
2024-02-02 09:03:08 +00:00
M Fahru
f0247a3311
Merge pull request #15302 from overleaf/mf-fix-unlink-github-sync-behaviour
...
[web] Unlink github from collaborators when project owner unsubcribes and github feature was lost
GitOrigin-RevId: 81b81cfb75e3a3684e185ef13d8c0aca19d5699d
2024-01-30 09:04:39 +00:00
Jessica Lawshe
f79f534d9f
Merge pull request #16769 from overleaf/jel-scroll-to-notification
...
[web] Add scroll to notification component
GitOrigin-RevId: 096f9f42344729464e7fb38e4f6542cb2e891918
2024-01-30 09:04:19 +00:00
Alf Eaton
12d38a3be9
Remove setSavedAt from detach compile context ( #16742 )
...
GitOrigin-RevId: 2a85b4a0cd6b73c0240b64beddd8cd6ab5a48b2f
2024-01-29 09:03:31 +00:00
Alf Eaton
11859f1c38
Remove savedAt from compiler ( #16642 )
...
GitOrigin-RevId: 526d26d731da99b40c253a4dc0a774a896641c8e
2024-01-29 09:03:13 +00:00
Alf Eaton
0cde5be165
Merge pull request #14709 from overleaf/ae-context-typescript
...
Convert React context providers to TypeScript [don't squash!]
GitOrigin-RevId: d92a91798286978410956ab791d73c17c5086d86
2024-01-29 09:03:04 +00:00
ilkin-overleaf
55fcf8a0ee
Merge pull request #16706 from overleaf/ii-review-panel-refresh-entry-positions-on-resize
...
[web] Reposition review panel entries correctly on resize
GitOrigin-RevId: 04f94c20393b1da318560d39175c2b860738998b
2024-01-26 09:03:39 +00:00
Alf Eaton
3ea151d129
Add event tracking for counts of matched compile log entries ( #16615 )
...
GitOrigin-RevId: 65f0efde77db5130cf8a709bb899d3231c3bdec4
2024-01-24 09:04:05 +00:00
Mathias Jakobsen
8d7fbf5a47
Merge pull request #16522 from overleaf/mj-table-generator-cypress-tests
...
[web] Add cypress tests for table generator
GitOrigin-RevId: c77454763cfc83e4869e75ba247369e6255a0553
2024-01-19 09:04:33 +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
fc8892e4fb
Expose ScopeValueStore via window.overleaf.unstable.store ( #16404 )
...
GitOrigin-RevId: 4b251639296405c0a9487f063e8b049687860004
2024-01-09 09:03:46 +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
Mathias Jakobsen
45274d9dff
Merge pull request #16380 from overleaf/mj-select-keyboard
...
[web] Allow keyboard interactions with custom select component
GitOrigin-RevId: 81adea8e456bd6ce2483dfa17a352c24c36e5768
2024-01-08 09:04:30 +00:00
Jimmy Domagala-Tang
d5b114aa7e
Merge pull request #16339 from overleaf/jdt-ghost-offer-btn
...
adding new ad offering variants to ghost btn and notification
GitOrigin-RevId: 108e06cf53826ee6781fb57cd9f67fc7f3ef4655
2024-01-04 09:03:55 +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
Alf Eaton
12646d0541
Use scopeStore in useScopeValueSetterOnly ( #16341 )
...
GitOrigin-RevId: ed3c5937bafc984440ee262c8cb0c1ba63f0be7d
2024-01-04 09:03:08 +00:00
Alf Eaton
1ce16dd09f
[ide-react] Handle failed socket.io loading ( #16265 )
...
GitOrigin-RevId: 3a460e1f53387e7012f994f6e8ea9ce764eb0fd2
2023-12-18 09:04:31 +00:00
Alf Eaton
c2b553e915
[ide-react] Improve file tree and outline components in the editor sidebar ( #16225 )
...
* Upgrade react-resizable-panels
* Add FileTreeOpenProvider
* Add OutlineProvider and OutlineContainer
* Convert Outline tests to Cypress
GitOrigin-RevId: afd9ae8190edf37642e36a4ffb331f1182c8982d
2023-12-18 09:03:53 +00:00
Alf Eaton
8dbf2b64f8
[ide-react] Notify about unsaved changes ( #16163 )
...
* Notify about unsaved changes
* Move system message components and types to shared folder
* Add system messages component
GitOrigin-RevId: ab81a24888847bd9a8a390fd1af6b58f471f7a4b
2023-12-15 09:03:27 +00:00
Eric Mc Sween
a9d7f99446
Merge pull request #16156 from overleaf/jdt-writefull-notif
...
Writefull editor notification
GitOrigin-RevId: 1a5077164682dbec67738af0684d364571802816
2023-12-14 09:03:27 +00:00
Eric Mc Sween
ee0dbcf331
Merge pull request #16167 from overleaf/em-writefull-promo
...
Writefull integration 10% promo
GitOrigin-RevId: 27ef5e51d7d9c56d85ccc44692444bff46fbeeec
2023-12-13 09:02:48 +00:00
ilkin-overleaf
b715cb3b16
Merge pull request #16152 from overleaf/ii-ide-page-prototype-review-panel-mini
...
[web] React ide page mini review panel
GitOrigin-RevId: 4c4ee8095446a2f72371024b93a07dbd1dbd2a63
2023-12-11 09:03:21 +00:00
Jimmy Domagala-Tang
24261ac617
Merge pull request #16007 from overleaf/jdt-writeful-user-settings
...
Add Writeful to user settings
GitOrigin-RevId: 15b3dd47b96cdc8bf8002afe3ddc570b03a6065f
2023-12-08 09:04:45 +00:00
Eric Mc Sween
94b9d1fa48
Merge pull request #16073 from overleaf/em-postpone-tutorials
...
Support postponing tutorials
GitOrigin-RevId: fe662086c87cc1909d6d9eeac07f85e306d64418
2023-12-06 09:04:58 +00:00
Alf Eaton
3f98752986
Avoid using isEqual for outline comparison ( #16093 )
...
GitOrigin-RevId: 8901f77eb25295882f6563fa2f1835d18d332c59
2023-12-06 09:04:27 +00:00
Miguel Serrano
b61f34c740
Merge pull request #15887 from overleaf/msm-new-notification-inr-latam
...
[web] New notification style: inr/latam/writefull/groups
GitOrigin-RevId: 85ffa6d5c7ee775bf16fbb6e1fb7ce1860077b93
2023-12-05 09:03:55 +00:00
Jimmy Domagala-Tang
31fcd01e3a
Merge pull request #16039 from overleaf/jdt-notification-class-prop
...
Adding classname to notifications and overlay css utility
GitOrigin-RevId: 068672352efe2c93ca830d1dae0209cd02688226
2023-12-04 09:02:58 +00:00
Alf Eaton
19a17060ab
Remove history-related Angular code ( #15932 )
...
GitOrigin-RevId: e4fafddd67909a0e709439ddbe560c66e2629bdb
2023-11-29 09:04:17 +00:00
Alf Eaton
345f51bedb
[ide-react] Improve initial loading behaviour ( #15916 )
...
* Defer script loading
* Only mount IdePage once everything has connected
GitOrigin-RevId: 32f16214f26ac6a6d71a9dd332b3c35b8b82deae
2023-11-28 09:04:11 +00:00
ilkin-overleaf
81f5a1308e
Merge pull request #15909 from overleaf/ii-ide-page-prototype-review-panel-refresh-ranges
...
[web] React ide page refresh ranges
GitOrigin-RevId: 7f79b8f63869ee39fef9a101e6dcc56c39af8df7
2023-11-27 09:04:26 +00:00
Domagoj Kriskovic
9c4cc289d2
ODC and confirm email refactor ( #15739 )
...
* use class name instead of id
* storybook rename
* refactor types
* linting
* prettier
* classname in react component
* lint error
* add classname in confirm-email success
* remove decorators
* allow focusing with the tab key to get information about the progress
* group form and radio chip elements
* single type assertion
---------
Co-authored-by: Rebeka <o.dekany@gmail.com>
GitOrigin-RevId: 58a64ebdde5c57619a81ae4b68cdb8a6b44dc295
2023-11-27 09:03:41 +00:00
Tim Down
38efea39f2
Merge pull request #15707 from overleaf/td-user-settings-context
...
Move user settings to a context
GitOrigin-RevId: 9a9d55dfee9f71cee323fe64d1442303ac7cfeb2
2023-11-22 09:04:39 +00:00
Tim Down
fa0ea24f53
Merge pull request #15804 from overleaf/td-compile-log-links
...
Fix bug with compile log links
GitOrigin-RevId: fc10b6dcd09ba36fb358fbd1a13012205d4f568d
2023-11-22 09:04:26 +00:00
ilkin-overleaf
7db5d761ea
Merge pull request #15557 from overleaf/ii-ide-page-prototype-review-panel-track-changes
...
Review panel track changes for React IDE page
GitOrigin-RevId: d061596581ff10bd897b286dcd5c280ce79a6384
2023-11-17 09:03:02 +00:00
Tim Down
6f34a84ebd
Merge pull request #15684 from overleaf/td-ide-page-main-doc-left-menu
...
Add docs to FileTreeDataContext to replace 'docs' scope value in React code
GitOrigin-RevId: 430f795eb0cd17f0f4fab9c61e46fb04ff3030b3
2023-11-14 09:04:40 +00:00
Tim Down
1c820de200
Merge pull request #15610 from overleaf/td-ide-page-editor-events
...
React IDE page: hook up events
GitOrigin-RevId: 1121a30755fc600023f06925ca3eafa7a8e1ee14
2023-11-14 09:04:36 +00:00
Alf Eaton
c597444179
Remove unused propTypes ( #15578 )
...
GitOrigin-RevId: d45d155277a7fc4fbd137f8c640e4a22b1b82399
2023-11-06 09:04:03 +00:00
Alf Eaton
a5faeee707
Replace bsStyle="secondary" ( #15587 )
...
GitOrigin-RevId: a0d1b6dc4957951ec944c1981e22fe0ccab4eeb7
2023-11-06 09:03:47 +00:00
Rebeka Dekany
a2946f8601
Merge pull request #15249 from overleaf/rd-odc-radio
...
Radio buttons for Onboarding Data Collection
GitOrigin-RevId: 8c4d1e965f3263b4c8a41c129c5c3d6e3ef10986
2023-11-02 08:52:52 +00:00
Tim Down
13f246a85e
Merge pull request #15342 from overleaf/td-remove-file-tree-manager-in-react
...
Remove use of FileTreeManager in React code
GitOrigin-RevId: f15bc9b4f84e0f65709b9850ed8cc5d3637efa7f
2023-10-27 08:03:10 +00:00
Tim Down
537673cdf6
Merge pull request #15415 from overleaf/td-scope-store-and-emitter-fixed
...
IDE scope store and emitter with fixed PDF URLs
GitOrigin-RevId: 9d33bad8a006bb55714878332f78932538dd8921
2023-10-25 08:05:07 +00:00
Alf Eaton
e06f40173d
Focus textarea after a timeout ( #15408 )
...
GitOrigin-RevId: 468cc27a6fd0a677858906ee67d872bc0b64529d
2023-10-25 08:04:33 +00:00
Jakob Ackermann
74c6085c55
Merge pull request #15412 from overleaf/revert-15280-td-scope-store-and-emitter
...
Revert "IDE scope store and emitter"
GitOrigin-RevId: bb764c66830e5e30806609b2834f918cf7784dd7
2023-10-25 08:04:17 +00:00
Tim Down
92a38e1311
Merge pull request #15280 from overleaf/td-scope-store-and-emitter
...
IDE scope store and emitter
GitOrigin-RevId: 9835d684db791937cd0bbc657228cb9112089b47
2023-10-25 08:03:55 +00:00
Alf Eaton
749aef1c6f
Add optional personal access tokens for git bridge ( #15209 )
...
GitOrigin-RevId: 50d4c0e11728e014e81172c062a3b22fefa6286c
2023-10-20 08:03:27 +00:00
Tim Down
3be937c503
Migrate layout context to TypeScript ( #15275 )
...
Migrate layout context to TypeScript
GitOrigin-RevId: ce453bfb67f7c36176fa24144413b556cd3c117e
2023-10-19 08:03:01 +00:00
Jessica Lawshe
d8f145df37
Merge pull request #14832 from overleaf/jel-alert
...
[web] Remove unused class for new alerts
GitOrigin-RevId: 3b9789d64155c06e633e7f010287d4166da25e98
2023-10-18 08:04:38 +00:00
Domagoj Kriskovic
b516363e45
Onboarding data collection form ( #15164 )
...
* onboarding data collection react
* added stepper component
* stepper completed step
* move useValidateField to shared
* Revert "move useValidateField to shared"
This reverts commit 68fafd934dafedab8d61f581beb7bfdd8a0674c0.
* added multistep hook
* add story
* fix storybook
* img path
* remove pug page
* formatting
* using translations
* formating
* linting
* use small classname
* Onboarding data collection form - Step 2 (#15182 )
* step 2 of onbarding data collection form
* sort locals
* styling changes
* checkbox font size
* aria-progressbar, bsStyle=null
GitOrigin-RevId: 9ee84b4631b30b670280cfa2086385274652b21e
2023-10-18 08:04:16 +00:00
Jakob Ackermann
83cf21d8cf
Merge pull request #15271 from overleaf/jpa-lazy-loading
...
[web] lazy load big optional UI elements
GitOrigin-RevId: 18d723c66834be3984b74c3c89cfb46e2fffbfc1
2023-10-18 08:04:05 +00:00
Tim Down
719da5fbd8
Merge pull request #15056 from overleaf/td-ide-connection-load
...
IDE page: connection manager and loading screen
GitOrigin-RevId: 2cbc8c09aeb36a14eae66da78b267c7a830fb71a
2023-10-17 08:03:13 +00:00
Alf Eaton
23e2d9bf99
Close pop-up window and update UI after reference provider linking ( #15106 )
...
GitOrigin-RevId: 3c93491041170cd78c66bc0ab5db516749f9eded
2023-10-09 08:04:04 +00:00
M Fahru
e3a99a82db
Merge pull request #15016 from overleaf/mf-remove-editor-left-menu-angular
...
[web] Remove angular editor left menu code
GitOrigin-RevId: ad3f16d5a2b98751e2011ab0412e1921dfa37fd0
2023-10-05 08:05:00 +00:00
Alf Eaton
6dbb2df5b8
Remove editor split tests ( #14985 )
...
* Remove source-editor-toolbar split test
* Remove editor-left-menu split test
* Remove paste-html split test
* Remove figure-modal split test
* Remove rich-text split test
* Remove table-generator split test
GitOrigin-RevId: e3fe415b81ff0135d8764cd3f3c91b1dd4a77cf0
2023-10-04 08:04:34 +00:00
Miguel Serrano
d94eaa19cc
Merge pull request #14587 from overleaf/mf-enable-sso-managed-users
...
[web] Enable SSO switch on Group Settings
GitOrigin-RevId: 591881eb4e6bad912de026f7a687f3b020712c2d
2023-10-02 08:04:18 +00:00
M Fahru
3324a14202
Merge pull request #15029 from overleaf/mf-remove-angular-settings-dependency-rename-project
...
[web] Remove angular settings dependency when renaming a project in editor top bar
GitOrigin-RevId: 45a8b71fc84135f5291217f613cc95aea7192c35
2023-09-29 08:04:33 +00:00
Jakob Ackermann
9daa8f5d98
Merge pull request #15040 from overleaf/jpa-js-to-jsx
...
[web] rename all the JSX files to .jsx/.tsx
GitOrigin-RevId: 82056ae47e017523722cf258dcc83c8a925a28f7
2023-09-29 08:04:29 +00:00
Alf Eaton
15475cdb3c
Copy tags when cloning a project ( #14987 )
...
GitOrigin-RevId: 4cdca0ef2f26bf6bba02b675b0ef02ba8da881e2
2023-09-29 08:04:14 +00:00
Mathias Jakobsen
dc86b0285a
Merge pull request #14663 from overleaf/mj-table-generator-promo
...
[cm6] Add promotion popover for table generator and pasting formatted text
GitOrigin-RevId: 9096b36ac4f07d1fc862ecc3bd5df033348950ab
2023-09-28 08:04:21 +00:00
Jakob Ackermann
1213709578
Merge pull request #14980 from overleaf/jpa-debug-console
...
[web] migrate frontend logging to debugConsole
GitOrigin-RevId: b03ff9030b03fff059738d2270bc4b4912e79f16
2023-09-28 08:04:12 +00:00
Thomas
b39effbb4b
Merge pull request #14896 from overleaf/tm-compile-time-warning-would-display
...
Use standard paywall-types, extend paywall to include variant in segmentation
GitOrigin-RevId: 17a154c525fed3b05a5208a34f374608f045872f
2023-09-20 08:03:32 +00:00
Thomas
31cb9e336b
Implement test to reduce compile timeout to 20 seconds ( #14705 )
...
Compile timeout reduction to 20s for treatment users
Co-authored-by: Rebeka <rebeka.dekany@overleaf.com>
GitOrigin-RevId: 54f70fe4b1fc631cef966deb0c1d28c904dd3a44
2023-09-19 08:03:52 +00:00
Jessica Lawshe
98c8ee0e1f
Merge pull request #14793 from overleaf/jel-new-alert-content-string
...
[web] Option to pass content as string to notification component
GitOrigin-RevId: 05196a44d25dab5ba85b58965c3bb5ac071a3897
2023-09-14 08:04:34 +00:00
Jessica Lawshe
a3c54c7369
Merge pull request #14627 from overleaf/jel-new-alerts
...
[web] New notification styles
GitOrigin-RevId: ad8a102bbe1ab24be3fccc061f5bbf54912c77e4
2023-09-14 08:04:27 +00:00
Mathias Jakobsen
f4ebe98d91
Merge pull request #14786 from overleaf/td-git-bridge-modal-paywall
...
Show paywall in Git bridge dialog when appropriate
GitOrigin-RevId: c6056c2a24fe5f2026448cd6cef2449057803cea
2023-09-14 08:04:04 +00:00
Mathias Jakobsen
96ba8a92f4
Merge pull request #14757 from overleaf/td-review-panel-auto-expand-textarea-cursor
...
React review panel: place cursor at the end when autofocussing textarea
GitOrigin-RevId: c277e949dadc16bef2ed1a9ace69285e99ba29ad
2023-09-14 08:04:00 +00:00
Jimmy Domagala-Tang
3aa6346ab3
Merge pull request #14674 from overleaf/jdt-prevent-menu-item-drags
...
feat: force all menuitems to be undraggable, and make home button und…
GitOrigin-RevId: 5b04a07aaca43b1eff8b50958d74356663b6d416
2023-09-13 08:04:01 +00:00
Miguel Serrano
0f30edf69f
Merge pull request #14585 from overleaf/msm-sso-config-modal
...
[web] SSO Config modal
GitOrigin-RevId: e704afa61fe14390b64ce29a27ccbce7e884b396
2023-09-13 08:03:46 +00:00
Tim Down
5cce9683fa
Merge pull request #14628 from overleaf/td-review-panel-scroll-jump
...
Fix scroll jump and improvements to React review panel layout and performance
GitOrigin-RevId: 3123f90abeb1bf9712ba4025a272e13990aebbd9
2023-09-06 08:06:32 +00:00
Alasdair Smith
7c9971cce9
Merge pull request #14577 from overleaf/as-fix-popover
...
Fix history UI tutorial so that it is correctly dismissed
GitOrigin-RevId: f5792db1531759815fd22c07d253649bedcf3dbd
2023-08-31 08:04:13 +00:00
Jimmy Domagala-Tang
462b7a2256
Merge pull request #14379 from overleaf/jdt-history-onboarding
...
history onboarding popover
GitOrigin-RevId: 4afe2ae54317341df64e83bed0b3c94875eb10a0
2023-08-30 08:05:21 +00:00
Alasdair Smith
575f646dd4
Merge pull request #14467 from overleaf/ds-conditional-tooltip
...
Added condition on tooltip for the dropdown
GitOrigin-RevId: d8291f98b2bad809579b47714b0eab278195327e
2023-08-30 08:04:32 +00:00
Alexandre Bourdin
0c5ba1e96e
Merge pull request #14491 from overleaf/ab-update-managed-users-icons
...
[web] Update managed users icons and improve display on smaller screen sizes
GitOrigin-RevId: 7b6263ea9afa9bb52bed3a3f50cbe361e7064085
2023-08-28 08:04:02 +00:00
Alf Eaton
e54a1d1a43
[cm6] Remove Galileo code ( #14336 )
...
GitOrigin-RevId: 878faff8eea90f508aa94e4471990c31d5d3f0e5
2023-08-18 12:11:28 +00:00
ilkin-overleaf
083bee6545
Merge pull request #14129 from overleaf/ii-ref-providers
...
[web] Map refProviders values to booleans
GitOrigin-RevId: d1a81dab4eb432e4e34f1f195b80dd676bfe172e
2023-08-04 08:04:02 +00:00
Tim Down
98a847ae75
Merge pull request #14059 from overleaf/td-review-panel-smoother-chrome
...
React review panel: fix regression that made animation jerky on Chrome
GitOrigin-RevId: c1d9fa00d478fa71d94ff705ddfcc12bab0b2767
2023-07-28 08:04:10 +00:00
Alf Eaton
930cec2189
Calculate overflow when languageName
or visual
change ( #13872 )
...
GitOrigin-RevId: f2d200d0d34e810688defe78b8143829f095df9f
2023-07-19 08:04:20 +00:00
Tim Down
38c673d057
Merge pull request #13720 from overleaf/td-review-panel-entry-pos
...
React review panel entry positioning
GitOrigin-RevId: c22617b1d3243b7d54b093426358aeb291421b9e
2023-07-19 08:03:52 +00:00
Miguel Serrano
01e3409eb4
Merge pull request #13485 from overleaf/msm-share-modal-fetch-tokens
...
[web] Fetch share tokens instead of sending via websocket
GitOrigin-RevId: f97bb91ca3ceb410fe860bf1c7802d8157d9f8b4
2023-07-17 10:48:10 +00:00