Tim Down
2c9ae7cc81
Merge pull request #12027 from overleaf/mj-autocomplete-brace
...
[cm6] Add brace after inserting autocompletion
GitOrigin-RevId: c6d590e7ef89ea22ba227f7e771942b444da2dc7
2023-03-02 09:04:37 +00:00
ilkin-overleaf
48587a7a62
Merge pull request #12007 from overleaf/ii-react-subscription-dash-thank-you
...
[web] Successful subscription react migration
GitOrigin-RevId: 1d7d849415f4b7a7f60ddf8a4e18570ff5142196
2023-03-02 09:04:04 +00:00
M Fahru
b62cb86bf8
Create new SplitMenu
component and implement it for the pdf compile button (detached & non-detached) ( #11772 )
...
* Create a new shared `SplitMenu` component.
* Refactor the pdf compile button & detached compile button:
- Rename `detach-compile-button` to `detach-compile-button-wrapper`
- Rename `pdf-compile-button-inner` to `detach-compile-button`
- Move some of the logic from `detach-compile-button-wrapper` to `detach-compile-button`
- Create a new `compile-button.less` to centralize all of the compile button (detached/non-detached) custom styles rule.
- Extract the animated striped CSS definition to the dedicated CSS file, change the class from `btn-recompile-group-has-changes` to `btn-striped-animated`
- Refactor other className(s) appropriately according to the new component name
- Delete the unused `changes-to-autocompile` css rule since it has not been used anywhere
* Implement the new pdf compile button with the new `SplitMenu` component.
GitOrigin-RevId: d1d055bffd311923fc47b4681605ce8ba8e26f25
2023-02-22 09:04:42 +00:00
Mathias Jakobsen
e8769a373b
[storybook] Add placeholder image to storybook ( #11874 )
...
GitOrigin-RevId: 8d6e6d3ba1aec223de698edc2613ed0b061d1e43
2023-02-21 09:04:56 +00:00
Alf Eaton
6175df9f95
Show preview for PDF image ( #11793 )
...
GitOrigin-RevId: 5c7dde42cdfcf9952e47487358f7e2b52658cc59
2023-02-17 09:04:35 +00:00
ilkin-overleaf
c09e29c040
Merge pull request #11751 from overleaf/ii-payment-page-stories
...
[web] Payment page stories
GitOrigin-RevId: 9f8aff0cf839bc811d8612e97bd627b577860cc8
2023-02-14 09:04:25 +00:00
M Fahru
5f3ef71e43
Implement 'Add Affiliation' UI on the mobile version of the new react dashboard ( #11606 )
...
* Refactor & change `add-affiliation.tsx` file:
* Change class from `user-profile` to `add-affiliation`
* Add new optional `className` props for custom styling
* Show affiliation widget on mobile screen:
* Fix bug on use add affiliation hooks: return type should be `boolean`, not `boolean | 0`
GitOrigin-RevId: 800b951e2a012797266b1780993b4ed9a918d565
2023-02-08 09:07:23 +00:00
Mathias Jakobsen
b42c4e57a7
Merge pull request #11526 from overleaf/mj-ae-selection-changes
...
[cm6+rt] Integration of selection changes
GitOrigin-RevId: cd2574ca75eab0f8f1202d3d4b6a009f14fa33b5
2023-02-01 09:04:57 +00:00
Davinder Singh
ec920ade78
Merge pull request #10563 from overleaf/ds-btn-success-to-btn-primary
...
replacing `btn-success` with `btn-primary`
GitOrigin-RevId: 77b90dbc4470bc059c40294b9764d1184f0b0bb8
2022-12-08 09:03:28 +00:00
Jessica Lawshe
62cf8c9d61
Merge pull request #10262 from overleaf/jel-ds-btn-secondary
...
[web] Buttons for new CSS build
GitOrigin-RevId: 9ae4284ba89296b77c37d61ba9b221bcab2f6458
2022-11-15 09:06:25 +00:00
Alf Eaton
72c1f9f0d8
Set show prop for OutlinePane stories ( #10336 )
...
GitOrigin-RevId: 621b5d1ba9e4f67beb53efc73eb0c2925c1a9df4
2022-11-10 09:03:58 +00:00
Alf Eaton
f2749e66a9
Ensure valid ExposedSettings for stories ( #10334 )
...
GitOrigin-RevId: 4f105ee628d55a9ea33f03429fe01a82717ed8b7
2022-11-10 09:03:50 +00:00
Mathias Jakobsen
8ddfd958d2
Merge pull request #10348 from overleaf/mj-outline-fixes-redo
...
[cm6] File outline improvements
GitOrigin-RevId: 9f4859cb35476d4baf0b3e3c2c2cb5d1678fd4a8
2022-11-09 09:04:08 +00:00
M Fahru
a2c232643f
Add sync menu storybook components
...
GitOrigin-RevId: 8fb5979e88ba601ef1a95852550a62c295b43f76
2022-11-09 09:03:43 +00:00
M Fahru
867451fa5f
Add unit tests and storybook components for help menu
...
GitOrigin-RevId: d6f17a97d559d698461c77af3273d7d9255cdcc8
2022-11-03 09:03:56 +00:00
ilkin-overleaf
7180ee8700
Merge pull request #10132 from overleaf/ii-dashboard-are-you-affiliated-migration
...
[web] Project dashboard are you affiliated migration
GitOrigin-RevId: 455ad915dd023c5fab3ce9a5165aa7e960915f1f
2022-11-01 09:05:02 +00:00
M Fahru
b85ae6e58e
Migrate actions menu in editor left menu to react ( #10102 )
...
* Migrate actions menu in editor left menu to react
* Move margin from inline style to css file
* remove focus selector to avoid "highlighting" the button after closing modal and regain focus
* Add disabled state on word count button when the compiling is loading or failed
* Use div instead of button for disabled word count button
* Add accessibility text props when LeftMenuButton is disabled
* Add actions menu test cases and storybook components
* use util assign function and wrap function prop in usecallback
GitOrigin-RevId: 81ab104be21fbcf5dfbc72c07d29eeb32976c61f
2022-10-28 08:05:14 +00:00
M Fahru
797b9b2532
Migrate download menu in editor left menu to react ( #10046 )
...
* Initialize left menu react migration and migration download menu UI to react
* Add test case to DownloadMenu react component
* Update test description and add an href check to one of the download link
* Extract storybook document mock to its own fixture file
* Add mockCompileOnLoad config on storybook editor scope
- if mockCompileOnLoad: true (default), then the default compile mock will be used
- If mockCompileOnLoad: false, then we have to provide a compile mock on the storybook component
* Create download menu storybook component
* Use a single "editor-left-menu" controller on the editor left menu migrations
* Remove the form import from the react version of the left menu
* Change inline style to utility class name
GitOrigin-RevId: 5357c7bfc78bf40f52b9b308df8f2b60d793fbf7
2022-10-25 08:04:19 +00:00
Mathias Jakobsen
509abcb78f
[storybook] change primary button description in style guide ( #9944 )
...
GitOrigin-RevId: 79244a851e6677f9a4084fc39aadf4b605256687
2022-10-14 08:03:38 +00:00
Alexandre Bourdin
7a20e1376d
Merge pull request #9882 from overleaf/ii-dashboard-system-message-migration
...
[web] Project dashboard system & translation message migration
GitOrigin-RevId: 0c723a3b526980e5c749da44ebe8a0a3edcc66ad
2022-10-13 08:05:38 +00:00
Alf Eaton
618b116ac3
Merge pull request #9736 from overleaf/ae-storybook-fixes
...
Fix Storybook errors
GitOrigin-RevId: 211b328856fa2e98ce86376b418d961b0e7aed5c
2022-09-28 08:05:10 +00:00
ilkin-overleaf
e12c93c537
Merge pull request #9700 from overleaf/ii-dashboard-mobile-view
...
[web] Projects dashboard mobile view
GitOrigin-RevId: 84894e19c814a2cc1ce751181952c0ade6b62044
2022-09-26 08:04:38 +00:00
Alf Eaton
67c5b2a2a1
Merge pull request #9714 from overleaf/ae-storybook
...
Fix errors in Storybook stories
GitOrigin-RevId: 54ff960f0a40e63eac69afa8727faaabb1289493
2022-09-23 08:05:06 +00:00
Alf Eaton
c6f198b3a2
Merge pull request #9605 from overleaf/ae-9585-remove-rich-text-survey
...
Remove Rich Text survey
GitOrigin-RevId: 97003dfb70b8f9cc9118be3f291c7d56d2508f63
2022-09-15 08:04:10 +00:00
Alexandre Bourdin
a0fabee3b4
Merge pull request #9245 from overleaf/integration-project-dashboard-react-migration
...
[Integration branch] Project Dashboard React Migration
GitOrigin-RevId: 3c3db39109a8137c57995f5f7c0ff8c800f04c4e
2022-09-14 08:04:03 +00:00
Alf Eaton
25725bd79f
Add Rich Text survey message in PDF preview pane ( #9423 )
...
GitOrigin-RevId: e190ae569d5e2390e8bcf52672757cc7f269ea56
2022-09-02 08:04:41 +00:00
Alf Eaton
e741eb0cb8
Remove PDF detach split test ( #9275 )
...
GitOrigin-RevId: 9e227fe45d874e01c4282ebbe489d7bd6d2250ac
2022-08-19 08:03:47 +00:00
Alf Eaton
d905863002
Merge pull request #8747 from overleaf/ae-error-boundary-fallback
...
Create a generic ErrorBoundaryFallback component
GitOrigin-RevId: 0c9200ddef2be3b90030a32eb8c36a59047cf2b4
2022-08-10 08:03:51 +00:00
Alexandre Bourdin
e9e36737e6
Merge pull request #8957 from overleaf/ab-split-test-controls-badge
...
[web] SplitTestBadge based on split test phase and badge config
GitOrigin-RevId: e178ca864fd6619ff61a2a84fc1ccb5d54e0a814
2022-07-26 08:04:28 +00:00
Alexandre Bourdin
4f340b0ed7
Merge pull request #8894 from overleaf/ab-cleanup-start-free-trial-button
...
[web] Cleanup StartFreeTrialButton component
GitOrigin-RevId: 67538882ff5a3389d2134ec6e4833431aa43f8e6
2022-07-26 08:04:21 +00:00
M Fahru
08792ce66d
remove unused isProjectOwner prop on ShareProjectModal stoybook component'
...
GitOrigin-RevId: 1c7346e306a394d2193a10dcdf116eda98a3e628
2022-07-12 08:04:34 +00:00
M Fahru
e26c90f5fc
Rename isAdmin to isProjectOwner in he ShareProjectContext to avoid confusion
...
GitOrigin-RevId: 0bfc7317b197960114f2a06fbbc20818bc4c5ffb
2022-07-12 08:03:42 +00:00
Timothée Alby
666c2c3b47
Merge pull request #8178 from overleaf/ta-settings-reconfirmation
...
[SettingsPage] Add Reconfirmation Prompt
GitOrigin-RevId: 2e03ba7f459b32faf6d66f21ba692ca54f62a320
2022-06-01 08:03:53 +00:00
ilkin-overleaf
e41315364d
Merge pull request #8226 from overleaf/ae-remaining-types
...
[web] Fix remaining strict type checks
GitOrigin-RevId: 69881c37938f88c7ea4a630f362712a804085bc8
2022-06-01 08:03:29 +00:00
Timothée Alby
5bc28ffa8c
Merge pull request #8211 from overleaf/ii-settings-ts-storybook-fixes
...
[web] Fix TS issues in stories
GitOrigin-RevId: 093102351c2ca3d4bf05e6de2ce0dda55d421df1
2022-05-31 08:04:22 +00:00
Alf Eaton
910e07ca1c
Add types ( #8154 )
...
GitOrigin-RevId: 41ee6b6873a01fbfedc41a884b9e3ebee47fc08f
2022-05-30 08:03:45 +00:00
Timothée Alby
00fa5b2d96
Merge pull request #8162 from overleaf/ae-orcid-capital
...
Fix ORCID capitalisation
GitOrigin-RevId: 56136473482568e303570c9679a13e5d032d6d34
2022-05-27 08:04:22 +00:00
Alf Eaton
506010cb14
Re-enable type checking in CI ( #8114 )
...
* Re-enable type checking in CI
* Update use-codemirror-scope.ts
* Run patch-package in postinstall script
* Update Dockerfile
* Update .dockerignore
GitOrigin-RevId: 512c7c71a109d2cf34895193078a98c66eb91f29
2022-05-27 08:03:20 +00:00
Timothée Alby
3580ec6db3
Merge pull request #8029 from overleaf/ta-settings-fix-7
...
[SettingsPage] Small Fixes 7
GitOrigin-RevId: 2716fe13af3f5f6b56d6bba47505fad75ba1adbf
2022-05-24 08:04:47 +00:00
Timothée Alby
7c243c6c50
Merge pull request #7975 from overleaf/ta-settings-fixes-6
...
[SettingsPage] Small Fixes 6
GitOrigin-RevId: 19ad9a195a401909ac3dcc2be79d380cb61078da
2022-05-19 08:03:54 +00:00
Alf Eaton
d91ee50762
Standardise scope/context usage in Storybook stories ( #7842 )
...
GitOrigin-RevId: 109a4357fc3b083ffbd3af5b8c98acf0f655f297
2022-05-17 08:04:12 +00:00
Timothée Alby
cb065e7f12
Merge pull request #7820 from overleaf/msm-settings-leavers-survey
...
[Settings] Institutional Leavers Survey
GitOrigin-RevId: 1774af7fc4bb90cb39c9fc188323c44a1256bb3d
2022-05-17 08:04:00 +00:00
Timothée Alby
920a5921c7
Merge pull request #7883 from overleaf/ii-institution-autocomplete
...
Institution autocomplete
GitOrigin-RevId: f0a42794ce9071ec7c0c5c2c4d499e8a027811f8
2022-05-17 08:03:42 +00:00
Timothée Alby
4b87568e4f
Merge pull request #7810 from overleaf/ta-settings-intermediate-pages
...
[SettingsPage] Github and Dropbox Linking Flow Improvements
GitOrigin-RevId: 4fd69e7e3a8989b2478299751582007635f9e0b0
2022-05-17 08:03:29 +00:00
Timothée Alby
c043db0ed9
Merge pull request #7792 from overleaf/ta-settings-fixes-4
...
[SettingsPage] Wording and Error Handling
GitOrigin-RevId: 1e2445a68e0d32cbec558832892f2ce5a051d729
2022-05-17 08:03:23 +00:00
Timothée Alby
6e704d2919
Merge pull request #7837 from overleaf/ta-storybook-context-fix
...
Storybook Fixes
GitOrigin-RevId: b2f80cec162d3d78d41a8864f9021f58370db37e
2022-05-17 08:03:16 +00:00
Alf Eaton
6025d3571c
Add support for groups when importing references from Zotero ( #6204 )
...
* Add Zotero groups support to third-party-references
* Return 400 response with { relink: true } if remote response was 403
* Handle Zotero groups in tpr-webmodule
* Handle Zotero groups in the frontend
* Handle JSON OAuth token error response from Mendeley API
GitOrigin-RevId: 8011d71a5596f7671aca16a228f9ef40be4a02d0
2022-05-12 08:04:37 +00:00
ilkin-overleaf
c807bedb65
Merge pull request #7841 from overleaf/ii-refactor-add-email
...
Refactor add email section
GitOrigin-RevId: 41de440caaf3baf43673c4a5f07a18b990f28c7b
2022-05-12 08:03:29 +00:00
ilkin-overleaf
85f731110c
Merge pull request #7786 from overleaf/ii-departments-override
...
Override default departments
GitOrigin-RevId: 23061bc8c083bb8099ca62bd0cdb3c796e49979d
2022-05-02 08:03:43 +00:00
Miguel Serrano
14a22de754
Merge pull request #7779 from overleaf/ta-settings-fixes-3
...
[SettingsPage] Small Fixes 3
GitOrigin-RevId: 98accb3c53c802e83f2939e5c25d13fcf3b5e054
2022-04-28 08:04:49 +00:00