M Fahru
17a98d756e
Add badges UI to history react file tree ( #12479 )
...
GitOrigin-RevId: 52c45b72110e01bb193139654fa9385cb9b9e489
2023-04-05 08:03:05 +00:00
Jessica Lawshe
91ec3ca47e
Merge pull request #12425 from overleaf/jel-mobile-padding
...
[web] Option to add padding for mobile layout on CMS pages
GitOrigin-RevId: 33775905725710d7fc16d84c00af643c4adcc590
2023-04-04 08:04:46 +00:00
Jessica Lawshe
df8000fa83
Merge pull request #12414 from overleaf/jel-grid-in-card
...
[web] Option to render grid in a card on the CMS
GitOrigin-RevId: b65ee396915b4e8622384ab37a453d59b1d18c88
2023-04-04 08:04:38 +00:00
Tim Down
11f8905be4
Connect up document diff viewer to history state
...
GitOrigin-RevId: 610a254ea77c194969033d0791ecf1129e02c4bf
2023-03-31 08:03:47 +00:00
ilkin-overleaf
867b37b76f
Merge pull request #12417 from overleaf/ii-history-react-toggle-switch
...
[web] Toggle switch history migration
GitOrigin-RevId: c0812d03d576bc66dd8878fa80d4ac18dd8576d0
2023-03-30 08:04:22 +00:00
Alf Eaton
4ccf67203b
Fix editor switcher colour transition ( #12328 )
...
GitOrigin-RevId: fc8caa34b12b9ef35422766023cdebf4bd36ff75
2023-03-30 08:03:20 +00:00
Jessica Lawshe
be6b89e9cf
Merge pull request #12356 from overleaf/revert-12354-revert-12330-jel-grid-3-and-4-col
...
Revert "Revert "[web] Add 3 and 4 column options to Layout | Grid on the CMS""
GitOrigin-RevId: b24230c5f4f34bf2baa01ea82d73af1346ad95c8
2023-03-30 08:03:00 +00:00
Tim Down
397fbd47c2
Merge pull request #12363 from overleaf/td-history-main-area-shell
...
Add CSS for main history view shell
GitOrigin-RevId: 9c455007bf8b177d59ea97cd73b608d48aba3907
2023-03-30 08:02:54 +00:00
ilkin-overleaf
d1d47b2767
Merge pull request #12339 from overleaf/ii-react-history-editor-and-change-list-init
...
[web] History editor and change list initialisation
GitOrigin-RevId: bb7800301d28c296bd524212cd27ddcd8defd149
2023-03-23 09:06:24 +00:00
Jessica Lawshe
e934e9af3d
Merge pull request #12354 from overleaf/revert-12330-jel-grid-3-and-4-col
...
Revert "[web] Add 3 and 4 column options to `Layout | Grid` on the CMS"
GitOrigin-RevId: fea5f87e74fe9915f4ee7653ed60ff4261b4d144
2023-03-23 09:05:48 +00:00
Jessica Lawshe
8a572673c3
Merge pull request #12330 from overleaf/jel-grid-3-and-4-col
...
[web] Add 3 and 4 column options to `Layout | Grid` on the CMS
GitOrigin-RevId: 6003907344bb84c16678ff4e4424b9348a4cb0df
2023-03-23 09:05:40 +00:00
Jakob Ackermann
c9513b79d3
Merge pull request #12155 from overleaf/ii-safari-project-title
...
[web] Adjust project checkboxes in project dash
GitOrigin-RevId: 42d40394eb1d933ba3c771ec7f5f873ead8cd770
2023-03-17 09:04:16 +00:00
Jessica Lawshe
b10b7b1f91
Merge pull request #12042 from overleaf/jel-change-plan
...
[web] Change plan UI now in a modal and update the style
GitOrigin-RevId: 1b501b4a972ca676cff32f531862c15c0c8f9e61
2023-03-09 09:05:05 +00:00
Tim Down
1f2c06b1d0
Position Grammarly button on top of CM6 editor
...
GitOrigin-RevId: f96d1897c38e8e14e9247690ee49972a2170f80e
2023-03-07 09:06:33 +00:00
M Fahru
20f8fc2dc0
Revert "Refactor project list notification by using onDismiss
on Alert
instead of custom Close
component ( #12043 )" ( #12133 )
...
This reverts commit 9a3f95c322a063b84094452c21cb734a379da978
GitOrigin-RevId: 31fb4b1d429e2e9c611178afc3dc3c662340be44
2023-03-07 09:06:25 +00:00
M Fahru
06b75ebee2
Refactor project list notification by using onDismiss
on Alert
instead of custom Close
component ( #12043 )
...
* Refactor project list notification by using `onDismiss` on `Alert` and not using the custom `Close` component
* Add dismissible alerts to storybook
GitOrigin-RevId: 9a3f95c322a063b84094452c21cb734a379da978
2023-03-07 09:05:48 +00:00
Davinder Singh
cc2d1a26e2
Merge pull request #11958 from overleaf/ds-td-documentation-btn-refactor
...
Styling and HTML structure of the documentation button
GitOrigin-RevId: e643edbe05579c037ca1ec27fab765974e74d2c5
2023-02-27 09:03:47 +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
Alf Eaton
1807f18b7d
Add a tooltip to the disabled Rich Text toggle ( #11843 )
...
GitOrigin-RevId: e7be96c68d87ab1f1ed40c8e9784160689ee8e96
2023-02-17 09:04:15 +00:00
Davinder Singh
ba2d5db50c
Merge pull request #11670 from overleaf/ab-manage-members-back-button
...
[web] Add a back button on the members/managers management pages
GitOrigin-RevId: 7a723853683438ebac91eb534f9fb9a445a306c9
2023-02-15 09:04:46 +00:00
Davinder Singh
de245c288a
Merge pull request #11653 from overleaf/ds-documentation-btn-on-editor
...
Adding documentation button on the editor
GitOrigin-RevId: e03fd7b931eb0fe7273e6e9d0185c81c384df916
2023-02-15 09:04:37 +00:00
Eric Mc Sween
204e7a0c87
Merge pull request #11719 from overleaf/em-survey-sidebar
...
Make survey notification the width of the dashboard sidebar
GitOrigin-RevId: 754ec21692505107e683369628a2b5481e7cef9a
2023-02-09 09:06:29 +00:00
June Kelly
035b5cd456
Merge pull request #11263 from overleaf/ae-rich-text-available
...
Only enable the Rich Text option for supported file extensions
GitOrigin-RevId: ae67435b50701bb5be71bab94d8c3c4da4129d88
2023-02-09 09:05:05 +00:00
Thomas
ce79f03b87
Merge pull request #11706 from overleaf/jpa-fix-de-translations
...
[web] fix a few German translations
GitOrigin-RevId: a19713144a236e367a28bd443919bd81acbb4656
2023-02-09 09:03:57 +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
Alf Eaton
85fbded781
Improve the Rich Text toolbar ( #11616 )
...
GitOrigin-RevId: d1999be629ac048058ffd82004865728796a3feb
2023-02-07 09:04:39 +00:00
ilkin-overleaf
db54475bd0
Merge pull request #11525 from overleaf/ii-payment-page-migration-init
...
[web] Payment page migration initialisation
GitOrigin-RevId: f33b73a13b96fad3cddf0c0205d05df678ce5300
2023-02-02 18:21:52 +00:00
M Fahru
1d04aa0315
Editor file uploader design update ( #11447 )
...
* Redesign the styling of conflict state for file upload in the editor
* Change overwrite button style from primary (green) to danger (red)
* Change the idle state and dragging state styling to match the error state new design:
*remove the double border; only keep the dashed border
* on idle state, change border color
* Add hardcoded texts to translation file
* Add padding to prevent text is becoming too near to the border when multiple files appear in the conflict file list
* Apply custom file uploader style to smaller screen
GitOrigin-RevId: 266e60bb8575a02c02c1ed1d7fa04cdb101f3dd1
2023-02-02 09:03:33 +00:00
M Fahru
781c1c97c7
Implement new three-way split test for the plans page ( #11493 )
...
* Update split test config and infrastructure for plans-page-layout-v3
* Implement view for `old-plans-page-annual` variant of the new split test:
- Make `annual` the default view for all elements on the old plans page
- Change the tooltip background to green for monthly/student view
* Implement a new design for the new plans page:
- switch annual and monthly locations (annual on the left now)
- change the tooltip background to green color for all choice
- make the monthly-annual switch has green background if annual is chosen
* Fix mobile view plans page header style
GitOrigin-RevId: b2b3c6ac6adbe26bf6def7e072493f503793cfcb
2023-01-30 09:02:45 +00:00
Jessica Lawshe
14039c6729
Merge pull request #11129 from overleaf/jel-survey-link-mobile
...
[web] Fix line height for survey text on mobile
GitOrigin-RevId: f96e682b8534d7404c89b45ad4264538bf8a0a2e
2023-01-27 09:05:14 +00:00
Alf Eaton
69fe1749ce
[rich-text] Improve toolbar button styles ( #11419 )
...
GitOrigin-RevId: 81def8f65591fe9f8f914384db971238faa4483f
2023-01-25 09:05:26 +00:00
Mathias Jakobsen
f3dac1aa95
[cm6+rt] Move CM6 formatting toolbar to panel ( #11395 )
...
GitOrigin-RevId: 97036c57d63fb7590dda7c98df3347ee83f41ae5
2023-01-25 09:05:05 +00:00
Alf Eaton
68a3b93eca
Merge pull request #11311 from overleaf/jpa-plans-page-tooltip-width
...
[web] plans page: allow tooltips to be slightly larger
GitOrigin-RevId: 17bb0c0a1ae6a88efe5e0d2df284bd28f6e5824b
2023-01-24 09:04:57 +00:00
Alf Eaton
cf8051dcad
Advertise CM6 Rich Text in the CM5 track changes panel ( #11361 )
...
GitOrigin-RevId: 3d2e43263528c64292a01afb3d032e11a6cbbfb9
2023-01-24 09:04:13 +00:00
M Fahru
29fbc253fd
Clean up link sharing upgrade prompt test and keep the default variant
...
GitOrigin-RevId: d34ed081bbc61dfc74a7117c0ba633db4b5a0bad
2023-01-20 14:13:51 +00:00
Tim Down
467936e655
Merge pull request #11285 from overleaf/mf-fix-margin-bottom-dashboard
...
Add margin bottom to project dashboard search on mobile view
GitOrigin-RevId: e44d567d2848b23cbffc2b0dc487c468e3313bc4
2023-01-18 15:08:41 +00:00
Miguel Serrano
ed9bd54836
Merge pull request #11308 from overleaf/revert-11289-mj-right-toolbar
...
Revert "[web] Change pdf control toolbar alignment for CM6 RT"
GitOrigin-RevId: 71e7941afbdb3e77186760e3d2a0ce3655bdbc1a
2023-01-18 15:07:50 +00:00
Alf Eaton
a1aa65724a
Merge pull request #11289 from overleaf/mj-right-toolbar
...
[web] Change pdf control toolbar alignment for CM6 RT
GitOrigin-RevId: c3906df7ebf8da7097c680cdd58fc4bfb3f75704
2023-01-18 09:04:23 +00:00
Mathias Jakobsen
778aa45e96
Merge pull request #11247 from overleaf/mj-toolbar-overflow
...
[cm6+rt] Wrap formatting buttons if editor is too narrow
GitOrigin-RevId: d1b234c721f4bed67f1da567b90139f0c95895f0
2023-01-17 09:05:27 +00:00
M Fahru
19e1d50e2e
Fix editor overleaf logo on editor disappears if menu button is pressed in light theme
...
GitOrigin-RevId: a4f104cf988bfc267ba70cbe546e150bea773691
2023-01-13 09:05:07 +00:00
ilkin-overleaf
4f35333a39
Merge pull request #9536 from overleaf/ii-adjustable-project-dashboard-panel
...
[web] Adjustable project dashboard sidebar
GitOrigin-RevId: 1007ecb896bbe215af28fa92d295201b2457aeef
2023-01-10 09:05:44 +00:00
Jessica Lawshe
77c0802035
Merge pull request #10925 from overleaf/jel-vertical-align-css
...
[web] Better vertically align content in CMS pages
GitOrigin-RevId: 276cd3f4566bfbbc5a79b91d5f1567ae4d618280
2022-12-20 09:04:59 +00:00
Davinder Singh
306b2b7727
Merge pull request #10844 from overleaf/ds-editor-btn-info-to-secondary
...
Replacing `btn-info` with `btn-secondary-info btn-secondary` in the editor
GitOrigin-RevId: 1e348b0b09bfd08508a3dbee7df882f41fdc16eb
2022-12-19 09:04:17 +00:00
Davinder Singh
e7e1fcef3b
Merge pull request #10796 from overleaf/ds-plans-page-btn-tag
...
Replaced the a tag with button tag for plans page plans options
GitOrigin-RevId: 4717067ce0fc9209a65c0d323602d834a90951fc
2022-12-19 09:04:10 +00:00
M Fahru
55375c78bf
Fix tooltip and table header appearing on top of the navbar (z-index bug) ( #10873 )
...
GitOrigin-RevId: 88f88ff5b491356df8b34bfaf97ead28da2ff451
2022-12-13 09:05:01 +00:00
M Fahru
558cf0715a
Fix wrong border radius location on new plans page group and student table ( #10874 )
...
GitOrigin-RevId: 744b81b3e5a7b189dc1e86efd00680901a53b494
2022-12-13 09:04:54 +00:00
Jessica Lawshe
30a47a2bb5
Merge pull request #10872 from overleaf/jel-cms-vertically-center-fix
...
[web] Vertically center columns when option selected on CMS
GitOrigin-RevId: 55b4c0d6061dc400167cbbc2e7a7d15b1e40fb43
2022-12-13 09:04:41 +00:00
Jessica Lawshe
c7a10558bf
Merge pull request #10830 from overleaf/jel-remove-test-show-unified-navigation
...
[web] Remove `unified-navigation` references in code
GitOrigin-RevId: bbcea3c8013936a8e5eaed18e6121344a3c05e9a
2022-12-13 09:04:28 +00:00
Alf Eaton
9f1f62b9be
Add rich-text mode to CM6 ( #10775 )
...
Co-Authored-By: Mathias Jakobsen <3295293+hrjakobsen@users.noreply.github.com>
GitOrigin-RevId: 00e015cb216bb8a52d083e71b34dbe91a7cd6cc5
2022-12-13 09:03:54 +00:00
Davinder Singh
60dc53e685
Merge pull request #10790 from overleaf/ds-history-toggle-bug-fix
...
Fixed the bug with 2/3 way segmented control.
GitOrigin-RevId: d2e340c097d60ef47b4cf2817a413cc574a871de
2022-12-08 09:03:57 +00:00