Alf Eaton
5c78718729
Fix ordering of PDF preview layers ( #13132 )
...
GitOrigin-RevId: 1f9429f7e760035377990b12ce9ef8c39b3d0534
2023-05-19 08:04:08 +00:00
Alf Eaton
1f7d317db9
Upgrade pdf.js to 3.6.172 ( #13112 )
...
GitOrigin-RevId: 030528343f271a1fc1e07c3bba358873173bec76
2023-05-18 08:04:03 +00:00
Miguel Serrano
27c2d1c16e
[web] Personal Access Token Settings UI ( #13040 )
...
* [web] Personal Access Token Settings UI
* [web] Add Personal Access Token Settings UI to settings page
* [web] Added `personal-access-token-settings` unit tests
GitOrigin-RevId: 353b2f1a2b57c3292554f129be6cbb4f8f8382f8
2023-05-17 09:28:01 +00:00
June Kelly
ff4ac0a803
Merge pull request #12851 from overleaf/jk-dashboard-filter-visibility
...
[web] Improve filter visibility on project dashboard
GitOrigin-RevId: de7a9f999d6d0164ab3c18c58e305c7c628f946c
2023-05-17 08:03:39 +00:00
Mathias Jakobsen
31190b967b
[cm6] Add figure modal ( #12751 )
...
GitOrigin-RevId: 3043d1369ed85b38b1fec7479385b123a304c05b
2023-05-16 08:04:02 +00:00
Alf Eaton
0ffa75979f
Merge pull request #13001 from overleaf/td-history-version-hover-style
...
History migration: Use green selected style when hovering over selected version
GitOrigin-RevId: 7771ce64d719c3d0e5264dfd2fbbf52f5b519213
2023-05-10 08:05:45 +00:00
Alf Eaton
4e6749966e
Add Writefull promo banner to project list ( #12843 )
...
GitOrigin-RevId: a41746a29dfba867ff60401cfce1478812358644
2023-05-10 08:05:37 +00:00
Tim Down
478b463e5f
Merge pull request #12871 from overleaf/td-history-update-button-shadow
...
History migration: add shadow to "more updates" buttons
GitOrigin-RevId: e74cd8f8b7cf27393483b7c675f3ed607a5d6b06
2023-05-10 08:04:10 +00:00
M Fahru
c19fa74aa4
In history react file tree, always show badge (stick to the right side) and truncate long filename with ellipsis ( #12897 )
...
GitOrigin-RevId: 2e982f03b7a60e506f061a2c5bf1ab3d93dfccf5
2023-05-09 08:05:08 +00:00
Rebeka
e3a0d236ae
fix: color should be persisted on the disabled menu item when hovering over it
...
GitOrigin-RevId: e594388b36de986c02114aa652f6fe9c9d705c5d
2023-05-05 08:05:10 +00:00
Rebeka
0c54e6605b
Remove deprecated uses of badge style
...
GitOrigin-RevId: 47234e95acd42d7e5d23de8e3b67edca2bdd98d1
2023-05-04 08:05:40 +00:00
Tim Down
76103eb77f
Merge pull request #12874 from overleaf/td-history-binary-file
...
History migration: Show alert for binary file preview
GitOrigin-RevId: f30e4946ce9f873661055b8a096c6aba7ab08e2d
2023-05-02 19:45:22 +00:00
Tim Down
1fb921de99
History migration: Add error handling for all history requests ( #12872 )
...
* Add error handling for all history requests
* Remove comment
GitOrigin-RevId: 528dc98a0fc4ab523f8536274996c4166be45064
2023-05-02 19:44:48 +00:00
Tim Down
70bae34bd8
Add paywall to React history view ( #12849 )
...
* Implement history view paywall
* Add tests and some CSS fallbacks
* Make additional faded version above paywall non-clickable
* Change isFaded to faded for consistency
* Remove unused import
* Add missing attribute
* SHow all labels in free tier
* Address review comments
* Change Boolean conversion
Co-authored-by: ilkin-overleaf <100852799+ilkin-overleaf@users.noreply.github.com>
* Make adding or deleting a label show up in version list again
* Refactor to use visibleUpdateCount rather than maintaining two separate update arrays
* Removed unused import
* Use data-testid instead on class
* Round gradient values
* Correct test selector
---------
Co-authored-by: ilkin-overleaf <100852799+ilkin-overleaf@users.noreply.github.com>
GitOrigin-RevId: a2b021f3f4d3b9eb1358edb2ee4aa7db1bc7240e
2023-05-02 19:44:39 +00:00
M Fahru
0648b8aa6c
Implement deleted file restore for history react ( #12753 )
...
* Add strikethrough to deleted file tree item in history file tree
* Add "restore file" button on toolbar if the selected file have a `removed` operation.
* Implement "restore file" functionality on removed file:
- Refactor the `Selection` object in history context value since we need the `deletedAtV` data which currently is not passed through the state.
- Refactor and clean up file tree type system to support passing through the whole `FileDiff` object for getting the `deletedAtV` data which only appear on `removed` operation
- Implement `postJSON` with file restoration API and pass it on restore file onClick handler at toolbar
* Implement loading behaviour while restoring file is inflight:
- Add `loadingRestoreFile` to `LoadingState`
- Change restore file button to `Restoring...` when in loading state.
* Refactor:
- Rename `DiffOperation` to `FileOperation`
- Extract `isFileRemoved` and `isFileRenamed` to its own file
- Extract `Toolbar` components into small files
GitOrigin-RevId: 2e32ebd2165f73fc6533ff282a9c084162efd682
2023-04-28 08:04:59 +00:00
Domagoj Kriskovic
3d5e8c9877
add 'Ace removal' notification ( #12800 )
...
* add 'Ace removal' notification
* prettier
* add memo, window.clearTimeout
* remove warning for server pro
* added tracking events
* useCallback for onClick
* fix: event rename
GitOrigin-RevId: 70bce8b93bae233e7183a941abaf2ec7a70ddfb6
2023-04-28 08:04:19 +00:00
Domagoj Kriskovic
cd689e4e1f
[cm6] Show Regex errors in find & replace ( #12720 )
...
* [cm6] Show Regex errors in find & replace
* cleanup, isInvalidRegExp function
* no state variable, less color var
* use @brand-dager
* using var(--ol-cm-search-form-focus-shadow)
* using state-danger-border
GitOrigin-RevId: 844c9dfee5a56d2a7494cd86c266acbe9eacd033
2023-04-27 08:05:14 +00:00
ilkin-overleaf
0895e33235
Merge pull request #12773 from overleaf/ii-history-react-changes-list-dropdown
...
[web] Actions dropdown history migration
GitOrigin-RevId: 6b7055501c5eb1529b1794db92bb9f5f3faa6648
2023-04-26 08:05:24 +00:00
June Kelly
f5740e6b17
Merge pull request #12593 from overleaf/jk-remove-plans-split-test
...
[web] Remove 'plans-page-layout-v3' split test
GitOrigin-RevId: 91e0d3d8bc40632df630131b2e872fa824015da5
2023-04-26 08:04:21 +00:00
Tim Down
afd1195902
Add infinite scrolling to history versions list ( #12752 )
...
* Add infinite scrolling to change list, add spinner while doing initial updates load, refactor updates state
* Update type in tests
* Update types
* Using LoadingSpinner component
* Remove redundant imports
GitOrigin-RevId: 98c7eae8edbc4d10d7107d825045edfc4159494f
2023-04-25 08:06:22 +00:00
Rebeka
b063495200
fix: fit text inside the circle shape
...
GitOrigin-RevId: 81167ee6ebc281a7a403ff2fdc3b19f4cc91d6be
2023-04-24 08:02:42 +00:00
M Fahru
4dec157e08
Implement history react toolbar UI ( #12530 )
...
There are two different UI in this PR: `comparing` and `viewing` mode.
- For `comparing`, the user would be shown two separate date. It uses the `UpdateRange` object and this PR adds a timestamp to both `fromV` and `toV` of the object type.
- For `viewing`, the user would only be shown one date since `viewing` mode means viewing a specific update version.
Some other notable changes:
- Move `diff` state to `diff-view.tsx`, which contains `main.tsx` (main editor history view) and `toolbar.tsx` as its children
- refactor `autoSelectFile` by passing `updateRange.toV` directly
- refactor `updateIsSelected` by passing an object that contains `fromV` and `toV` instead of passing `update
There's also a cypress test for both the `viewing` mode and `comparing` mode in this PR.
GitOrigin-RevId: ba54f073f3479c55a39eb6b2932ea7faff78dddc
2023-04-21 08:03:39 +00:00
M Fahru
08d2eea47a
Decouple history-file-tree styling out of editor file tree:
...
- Extract/duplicate the style from editor file tree (only extract styling that's being used in history file tree)
- Change some of the class name to avoid duplicated class name from the editor file tree
- Revert change to editor file tree since it has been moved to history file tree
GitOrigin-RevId: 6c3b20080c9b428363024db622f60e3540d919e6
2023-04-21 08:03:36 +00:00
Ilkin Ismailov
dd5509b16f
add sm size to badge
...
GitOrigin-RevId: 4e69d582ce770abcff10f3a6b34662f4873fc224
2023-04-21 08:03:33 +00:00
M Fahru
8212b686c6
Implement new style for history file tree badge
...
GitOrigin-RevId: 6221bc00e5aecf49fd3f2657128d1e9a2d4e648b
2023-04-21 08:03:30 +00:00
Alf Eaton
98961d9465
Merge pull request #12719 from overleaf/ae-navbar
...
Restore z-index of .navbar-main
GitOrigin-RevId: f25b462227beaee483199043a97206ccdedfe1c0
2023-04-21 08:03:19 +00:00
Rebeka
5ff575e3e5
fix: when collapsing the navbar, do not overlap it with other elements, for example with the tooltip
...
GitOrigin-RevId: 2db133ce8399c46b620a3a594fc415244c7d9788
2023-04-21 08:02:49 +00:00
Rebeka
4adf965180
fix: make the navbar dropdown list to take the full viewport
...
GitOrigin-RevId: c6c6c447c14fa25ad27d73cf3c39d6650fa5e744
2023-04-21 08:02:46 +00:00
Tim Down
99e1ff0804
Merge pull request #12644 from overleaf/td-history-compare
...
Initial implementation of comparing history versions
GitOrigin-RevId: 890e270d6e41856a79689ab41ccfbde25c4703ba
2023-04-19 08:03:25 +00:00
Jessica Lawshe
6fc5385ca6
Merge pull request #12249 from overleaf/tm-gallery-top-picks
...
Implement top picks in template gallery for CVs
GitOrigin-RevId: 22f720582e27fac2b9e454ce4e28bd124de094b7
2023-04-19 08:03:19 +00:00
Jimmy Domagala-Tang
77c2db38fc
Merge pull request #12566 from overleaf/jdt-ghost-danger-buttons
...
feat: adding danger ghost buttons
GitOrigin-RevId: 2ee6ea1c395ba4a73fbe09b36acde3145c590a6b
2023-04-18 08:04:51 +00:00
Tim Down
38998afa8e
Implement history diff viewer buttons ( #12439 )
...
GitOrigin-RevId: 0ed8eb8568783b4938188a86c4ee75c767e6d713
2023-04-17 08:05:41 +00:00
Jakob Ackermann
3841177931
Merge pull request #12504 from overleaf/jel-cms-card-padding
...
[web] Option to set padding on CMS rows
GitOrigin-RevId: 297344c9bf6c04eae630f1ddbed59f9519d4e4c7
2023-04-14 08:03:19 +00:00
Alexandre Bourdin
481cd14cb1
Merge pull request #12557 from overleaf/ii-history-react-labels-only
...
[web] History labels only list
GitOrigin-RevId: 58b8e5a5af0754e32841223f9c478c25900df526
2023-04-13 08:04:12 +00:00
Alexandre Bourdin
04c204f989
[web] Colour picker for tags ( #12255 )
...
* Base for color picker
* React color picker and updated modals
* Add tag color picker to mobile dashboard
* Update existing tests and fix disable save button condition
* CSS adaptations for desktop modal streched into mobile display
* Update TagsController tests
* Add aria-hidden label on color pickers
* Fix linting
* Fix project list test
* Select random color when creating tag
* Cleanup leftovers in project list context
* Test cleanup
* Pre-select custom color and store local color while picking
* Add type to preset colors
* Add css fix to override disabled button opacity
* Skip redundant check
* Fix linting
* Add back btn-secondary on manage tag modal after rebase
GitOrigin-RevId: a4cf24e85cc0ca01466f4bf9c77482be8360e68e
2023-04-13 08:04:03 +00:00
June Kelly
17109393c5
Merge pull request #12387 from overleaf/jk-split-button-tweaks
...
[web] Split-menu style tweaks
GitOrigin-RevId: a04121981c4fe240c247cf03da5be7052c26f541
2023-04-12 08:04:28 +00:00
ilkin-overleaf
8e0aa685ce
Merge pull request #12549 from overleaf/ii-history-react-list-of-all-versions
...
[web] All versions of history entries
GitOrigin-RevId: 7365ac4913c115b3b2872a3713d893463719c15e
2023-04-12 08:03:47 +00:00
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
caf8a57f47
Merge pull request #12383 from overleaf/jel-card-color
...
[web] Update default card color for new CMS page style
GitOrigin-RevId: bb74164f8e29d32e3d01418e77e6c370b281a3d7
2023-04-05 08:02:47 +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
Jessica Lawshe
90a97e6d12
Merge pull request #12082 from overleaf/mf-jel-card-style-cms
...
Add new card style for CMS pages
GitOrigin-RevId: e664d185452e64702c23e2a09f3db6e950035cbe
2023-03-23 09:05:31 +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
Jessica Lawshe
b2a10260be
Merge pull request #11773 from overleaf/jel-subscription-dash-change-to-group
...
[web] Begin change to group plan via React subscription dash
GitOrigin-RevId: 3f0f2820ab18ecc8337746282295302d7951c56f
2023-02-22 09:04:56 +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
49afb315ed
Apply new design system style on share modal input ( #11415 )
...
GitOrigin-RevId: b7eb7e1e86786431415d69080a874508de143f22
2023-02-08 09:07:31 +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
Jessica Lawshe
f3d055af86
Merge pull request #11619 from overleaf/jel-react-personal-subscription-dash-change-plan
...
[web] Query display price data for change plan UI in React subscription dash
GitOrigin-RevId: e05779d1f289ee55a1b8be17b182905fca66e44f
2023-02-08 09:06:44 +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
Mathias Jakobsen
f94a325288
Merge pull request #11245 from overleaf/ae-noto-serif-main-style
...
Add Noto Serif CSS to "main" style
GitOrigin-RevId: 852220465632233356b27bea93813ef9e41022a1
2023-01-17 09:05:19 +00:00
M Fahru
86be2afdf1
Remove unused variable declaration on light theme css file
...
GitOrigin-RevId: bb838b9c3e7dac72e977ab99c130db917afc5e20
2023-01-13 09:05:28 +00:00
M Fahru
221bddce42
Remove unused css variable on the old less file
...
GitOrigin-RevId: cdb40060540d9173dd11f1653fd8e62b8232dcef
2023-01-13 09:05:21 +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
Jessica Lawshe
1e27f5a49e
Merge pull request #11130 from overleaf/jel-css-cleanup
...
[web] Remove unused `theme.less` file
GitOrigin-RevId: 241bb43e8d10ac8084189e34bfdf7dabcb6138d5
2023-01-12 09:03:40 +00:00
Alf Eaton
dbef19d0d6
Improve Rich Text typography ( #11157 )
...
* Replace @fontsource/noto-serif with local Noto Serif fonts
* Make more use of CSS variables in theme
* Make sure the chosen font is used for monospace
* Increase the weight of section headings
* Set link colours
* Rename variable to --source-font-family
GitOrigin-RevId: e14856a619829e075e71bf2df9b799fe0b45acea
2023-01-12 09:03:19 +00:00
Jessica Lawshe
998a787a57
Merge pull request #11094 from overleaf/jel-use-label-style
...
[web] Use label rather than deprecated badge style
GitOrigin-RevId: f1275af06642def626820bc81cf7a318da0eedcf
2023-01-10 09:06:51 +00:00
Jessica Lawshe
4ba2fffdf1
Merge pull request #11092 from overleaf/jel-recompile-btn
...
[web] Add `data-ol-loading` button style
GitOrigin-RevId: 75230fee0e4c1183f389d08b0253402e4fc375b0
2023-01-10 09:06:28 +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
Alf Eaton
3cbd460259
Set resize: vertical
for textareas ( #11010 )
...
GitOrigin-RevId: 1fffad2b35937a9b44440b1007526df266fcf255
2023-01-10 09:04:53 +00:00
Alexandre Bourdin
55e05d2fb6
Merge pull request #10933 from overleaf/ab-hackathon-split-tests-fancy-dash
...
[web/analytics] Split test dashboard improvements
GitOrigin-RevId: 7711060111c043a3002f30381c292249a84c320e
2022-12-21 09:05:50 +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
Jessica Lawshe
7a2c91b2cb
Merge pull request #10814 from overleaf/jel-premium-badge
...
[web] Use new rich text type on CMS and render premium badge
GitOrigin-RevId: 14b1f5452dfb99cbba907425f3a2ffdafb7d8bb0
2022-12-09 09:05:05 +00:00
Jessica Lawshe
bf13a0f1f3
Merge pull request #10816 from overleaf/jel-editor-input
...
[web] Update filename input color in new CSS
GitOrigin-RevId: f045481c2335595ab9c934f6689ac310cb1903ee
2022-12-09 09:04:58 +00:00
Jessica Lawshe
24117add92
Merge pull request #10827 from overleaf/jel-input-height
...
[web] Input height on new CSS
GitOrigin-RevId: 0cf664b1edcd42db4a75fc0dd4b06457ffe30cfa
2022-12-09 09:04:51 +00:00
Davinder Singh
33c8580f7e
Merge pull request #10799 from overleaf/jel-new-css-borders
...
[web] Update border size and color on secondary buttons and inputs in new CSS
GitOrigin-RevId: 8a67718e44fab1d5cb7ad2714bacd519b75e9810
2022-12-08 09:04:04 +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
Davinder Singh
4adfca52bf
Merge pull request #10682 from overleaf/ds-btn-default-to-secondary-in-editor-part-2
...
Replacing btn-default with btn-secondary in the editor Part-2
GitOrigin-RevId: 708aa29070bb3049afbc8ee1a282eaa1018594a8
2022-12-08 09:03:42 +00:00
Tim Down
08567c290e
Add second CM6 switch-away survey ( #10789 )
...
Restart CM6 switch-away survey
GitOrigin-RevId: 1d62aaf27834cb3919f6ca30c269a1ef3c2e9a5e
2022-12-07 09:04:35 +00:00
ilkin-overleaf
2675cab92e
Merge pull request #10394 from overleaf/ii-password-reset-and-strength-checking
...
[web] Password reset strength checking and UI updates
GitOrigin-RevId: 442a5c9e7e9d0a61d3ae649f3526bc3c02fd5704
2022-12-07 09:03:36 +00:00
Jessica Lawshe
588684251f
Merge pull request #10788 from overleaf/jel-new-css-default-theme
...
[web] Update default theme PDF pane background color on new CSS
GitOrigin-RevId: c345b7597bb4a146042e481d1ea96cfd74b3a28b
2022-12-06 09:05:40 +00:00
Jessica Lawshe
841ff1b805
Merge pull request #10780 from overleaf/jel-light-theme-new-css
...
[web] Color contrast in editor light theme
GitOrigin-RevId: 8add38e308c0bbcf6eab2988aeeb0f5f10260528
2022-12-06 09:05:26 +00:00
Jessica Lawshe
34d4987776
Merge pull request #10774 from overleaf/jel-new-page-style
...
[web] Updates to new page style
GitOrigin-RevId: 4d29b4642efef608164fb9fc6875c1618565d231
2022-12-06 09:05:04 +00:00
Jessica Lawshe
ee9b7e570b
Merge pull request #10756 from overleaf/jel-cms-video
...
[web] Fix Safari video border bug
GitOrigin-RevId: dae2700c17dc0340a55b5ab6aff85d85d7e1dc65
2022-12-06 09:04:57 +00:00
Jessica Lawshe
679d56620c
Merge pull request #10755 from overleaf/jel-btn-border
...
[web] Only set a border size for buttons using mixins on new CSS
GitOrigin-RevId: c6c2ce4f43f038601e52c580ba8b10981bb59317
2022-12-06 09:04:50 +00:00
Jessica Lawshe
3d0d311584
Merge pull request #10754 from overleaf/jel-cms-vertically-center-col
...
[web] Only center columns when the vertically centered option selected on CMS grids
GitOrigin-RevId: 7890c870d5058ee927f66d7cd693b3cd35a2e117
2022-12-06 09:04:43 +00:00
Jessica Lawshe
1cc0d28724
Merge pull request #10752 from overleaf/jel-input-padding-new-css
...
[web] Fix placeholder and dropdown text input alignment issue in new CSS
GitOrigin-RevId: b5b8cff38c8aa846e3eb70f8552e9c288b88061e
2022-12-06 09:04:36 +00:00
Jessica Lawshe
c8f781b4ea
Merge pull request #10750 from overleaf/jel-material-icons-features-page
...
[web] Add material and logo icons for features page
GitOrigin-RevId: df2b4bc1817e88c9c4aed8e79af4626947f4dd62
2022-12-06 09:04:29 +00:00
June Kelly
4b856dbd70
Merge pull request #10116 from overleaf/jel-dash-action-checked-list
...
[web] Use other checked list class on dash action modal
GitOrigin-RevId: 22afaf805e57813e243543912811207a74ae85ed
2022-12-02 09:03:42 +00:00
Jessica Lawshe
5d53f7d418
Merge pull request #10745 from overleaf/revert-10705-ii-dashboard-layout-shift
...
Revert "[web] Prevent layout shift"
GitOrigin-RevId: d2eb1642268041d089efa212e37c0b79e29a71e2
2022-12-01 09:05:58 +00:00
Jessica Lawshe
be520e7bb0
Merge pull request #10744 from overleaf/revert-10726-ds-bug-fix-history-segmented-control
...
Revert "Bug fix- Fixed the 2 way segmented control on history panel."
GitOrigin-RevId: 58a2d9ebb1023f76ed87249722b749cc5062b2b9
2022-12-01 09:05:51 +00:00
Jessica Lawshe
997f89c6d6
Merge pull request #10705 from overleaf/ii-dashboard-layout-shift
...
[web] Prevent layout shift
GitOrigin-RevId: 6f1e2a5b81994bf3c101b83980cc74e7b60ccabf
2022-12-01 09:05:44 +00:00
Jessica Lawshe
8537a37020
Merge pull request #10726 from overleaf/ds-bug-fix-history-segmented-control
...
Bug fix- Fixed the 2 way segmented control on history panel.
GitOrigin-RevId: 6d514ed2f1fd9b8342e918089d3966c1a1a388ba
2022-12-01 09:05:36 +00:00
Jessica Lawshe
975b0200c3
Merge pull request #10550 from overleaf/jel-cms-btn-color-blocks
...
[web] Buttons in CMS color blocks for new CSS
GitOrigin-RevId: 162223c2bde95922c8619eb45b9c5e32d0c4084d
2022-12-01 09:05:30 +00:00
Jessica Lawshe
542dce8de0
Merge pull request #10573 from overleaf/jel-cms-vertically-center
...
[web] Vertically center columns on CMS pages when selected
GitOrigin-RevId: f4b5abd0f8549329bf5d0a6f0f90900b42674763
2022-12-01 09:05:16 +00:00
Davinder Singh
a5f19e6903
Merge pull request #10633 from overleaf/ds-login-page-css-new-builds
...
Add new CSS styling back to `login` and `Home` page
GitOrigin-RevId: da4d9bfd91373de52495e0624ada2a735dca23e4
2022-12-01 09:04:42 +00:00
Davinder Singh
9bda93fca0
Merge pull request #10616 from overleaf/ds-arrow-cms-btn
...
Adding arrow to the CMS buttons
GitOrigin-RevId: 9afc0117b29257f2ede7b973f0aff4e21089f572
2022-12-01 09:04:28 +00:00
Jessica Lawshe
0bb883a2c5
Merge pull request #10694 from overleaf/jel-link-color
...
[web] Remove not pseudo-class
GitOrigin-RevId: 6cb1abc45c01f408808672a47782d0769f442a20
2022-11-29 09:05:07 +00:00
Eric Mc Sween
d21fd77d54
Merge pull request #10691 from overleaf/jel-cms-style
...
[web] Limit to CMS pages
GitOrigin-RevId: e5f3f3cb72264b3ef6f01dbfe8071d8c970dd631
2022-11-29 09:04:54 +00:00
Davinder Singh
b84824776a
Merge pull request #10658 from overleaf/mf-fix-plans-v2-button-hover-color
...
Fix specific button color being overridden by default styling
GitOrigin-RevId: 103ae4b99adb5706089b9fd85b73a603be974450
2022-11-28 09:04:11 +00:00
M Fahru
6dcc22642a
Update "go to line" hotkey for cm6 and add new info text in hotkeys modal
...
* Update "go to line" hotkey for cm6 and add new info text in hotkeys modal
* Differentiate modal title between cm6 and ace hotkeys
* Update test to reflect change in hotkeys modal title
* Add test for hotkeys modal bottom text
* Update test on editor left menu hotkeys button to reflect change in hotkeys modal title
GitOrigin-RevId: 61bae16313ea7a37fa3b9441dbe5a93ab7823d01
2022-11-25 09:04:20 +00:00
ilkin-overleaf
11e789229e
Merge pull request #10528 from overleaf/ii-add-modal-before-checkout
...
[web] Show student confirmation modal for student plans on checkout page
GitOrigin-RevId: 6009bde36adb2ca24d3438def95db3b47f1ce8b2
2022-11-22 09:04:19 +00:00
Jessica Lawshe
6e064cbcb0
Merge pull request #10560 from overleaf/ae-storybook-page-style
...
Rename page-style.less to fix Storybook build error
GitOrigin-RevId: 0c59bd74884933aedcf183d8dd9c718d209590c1
2022-11-21 09:04:23 +00:00
Jessica Lawshe
22c9eff086
Merge pull request #10552 from overleaf/jel-cms-icon-with-content
...
[web] Add "Element | Icon with Content"
GitOrigin-RevId: 5fd2cc16b44612b70e3817c5ad21798ba58422d2
2022-11-21 09:04:15 +00:00
Jessica Lawshe
b425569dc8
Merge pull request #10431 from overleaf/jel-ieee-btns
...
[web] Update IEEE variables for new build
GitOrigin-RevId: 7f94ca94619b4f599936da6cb3a7fa1955f08f55
2022-11-18 09:06:35 +00:00
Jessica Lawshe
a9741c190c
Merge pull request #10471 from overleaf/jel-disabled-btn
...
[web] Style updates for `btn-danger` and deprecated secondary btns
GitOrigin-RevId: bd121147aa6c7b0a8f6b492b47667adb9369d078
2022-11-18 09:06:28 +00:00
Jessica Lawshe
854c39d3f5
Merge pull request #10526 from overleaf/jel-btn-recompile
...
[web] `btn-recompile` and `log-btn` for new CSS
GitOrigin-RevId: b92724267a87f5dce8ed0e60e926c1939f64c4f9
2022-11-18 09:05:44 +00:00
Jessica Lawshe
e63905b315
Merge pull request #10525 from overleaf/jel-icons
...
[web] Use Material icon for CMS icon list
GitOrigin-RevId: 927a7565ebf76343b734af83eb703e0cf91bae37
2022-11-18 09:05:37 +00:00
Jessica Lawshe
87b2f965af
Merge pull request #10524 from overleaf/jel-cms-btn
...
[web] Add new button type to CMS pages
GitOrigin-RevId: fc7c21e936c3ce2a6092a3f62bfcbc78d3c0d2c2
2022-11-18 09:05:30 +00:00
Jessica Lawshe
246866741a
Merge pull request #10523 from overleaf/jel-update-focus-visible
...
[web] Update `focus-visible` for new CSS
GitOrigin-RevId: 20ae3ed2679859540ae157a210402c43121f40e1
2022-11-18 09:05:22 +00:00
Jessica Lawshe
0fe7e74343
Merge pull request #10520 from overleaf/jel-ds-cms-quote
...
[web] Add new quote layout option from CMS
GitOrigin-RevId: 63d72f7adf72da231093ab82876173082cd5851c
2022-11-18 09:05:09 +00:00
Jessica Lawshe
dc9b901508
Merge pull request #10497 from overleaf/jel-cms-new-style
...
[web] Add new CMS page style
GitOrigin-RevId: 320e02dc2ccfd211396548d7b813bd4c675e6f84
2022-11-18 09:05:02 +00:00
Jessica Lawshe
33863b8d6c
Merge pull request #10496 from overleaf/jel-jk-cms
...
[web] New CMS element: `Element | Icon Bullet List`
GitOrigin-RevId: eda8a9a4217cd264cbd9621f817399fd60f23d84
2022-11-18 09:04:55 +00:00
M Fahru
d70e0b1c0e
Implement grammarly warning alert on cm6 users
...
GitOrigin-RevId: ed272bbc385faa69811ec1891075906cdca1c984
2022-11-16 09:06:39 +00:00
Davinder Singh
f8fc0f5c73
Merge pull request #10484 from overleaf/ds-homepage-css-bug-fix
...
fixed the css bug on home page, removed the variable
GitOrigin-RevId: 5a2ca4aa75d15205d56e83d598535128643e6b39
2022-11-16 09:05:09 +00:00
Davinder Singh
c6f8b17647
Merge pull request #10286 from overleaf/jel-ds-toggle
...
Fix toggle and `Switch to PDF` aligment
GitOrigin-RevId: d3c77ff34829af875d2b8b9e3797e0e7db867631
2022-11-16 09:04:26 +00:00
Davinder Singh
966a151686
Merge pull request #10270 from overleaf/ds-toolbar-logo-background-color
...
Removed the background colour for branded logo in light theme
GitOrigin-RevId: 935fba12d306e55bb994ca1b7a376f11cb0bd5c1
2022-11-16 09:04:18 +00:00
M Fahru
5eff354971
Create settings menu react elements in editor left menu for editor left menu react migration
...
GitOrigin-RevId: e75581a43a8694398b20bee3dc5ec69b60db86ab
2022-11-15 09:07:01 +00:00
Jessica Lawshe
d37344e27b
Merge pull request #10387 from overleaf/jel-input-padding
...
[web] Decrease input padding for new CSS build
GitOrigin-RevId: 5c1513aea854d09d8dc13f1697188f6dc9696737
2022-11-15 09:06:32 +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
Brian Gough
782294abae
Merge pull request #10212 from overleaf/ii-dashboard-shorten-text-in-dropdowns
...
[web] Project dashboard add ellipsis to long text in the project filter dropdown on mobile
GitOrigin-RevId: 4b0d4e097ff0f26820c158086d8b089cbf1e364f
2022-11-07 09:03:38 +00:00
M Fahru
19dd2f67e2
Implement "switch away survey" when users switching back to ace from cm6 ( #10201 )
...
Implement legacy source editor survey:
* Force user to switch to cm6 if they haven't seen switch away survey
* Only show user switch away survey if they open ace from another editor
* We need to wait 3 seconds until the survey is being shown
* Add comment to explain the reasoning of not showing cm6 switch away survey for rich text users
* Use localstorage `editor.has_seen_cm6_switch_away_survey` setter to not show the survey if user has seen the survey
* the `editor.has_seen_cm6_switch_away_survey` will have the value `true` even if user is not interacting with it, so update comment to reflect that
* Add `once: true` option to keydown event to avoid unnecessary callback invocation upon key presses
GitOrigin-RevId: c26be2bb39efac2dff112c821fca893e5993dcbf
2022-11-04 09:05:50 +00:00
Jessica Lawshe
24dc307d7c
Merge pull request #10248 from overleaf/jel-add-switch-import
...
[web] Add switch import to new CSS build
GitOrigin-RevId: 800a5305432baf98e29d5c9ecd652e3ce806a79c
2022-11-02 09:04:36 +00:00
Jessica Lawshe
c021b48824
Merge pull request #10073 from overleaf/jel-cleanup-imports
...
[web] Design system updates
GitOrigin-RevId: d5a9d8736083b076474e2a43f0200a6419f24a92
2022-11-02 09:04:29 +00:00
Tim Down
cd60d6719a
Merge pull request #10067 from overleaf/ds-design-segmented-control
...
Changed the css for segmented toggle switch animation
GitOrigin-RevId: e3c0dc496be9fedea5d9463f57b9844991f0c0eb
2022-11-02 09:04:14 +00:00
Tim Down
cbc3aef728
Merge pull request #10109 from overleaf/ds-switch-component
...
Modifying the Switch
GitOrigin-RevId: 93b8483aa4aa164ea0be5fc2b4ccc5cfb17eae3c
2022-11-02 09:04:07 +00:00
Tim Down
2bb8bd6f14
Merge pull request #10196 from overleaf/ta-galileo-instruction-modal
...
Add Galileo Instruction Modal
GitOrigin-RevId: c6eb9465c9a90b7b6fb681537bf2851a4570b397
2022-11-02 09:03:46 +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
d98e32f38a
Remove unused class selector.
...
This is an artefact and should have been removed when we removed the rich text survey component.
GitOrigin-RevId: cdda625b02328b8c300a91178733321ecfcd7290
2022-10-28 08:05:07 +00:00
Jessica Lawshe
58ba814cd1
Merge pull request #10114 from overleaf/jel-dash-survey-container
...
[web] Fix desktop dash survey container click behavior
GitOrigin-RevId: 9e94ee572e348fca1f950698dd5a7449195a52da
2022-10-25 08:04:12 +00:00
Jessica Lawshe
c110e21abf
Merge pull request #10072 from overleaf/jel-start-new-css
...
[web] Copy variable files for new CSS entrypoints
GitOrigin-RevId: 18cf84b9ddc3ce91ae1cb62b14245f6e0226a70e
2022-10-25 08:04:04 +00:00
Jessica Lawshe
ebed539e6d
Merge pull request #10045 from overleaf/jel-new-css
...
[web] Load new CSS if split test enabled
GitOrigin-RevId: 87ef524affa58d931b622d2f70ca6dcff7adc53c
2022-10-25 08:03:57 +00:00
ilkin-overleaf
3cccec6d48
Merge pull request #10105 from overleaf/ii-rich-text-scroll-bar
...
[web] Scroll bar invisible in rich text mode
GitOrigin-RevId: 48ffabb207dbecf73eb6b00b2cf5b6047d9539a7
2022-10-24 08:03:07 +00:00
ilkin-overleaf
f8e98cd5c6
Merge pull request #10030 from overleaf/ii-dashboard-survey-react-mobile-view
...
[web] Project dashboard survey mobile view
GitOrigin-RevId: 19612f75a9987625f10626f5f9ea9b53321d5fe2
2022-10-24 08:02:59 +00:00
Jessica Lawshe
9d31ea62b3
Merge pull request #9992 from overleaf/jel-react-dash-sidebar-buttons
...
[web] React dash - wrap text in sidebar buttons
GitOrigin-RevId: 68c037c93049468fd48104a151188fc20a643910
2022-10-18 08:03:39 +00:00
Jessica Lawshe
8323cb37e8
Merge pull request #9955 from overleaf/jel-actions-list
...
[web] Maintain project list in actions modal while processing and show processed
GitOrigin-RevId: c671b97646918e185d7989f539b44562a87873ee
2022-10-18 08:03:34 +00:00
Timothée Alby
4af5ed24ad
Merge pull request #9866 from overleaf/ta-pdf-detach-safari-no-warnings
...
Remove PDF Detach Safari Warning
GitOrigin-RevId: 80f17660d81dc3812fab74c5e2ea4ff23cd7f1d0
2022-10-18 08:03:20 +00:00
Timothée Alby
48310f3715
Merge pull request #9990 from overleaf/jel-react-dash-dropdown
...
[web] React dash - Fix project dropdown overflow
GitOrigin-RevId: 30fc7cd270d393856c0f082f4638588260fefc13
2022-10-18 08:03:14 +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
Alexandre Bourdin
2d6e6328a6
Merge pull request #9890 from overleaf/td-grammarly-firefox-layout-shift
...
Fixed position document element to work around Grammarly-related layout shifts in Firefox
GitOrigin-RevId: 1a69c5d753fbb85f28be50d042e370dd3811278e
2022-10-13 08:05:16 +00:00
Eric Mc Sween
7c812162a1
Merge pull request #9895 from overleaf/jel-react-dash-survey
...
[web] Fixed position survey at bottom left of viewport on React dash
GitOrigin-RevId: a48c50e0cb90ef7356b461c0a480f7b163692303
2022-10-12 08:04:44 +00:00
Eric Mc Sween
103351bc1f
Merge pull request #9909 from overleaf/jel-dash-sidebar-tag
...
[web] Fix tag name expanding React dash sidebar
GitOrigin-RevId: ed316e2219ed78a8a57e593507adac56ff55416e
2022-10-12 08:04:36 +00:00
Jessica Lawshe
0bf147b84c
Merge pull request #9842 from overleaf/jel-dash-filter-layout
...
[web] Dash filter margin handling
GitOrigin-RevId: bfd6b3e43231a28fe76aa5255b97a6e222500d62
2022-10-07 08:04:49 +00:00
Jessica Lawshe
6f007a9703
Merge pull request #9838 from overleaf/jel-dash-scrolling
...
[web] React dash scrolling
GitOrigin-RevId: 80d8fe8756df717c19c05e6ad848c32d03e487fc
2022-10-07 08:04:42 +00:00
Tim Down
5aa325cf51
Merge pull request #9712 from overleaf/td-galileo-notification-close-button
...
Improve styling of Galileo notification close button
GitOrigin-RevId: faf0a4180f4f3e837bd4f2302e2689aa4dd1564e
2022-10-04 08:03:19 +00:00
Jessica Lawshe
6095e63c7d
Merge pull request #9833 from overleaf/revert-9559-jel-dash-scroll
...
Revert "[web] Project dashboard scrolling"
GitOrigin-RevId: dc18d2717714b8c044a5c2bd04c3bef0b579663d
2022-10-04 08:03:09 +00:00
Jessica Lawshe
07a68a5a57
Merge pull request #9760 from overleaf/ab-dash-toolbar-tags-dropdown
...
[web] Add tags dropdown to the React dashboard toolbar
GitOrigin-RevId: 8f949d925e1ba0ef68dde508c0dbbaac5828625e
2022-10-04 08:03:07 +00:00
Jessica Lawshe
94038e1b04
Merge pull request #9748 from overleaf/ii-dashboard-mobile-view-improvements
...
[web] Projects dashboard improvements
GitOrigin-RevId: 60bf3bd81fbdcb9d43bdb2ab3e2cf77bf02dddc8
2022-10-04 08:03:00 +00:00
Jessica Lawshe
c65e3ac26c
Merge pull request #9772 from overleaf/ii-dashboard-row-spacing
...
[web] Project dashboard adjust row-spaced for mobile view
GitOrigin-RevId: d615372551647f8ac77d9a6b1068d5e87c88c695
2022-10-04 08:02:57 +00:00
Jessica Lawshe
9b09f8426d
Merge pull request #9559 from overleaf/jel-dash-scroll
...
[web] Project dashboard scrolling
GitOrigin-RevId: bd427f29e411d57dbc7c5e79c79195cee664ff88
2022-10-04 08:02:44 +00:00
Davinder Singh
855adb73ef
Merge pull request #9747 from overleaf/ii-cm6-grammarly-dark-theme-css-fix
...
[web] Grammarly suggestions underline css fix
GitOrigin-RevId: 195cf787cf9b3c8a7843ba15e2ed59320942a64e
2022-09-28 08:06:08 +00:00
Davinder Singh
b51c35d8b4
Merge pull request #9721 from overleaf/ii-cm6-grammarly-dark-theme
...
[web] Grammarly suggestions underline
GitOrigin-RevId: 37d3117e8465052f26e81c58b7f07eefee8e0fe7
2022-09-28 08:05:39 +00:00
Davinder Singh
f031aba162
Merge pull request #9682 from overleaf/ds-deleted-projects-sorting
...
Admin Panel- deleted projects sorting
GitOrigin-RevId: 2a320a2bd060ff455d97adc4d4e6f40a36d19373
2022-09-28 08:05:29 +00:00
Alexandre Bourdin
fe164ec6fd
Merge pull request #9545 from overleaf/mf-project-list-load-more
...
Implement Load More functionality on Project List
GitOrigin-RevId: 9981d5ef9d3b29683164152812f9315c74680c20
2022-09-27 08:03:53 +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
June Kelly
73e8fd115b
Merge pull request #9466 from overleaf/jk-add-labs-program-for-galileo
...
[web] Add a new "Overleaf Labs" program, for Galileo
GitOrigin-RevId: 8f6c79c37c1719a59bd8405998cc3de2fd29960d
2022-09-22 08:03:59 +00:00
Tim Down
8388d808a5
Merge pull request #9678 from overleaf/ta-td-galileo-week6
...
Galileo Integration Banch Week 6
GitOrigin-RevId: 78fffeefdf350042a4c2400823fb2a668ee0f592
2022-09-22 08:03:55 +00:00
Jessica Lawshe
6ff77971ad
Merge pull request #9601 from overleaf/jel-no-projects-row
...
[web] Fix no projects row styling
GitOrigin-RevId: 6ad5b28c436287465c34f59a2d6e5d74d59e06f6
2022-09-19 08:04:17 +00:00
Thomas
db9fad7cf8
Merge onboarding experiments integration branch ( #9571 )
...
* Add onboarding survey page
* Add onboarding new analytics events to mixpanel allowlist
* [web] Try Premium prompt
* moved try-premium code to overleaf-integration
* fixed sheet styling
* Add onboarding flow redirect handling to registration handlers (#9462 )
* Add redirect logic for onboarding flow after registration
* Update UPGRADE_PROMPT_URL
* Cleanup style of OverleafAuthenticationController
* Refactor finishLogin calls to call wrapped function in OverleafAuthenticationController
* Refactor user properties/onboarding flow redirect into finishLogin wrapper
* Fix async/await calls after refactoring
* Update tests for finishLogin refactoring
* Don't redirect to upgrade prompt if user has premium via commons
Co-authored-by: Miguel Serrano <mserranom@users.noreply.github.com>
GitOrigin-RevId: 7c392aa6949f99fa909f9ca4e4baad4c4d4ff6be
2022-09-15 08:04:06 +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
Thomas
d1a2868fab
Implement checkout page 'refreshed' split test with Recurly Elements ( #8320 )
...
* Implement checkout page 'refreshed' split test with Recurly Elements
Co-authored-by: Timothée Alby <timothee.alby@gmail.com>
GitOrigin-RevId: 586a94c7969530f4d2246e9105ef48e868e9510e
2022-09-05 08:03:51 +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
Timothée Alby
c074e7acf8
Merge pull request #9432 from overleaf/ta-galileo-bibtex-copy-hint
...
Show Bibtex Copy Hint After Selecting Galileo Suggestion
GitOrigin-RevId: 879598d7a949f99c248b6536ca86542b63906be1
2022-09-02 08:04:02 +00:00
Tim Down
7288ef0370
Merge pull request #9381 from overleaf/td-galileo-panel-cite
...
Display citations and regular prediction in panel when cursor is in a /cite command
GitOrigin-RevId: 42598c2f5231dd5cee8639b13cb6433c83c6e0b3
2022-08-26 08:03:49 +00:00
Eric Mc Sween
10c9b26f8e
Merge pull request #9390 from overleaf/em-history-origin
...
Show change origin in history display
GitOrigin-RevId: ead64bf3b936bf4915dbee226adf7782806fe53a
2022-08-26 08:03:34 +00:00
Timothée Alby
ac3bc987d9
Merge pull request #9297 from overleaf/ta-galileo-module
...
Create Galileo Module
GitOrigin-RevId: 0d9dfeebc150bd6a0d828f55be47f9d9f1a70d66
2022-08-19 08:04:56 +00:00
Alf Eaton
ac64394b49
Remove PDF Detach badge and survey ( #9272 )
...
GitOrigin-RevId: bdfd90a7db214e4fddd1c3ba6cc888ae6d3515a2
2022-08-19 08:03:40 +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
Miguel Serrano
d2ccd3a3c0
Merge pull request #8958 from overleaf/msm-sp-license-tab
...
[web] Activity column and license info for Server Pro admin
GitOrigin-RevId: cea736e23440a5d455aacd5c0cf29820604ff29b
2022-07-27 12:18:31 +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
Timothée Alby
7b8d277437
Merge pull request #8898 from overleaf/ta-change-redundant-controls
...
Change Redundant Layout Controls
GitOrigin-RevId: b50d71b1f75d202334442b3f6cb5037ed0d8a411
2022-07-21 08:04:25 +00:00
Timothée Alby
0e2245930d
Merge pull request #8910 from overleaf/ta-add-email-wider
...
Wider Add Email Input
GitOrigin-RevId: e0b3a8577754205ac12fbfb17e56eb1f844a5273
2022-07-21 08:03:58 +00:00
ilkin-overleaf
c460eae9c6
Merge pull request #8922 from overleaf/ii-cm6-go-to-line-styling-2
...
[web] CM6 Style the Go To Line 2
GitOrigin-RevId: 348d654986358594070e5d1d8c0ec26abac2a32e
2022-07-21 08:03:22 +00:00
Thomas
7705acfa1f
Merge pull request #8874 from overleaf/tm-revert-personal-price-experiment
...
Revert personal plan discount experiment to original pricing
GitOrigin-RevId: 3134a187e4900570580c3717fe0e19077399eb4d
2022-07-18 08:05:15 +00:00
M Fahru
a2e2dcccda
Add new Link sharing upgrade prompt in project page ( #8775 )
...
GitOrigin-RevId: 984ab0770b3b920daa945ed8b190e7debf9e4a1d
2022-07-18 08:04:50 +00:00
M Fahru
d0d1791b04
New plans page: Remove the "group admin" part of student table ( #8881 )
...
GitOrigin-RevId: 3319891aa0f4c0bf0343a7a98e5f8e24c00925cd
2022-07-18 08:04:44 +00:00
M Fahru
2173821121
Make the text on new plans page content benefit have a hyphen on word break for small screen
...
GitOrigin-RevId: 6a2cae2cfabc60d112a31cebf6263730f962224d
2022-07-15 08:04:00 +00:00
Alexandre Bourdin
d501bc4820
[web] Compile time warning split test ( #8813 )
...
* Implement compile time warning split test
* Add i18n for compile time warning
* Memoize CompileTimeWarning component
* Reuse startFreeTrial() function from account-upgrade
* Improve usage of react bootstrap native properties
* Cleanup compile-time-warning
* Move all logic into CompileTimeWarning component
* Only show compile time warning to project owners
* Handle compile time warning in detached mode and while switching layout
GitOrigin-RevId: 4fc40acfc113f91c81a6744c14c0f8b3ef766e39
2022-07-14 08:03:50 +00:00
M Fahru
cc92f264d2
Improve new plans page university info styling and change its copy ( #8822 )
...
GitOrigin-RevId: ebb0e3677cce862f22757a5a7236591d98f39078
2022-07-13 08:05:47 +00:00
M Fahru
3b4968e263
Change number of users in group plan to have a dynamic value in the new plans page ( #8592 )
...
GitOrigin-RevId: 008c0a1120e5b99945f18f0b4eee60bfcb08a331
2022-07-13 08:05:33 +00:00
M Fahru
8603fcac6c
Add correct link to the university support button ( #8797 )
...
GitOrigin-RevId: 1ecb591ff9dd99d195eed0fa2ae4b5702ef53b7e
2022-07-13 08:05:27 +00:00
M Fahru
6c7fd1dad0
Add new university info card in the new plans page ( #8676 )
...
GitOrigin-RevId: 7d9ec211930afc2536df36665d6cfc6f2cd7b46b
2022-07-13 08:05:13 +00:00
M Fahru
f3118771fe
Add new limited discount information on personal plan in the new plans page ( #8715 )
...
GitOrigin-RevId: 7f4e91179ba767ff8b88df7787eaf9d4fe6a5f05
2022-07-13 08:05:06 +00:00
M Fahru
ebbe14e1a7
Remove university section from the Student Plans in the new plans page
...
GitOrigin-RevId: 00917ab8cd5190721036baab9ea8ab5fca9a3665
2022-07-13 08:04:59 +00:00
M Fahru
c95c96a1d4
Fix big spacing on the bottom and the right side of the new plans page ( #8767 )
...
GitOrigin-RevId: c30ed0e7733eb48048162ed55d0359b449e4f10b
2022-07-11 08:04:53 +00:00
ilkin-overleaf
f2e6cf7a3b
Merge pull request #8700 from overleaf/ii-cm6-source-editor-switch-toggle
...
[cm6] Prevent hopping to rich text when clicking the source button
GitOrigin-RevId: 2359e157c12026a1c5ceb8b6e40cd45956d75d1d
2022-07-08 08:05:10 +00:00
Alf Eaton
c8b0e81550
[cm6] Tidy up advanced references search banner code ( #8674 )
...
GitOrigin-RevId: a0044b9328af03a77ac3c3e5d5caa594bbd5fe6b
2022-07-08 08:04:49 +00:00
M Fahru
bbaac83b82
Refactor plans v2 sticky header to use dedicated config instead of hardcode ( #8659 )
...
GitOrigin-RevId: 3ea56ad5c6b9b5f6556e97429cf3e67a0b0d56bc
2022-07-06 08:03:02 +00:00
M Fahru
361f6f245a
Refactor new plans page ( #8493 )
...
* [web] hide the monthly/annual switch for small screens via css
Co-Authored-By: Jakob Ackermann <jakob.ackermann@overleaf.com>
* [web] merge logic for hiding elements shown in a subset of view
Co-Authored-By: M Fahru <m.fahru@overleaf.com>
* [web] hide the monthly/annual switch for small screens via css
Co-Authored-By: M Fahru <m.fahru@overleaf.com>
* [web] merge logic for hiding elements shown in a subset of view
Co-Authored-By: M Fahru <m.fahru@overleaf.com>
* fix inverted logic on monthly annual checking
* delete some duplicated logic and refactor
* merge switch functions
* move global variable into the main module
* simplify the enable and disable switch
* remove unused parseFloat
* simplify group plan pricing calculation
* simplify discount group plan logic
* simplify sticky header logic
* merge view and period switching
* fix underlining of switch text
* simplify class list toggling
* merging two function of the group plan
Co-authored-by: Jakob Ackermann <jakob.ackermann@overleaf.com>
GitOrigin-RevId: 5e51690514bbf1dee2639011748c6a8470e1c19a
2022-06-23 08:02:56 +00:00
Alexandre Bourdin
3d26c4bb6f
[web] Add new admin tool for surveys ( #8356 )
...
* Setup survey module and admin page skeleton
* Replace survey staff access permission with admin-only
* Manage survey config with admin tool
* Display configurable survey in project list + add preview in admin
* Fix linting errors and unit tests
* Add acceptance tests for survey module
* Move survey-form to survey components
* Add configuration option for Recurly group subscription users on surveys
* Change survey pre-link text to a lighter gray for accessibility
* Cleanup survey options implementation after review
GitOrigin-RevId: 8f621951efeae458d1ab081fe98b8d0d539cca1a
2022-06-23 08:02:37 +00:00
Alexandre Bourdin
21c8b9a47a
Merge pull request #8426 from overleaf/ta-error-pages-style
...
Update General Error Pages Style
GitOrigin-RevId: 04346784c94d5ce6bf3257fd128a3f00da4c4e9e
2022-06-23 08:02:34 +00:00
Jakob Ackermann
bfad0841a4
Merge pull request #8483 from overleaf/jpa-faster-compiles-feedback-ui
...
[web] faster compiles feedback UI
GitOrigin-RevId: 9feea47503aa6bddf51adb73b8c9fbef394fda14
2022-06-22 08:05:14 +00:00
Alexandre Bourdin
57114c4503
[web] Display the current plan in the project list dashboard ( #8293 )
...
* Display the current plan in the project list dashboard
* Add unit tests for SubscriptionViewModelBuilder#getBestSubscription
* Handle free trial for group subscriptions
* Reuse the info-badge icon for the plan labels
* Do not display subscription status when projects are selected
* Custom tooltip for group subscriptions with team name
GitOrigin-RevId: 40982f70cf9fb7c92058e417b73c84af1648c33e
2022-06-17 08:03:40 +00:00
Davinder Singh
eba2fe9a3e
Merge pull request #8212 from overleaf/ds-remove-registration-field-home-page
...
Remove registration from home page
GitOrigin-RevId: 3bd04f2f2aa62ef5f3fa8a0cdd09e461c38a27e9
2022-06-17 08:03:10 +00:00
Eric Mc Sween
dfc33805cb
Merge pull request #8383 from overleaf/ms-em-settings-page-emails
...
Move "Primary" badge under the email address in settings
GitOrigin-RevId: ecb11047d9db6feb3bc0128f4a1d490836be7ab5
2022-06-16 08:03:15 +00:00
M Fahru
e3b313d98c
Fix tooltip is blocking group modal on the default plans page ( #8387 )
...
GitOrigin-RevId: 9663bce7962fd8875afbbcdeb513191135a299fe
2022-06-14 08:02:40 +00:00
Eric Mc Sween
a2532ef968
Merge pull request #8354 from overleaf/em-halt-on-error-animation
...
Animation when setting "Stop on first error"
GitOrigin-RevId: 9639e2c815d1eaf57f3392131f9a484a6a1a0a9e
2022-06-14 08:02:32 +00:00
Tim Down
fef395f431
Fix layout shift by nearly always applying overflow-y hidden on review panel ( #8174 )
...
* Always hide vertical overflow on the review panel, not just when it's expanded, which prevents it scrolling slightly when scrolling the PDF in some circumstances
* Fix layout shift by always applying overflow-y hidden on review panel and make entry visible in minimized review panel by making the overflow visible while hovering over the entry
GitOrigin-RevId: 854ee47a762ee2cf78fbbb5856afddb3b723d679
2022-06-13 08:03:37 +00:00
Tim Down
c0292d96a1
Add vertical padding to CM6 editor content to deal with overflowing entries in the review panel ( #8321 )
...
GitOrigin-RevId: 9f8265dba773008ba8f97053ce66f23dc4b7121f
2022-06-13 08:03:32 +00:00
Timothée Alby
ae207f7559
Merge pull request #8326 from overleaf/ta-pdf-detach-redundant-controls
...
Bring Back Redundant Layout Controls
GitOrigin-RevId: a725e8742ab41612b285bcab23054ba9da15b60f
2022-06-09 08:02:34 +00:00
Miguel Serrano
4a5be3cbc1
Merge pull request #8325 from overleaf/ta-remove-layout-shortcuts
...
Remove Keyboard Shortcuts for Layout Switching
GitOrigin-RevId: c2a0dbecc27a6ed8795d26d3613342b8f325b307
2022-06-09 08:02:29 +00:00
Eric Mc Sween
cb657d1f1c
Merge pull request #8297 from overleaf/em-halt-on-error-logs
...
Stop on first error info box in logs pane
GitOrigin-RevId: cf11f65d582d98bea93c6506393940d9a6144c0d
2022-06-08 08:03:12 +00:00
Thomas
694b4c2f89
Merge pull request #8248 from overleaf/jel-reconfirmation-settings
...
[web] Icon color for React settings reconfirmation UI
GitOrigin-RevId: 0a4a06ee749e887d318f750636cad0ffd622b72b
2022-06-06 08:03:56 +00:00
M Fahru
b12c108522
[web] Extract reusable table mixin on plans page v2 tables ( #8262 )
...
GitOrigin-RevId: 7d8dcff5fd3f0c450de6cca57b428759d44dec7d
2022-06-06 08:03:45 +00:00
Thomas
5e2933e2fe
Merge pull request #8240 from overleaf/tm-teardown-persistent-upgrade-test
...
Teardown persistent upgrade prompt split test and fix styling
GitOrigin-RevId: 8776231c3308c5f08b91232c962c9796a5f4afa0
2022-06-02 08:02:45 +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
Timothée Alby
21246b9bb0
Merge pull request #8191 from overleaf/msm-dictionary-modal-fixes
...
Dictionary modal fixes
GitOrigin-RevId: 9804619a5addfb53633b6801002fdff221af971a
2022-05-31 08:04:43 +00:00
Timothée Alby
32741c07e0
Merge pull request #8218 from overleaf/ta-pdf-detach-safari-warnings
...
PDF Detach Safari Warning
GitOrigin-RevId: e6f8942d8c8c141d887c44921a09716c4e4c85ae
2022-05-31 08:04:36 +00:00
Timothée Alby
c66278cf89
Merge pull request #8148 from overleaf/ta-pr-dictionary-style
...
Polish Dictionary Modal UI
GitOrigin-RevId: 48aceb56c84a218380c619ecc5cd527f5062d3c4
2022-05-27 08:04:16 +00:00
M Fahru
dd641cb164
Remove excess border between the tab in new plans page top switch ( #8121 )
...
GitOrigin-RevId: 5dcd86bd8c0437678b37670c557fa18f266745bb
2022-05-26 08:04:37 +00:00
Miguel Serrano
549a8497fb
Merge pull request #8082 from overleaf/ae-layout-shortcut
...
Add keyboard shortcuts to Layout menu
GitOrigin-RevId: f6ea369f26024280df401b0444ddccf38e19c005
2022-05-25 08:09:52 +00:00
Miguel Serrano
430b7528b2
Merge pull request #8073 from overleaf/ta-td-dictionary
...
Add UI to Remove Words from Dictionary
GitOrigin-RevId: a28d865e3c968d6fff113237fcf4143b77af046e
2022-05-25 08:09:45 +00:00
Alf Eaton
bdc503600c
Move layout-left comment indicators above the review panel toggle bar ( #8031 )
...
GitOrigin-RevId: b6902c6d1a3f519aedbdc487801f114c2f57340c
2022-05-23 08:03:49 +00:00
Alf Eaton
18f6f030a2
Inherit colour for linked file icon in file tree ( #8032 )
...
GitOrigin-RevId: 0ebfc7abba345354d1a2063b45bbd3ce10374008
2022-05-23 08:03:42 +00:00
Thomas
b152956715
Merge pull request #8044 from overleaf/tm-cookie-banner-wrap-tweaks
...
Set cookie banner to only use flex above 768px screen width
GitOrigin-RevId: 4bee6cd00b0c8174c90f469c6cf66b33a2534cce
2022-05-20 08:04:37 +00:00
M Fahru
1b2cefa63e
Add new analytics events in the new plans page and update analytics event in the current plans page ( #7639 )
...
GitOrigin-RevId: 71a4e7b0b041bbe7ea6df11cad28857978c77e4e
2022-05-20 08:03:21 +00:00
Timothée Alby
835a11df1e
Merge pull request #7826 from overleaf/ds-admin-panel-pagination
...
Pagination for admin panel
GitOrigin-RevId: 8d4f3619037abcd6df9921ec9ca162d4c3b4eb8c
2022-05-19 08:04:00 +00:00
M Fahru
4d25132a5f
new plans page: refactor custom tooltip to bootstrap tooltip ( #7972 )
...
GitOrigin-RevId: d3552867a9e9176288803cadffacb5f3dab24895
2022-05-18 08:04:06 +00:00
M Fahru
e2fe475116
change copy on group plans and remove the bold font on checkbox label ( #7943 )
...
GitOrigin-RevId: 31acc96cf3f6d85d44388497d6bba52bb5ae9667
2022-05-18 08:03:53 +00:00
M Fahru
1089475ff0
change new plans page FAQ link on hover from dark green to dark blue ( #7938 )
...
GitOrigin-RevId: 1555e4ad8704dccc92539947e9407af70caa32f8
2022-05-18 08:03:47 +00:00
Alf Eaton
e689017c3c
Fix alignment of icons in Layout menu ( #7889 )
...
GitOrigin-RevId: 5187c42304d85f22ae7baefe7b7bcf5eed829805
2022-05-17 08:05:00 +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
2d4f7ade18
Merge pull request #7838 from overleaf/ta-spacing-file
...
Move spacing.less File
GitOrigin-RevId: 37f1f52795bc3ac62a6055ee678906bb2f2d384b
2022-05-17 08:03:09 +00:00
M Fahru
8157616f85
[web] New Plans Page for A/B Test ( #7330 )
...
GitOrigin-RevId: 4e4629583c6e86bd2bc6165d123224734c133df7
2022-05-13 08:03:30 +00:00
M Fahru
cf0b46ecf2
Add annual saving tooltip & add a striked-through text on the annual price to current plans page
...
Co-authored-by: Thomas Mees <thomas.mees@overleaf.com>
GitOrigin-RevId: 25a9b7b12ddd00588a8e4c43b55f2d7c57048818
2022-05-12 10:41:11 +00:00
Alf Eaton
11b3e7b6c8
Improve spacing in file tree ( #7736 )
...
GitOrigin-RevId: f1cbc3b3f637d15d56d40693b15f53c53a24792f
2022-05-12 08:04:30 +00:00
Alf Eaton
12369b9f9a
Merge pull request #7809 from overleaf/jpa-more-references-search-results
...
[misc] show more references search results
GitOrigin-RevId: e3edc78b85a13e663f692ab90b7bf8cd0246a34f
2022-05-12 08:04:12 +00:00
Alf Eaton
ef10d95239
Merge pull request #7813 from overleaf/mf-pdf-viewer-review-panel-overflow
...
[web] force pdfViewer class to have 100% min-height to avoid triggering review-panel overflow bug
GitOrigin-RevId: 69d5840eb471a1d33ee3c2cac6b7e8d8dea68e8e
2022-05-12 08:03:59 +00:00
ilkin-overleaf
1def576973
Merge pull request #7808 from overleaf/ii-settings-fixes-1
...
[SettingsPage] UI Fixes 1
GitOrigin-RevId: 0e0f605191218af4db70a801ff1e50b47f6e0b01
2022-05-02 08:03:48 +00:00
Thomas
8472ac6fc6
Add split test for persistent upgrade prompts project dash and editor header ( #7590 )
...
* Add Upgrade buttons on project dash and editor header
GitOrigin-RevId: 16325ffb2e63beeaff914e0b95db3faddcdf241a
2022-04-28 08:04:32 +00:00
Thomas
8352bada7b
Add copy for personal plan discount, and include old undiscounted price on plans page ( #7770 )
...
* Add copy for personal plan discount, and include old undiscounted price on plans page
GitOrigin-RevId: 34d1361d8257e0ed1923bc6f8950167657e44055
2022-04-28 08:04:15 +00:00
Timothée Alby
f0ac0f3e7a
Merge pull request #7742 from overleaf/ta-email-preferences-page
...
Create Email Preferences Page
GitOrigin-RevId: 371a62e8423e5cbebff83e61bf35a8b3b638c398
2022-04-28 08:03:12 +00:00
Timothée Alby
0ee4767fa6
Merge pull request #7750 from overleaf/ta-settings-fixes-2
...
[SettingsPage] Small Fixes 2
GitOrigin-RevId: fe29b5a97cac4e92f6458e2359569d6c080b626b
2022-04-27 08:05:01 +00:00
Timothée Alby
b289afe23c
Merge pull request #7725 from overleaf/ta-settings-fixes
...
[SettingsPage] Misc Fixes
GitOrigin-RevId: 56f58d2bb5830f7e0584a83c98efc9989ae2bd42
2022-04-26 08:04:18 +00:00
Timothée Alby
d3dc83b776
Merge pull request #7722 from overleaf/ii-add-email-ui-without-affiliations
...
Add emails without affiliations
GitOrigin-RevId: 13d53b604f8d7cf0f36b2c5caea85ecc15cfc6d5
2022-04-26 08:04:12 +00:00
Timothée Alby
cf2dfc6bf1
Merge pull request #7593 from overleaf/ta-settings-migration
...
[SettingsPage] Integration Branch
GitOrigin-RevId: 5a3c26b2a02d716c4ae3981e3f08b811ae307725
2022-04-25 08:05:12 +00:00
June Kelly
77adf9803c
Merge pull request #7456 from overleaf/mf-fix-less-variable-comment-font-size
...
[web] fix comments about font-size pixel calculation in our global less variable file
GitOrigin-RevId: 5f7da570ff1b35467b41c15238c54d27414f5fab
2022-04-14 08:03:05 +00:00
June Kelly
0ab9198563
Merge pull request #7378 from overleaf/tm-fix-cookie-banner-style
...
Fix cookie banner link color and box-shadow values
GitOrigin-RevId: 036c921795eab999e65bd04ca409babe28a2f00a
2022-04-14 08:03:03 +00:00
Timothée Alby
c16762e347
Merge pull request #7503 from overleaf/ae-revert-7286
...
Revert "Increase z-index of full-size and navbar-main components"
GitOrigin-RevId: 4949fac2dabbb7d356fc4ced27181a90a269128e
2022-04-13 08:03:31 +00:00
ilkin-overleaf
052ac3e6b1
Merge pull request #7107 from overleaf/ds-admin-panel-user-list
...
Admin Panel user list migration to react
GitOrigin-RevId: cd66fa7a288ebc4cd22a3815dec9a20c6d72cc32
2022-04-11 08:03:40 +00:00
ilkin-overleaf
5b0c122f5d
Merge pull request #7290 from overleaf/ii-7154-list-user-emails
...
List of user emails
GitOrigin-RevId: 28a8e405812932ba7ebd8043a4dc9d3c573a68b2
2022-04-11 08:03:38 +00:00
Tim Down
72f6d89e78
Allow CodeMirror to manage positioning the spell check context menu ( #7440 )
...
GitOrigin-RevId: b4153741cf67bc355e4a08efe51bb33a16c991f6
2022-04-11 08:03:28 +00:00
Alf Eaton
ef77b23888
Increase z-index of full-size and navbar-main components ( #7286 )
...
GitOrigin-RevId: dec7c507f896a7775fdf71784ad60a8645b2474d
2022-04-11 08:03:17 +00:00
M Fahru
f23accc572
Merge pull request #7292 from overleaf/tm-plans-page-layout-teardown
...
Tear down plans page split test variant with new layout
GitOrigin-RevId: ab09066f05d17ca17a19ab8895fac141e1e89bff
2022-04-08 08:04:32 +00:00
Alf Eaton
69a2283984
Upgrade to webpack v5 ( #7249 )
...
GitOrigin-RevId: 69dc5f9aad3e045cc6904e3663e9965094eced76
2022-04-07 08:03:46 +00:00
Jakob Ackermann
34627b98a2
Merge pull request #7040 from overleaf/jpa-project-url-lookup
...
[web] add admin-only page for looking up projects by common URL patterns
GitOrigin-RevId: 988b64f3b5888f2154be0592abf3e31f5fbedc37
2022-04-05 12:18:38 +00:00
Thomas
76beba4393
Add cookie banner ( #6627 )
...
* Add cookie banner
Co-authored-by: Alf Eaton <alf.eaton@overleaf.com>
Co-authored-by: Miguel Serrano <mserranom@users.noreply.github.com>
GitOrigin-RevId: a3625d4e6357ff58c7c47532901c382bedbe07e0
2022-04-05 12:17:25 +00:00
Alf Eaton
9f40893326
Increase specificity of PDF.js canvas style ( #7219 )
...
GitOrigin-RevId: 62e4424b5e5681bcbf1d377394f6bd8587a34ea6
2022-04-05 12:16:48 +00:00
Timothée Alby
ac3eb878d6
Merge pull request #7172 from overleaf/ta-pdf-viewer-backdrop-hide
...
Fix Logo Backdrop in PDF Viewer
GitOrigin-RevId: ae9eb98dc8a51a882354b6ddea095df2bed51346
2022-03-24 09:03:44 +00:00
Timothée Alby
dfa3178034
Merge pull request #7162 from overleaf/ta-pdf-viewer-backdrop-fix
...
Fix Logo Backdrop in PDF Viewer
GitOrigin-RevId: 2c0c6c0921d4cc02720d4f5339dbbfb16f28363f
2022-03-23 09:02:48 +00:00
ilkin-overleaf
e20cbad116
Merge pull request #7086 from overleaf/ta-pdf-viewer-backdrop
...
Add Logo Backdrop in PDF Viewer
GitOrigin-RevId: 242a8c5a08abf5b90f8abdb144eb768a63fd1a0e
2022-03-22 09:03:46 +00:00
M Fahru
7ee6b477e1
Merge pull request #7064 from overleaf/mf-comment-on-hover-not-visible
...
[web] fix comment is not visible while hovering the bubble icon on the project editor minimized review panel
GitOrigin-RevId: 8f20078fc554a4e2d4aae49174a7e1ab71dea592
2022-03-16 09:03:01 +00:00
M Fahru
7560404d93
Merge pull request #7045 from overleaf/mf-overflow-hidden-comment-editor
...
[web] Hide extra scrollbar on comment editor
GitOrigin-RevId: 63f751031c07330add8563a20cfe2ee1ddf8fb1f
2022-03-14 09:04:15 +00:00
Alf Eaton
2d8f8f04b3
Improve CodeMirror 6 search form ( #6943 )
...
GitOrigin-RevId: c23ee425f8114aaf2b1669e086e501e348751431
2022-03-14 09:03:50 +00:00
M Fahru
0819b02e73
Merge pull request #6967 from overleaf/mf-limit-comment-reply-textarea-max-height
...
[web] fix over-scrolling behaviour on editor under certain circumstances
GitOrigin-RevId: 640fd79c95fc38a3a373a3ea116d07b9256e5c6f
2022-03-10 09:03:44 +00:00
ilkin-overleaf
95e7527449
Merge pull request #7015 from overleaf/ii-6955-admin-user-search
...
Fix admin users list height
GitOrigin-RevId: 2128a3fd2885d324f37981f6ff21c75347e20a0b
2022-03-10 09:03:18 +00:00
Timothée Alby
5ba970b81e
Merge pull request #6986 from overleaf/ta-compile-button-disabled
...
Disable Compile Button when Compiling
GitOrigin-RevId: c25cbaab3547695919ba62385cffef2a44665fec
2022-03-04 09:03:37 +00:00
Alf Eaton
4610734f07
Add new fat footer ( #6260 )
...
GitOrigin-RevId: 64c50caac2ec8d56b3f49d6f97c8a1c4d4b3a496
2022-03-02 09:02:45 +00:00
Eric Mc Sween
5ded04eaea
Merge pull request #6785 from overleaf/em-split-tests-analytics-enabled
...
Add "analytics enabled" setting to split tests
GitOrigin-RevId: 9ddfda9e246cac7a13361b2d3df6884212583000
2022-03-01 09:04:15 +00:00
Alf Eaton
a83c0b4085
Remove border from editor switcher ( #6892 )
...
GitOrigin-RevId: c48b348c3840fa0439a7a656b8c33a8c96c20ea5
2022-03-01 09:03:31 +00:00
Brian Gough
fde4f72adf
Merge pull request #6779 from overleaf/ae-cm-editor-switch
...
[web] [cm6] Add a three-way switch for editor choice
GitOrigin-RevId: fff788ddad8d10488e8446de7f1503702da0985f
2022-02-22 09:03:05 +00:00
Miguel Serrano
89f9590823
Adjusted primary-email-check page styling ( #6626 )
...
* Adjusted primary-email-check page styling
GitOrigin-RevId: 2f7fee9766cc040cb7d30243f940d8f5c2bf489b
2022-02-18 09:04:14 +00:00
Alf Eaton
753be43c53
[web] [cm6] Add a source editor toggle ( #6674 )
...
* Add a source editor toggle
* Only show the toggle if in split test variant (or query param override)
* Change labels
* Add check for this.editor
* Update toolbar.pug
GitOrigin-RevId: ee00e31db334fc562b00d28a8c2de5d03456f749
2022-02-16 11:37:33 +00:00
Alexandre Bourdin
3b9da1d57e
Merge pull request #6587 from overleaf/ab-split-test-create-edit
...
Split tests admin - create/edit
GitOrigin-RevId: a256bf6fe8350214b1ef01ff5e6fa68a812a59be
2022-02-16 11:35:39 +00:00
Timothée Alby
0a27b3711f
Merge pull request #6599 from overleaf/ta-new-subscription-split-test
...
Payment Page Split Test
GitOrigin-RevId: bb43cbf4e5722bd18076f2f8bf1014816bce1df0
2022-02-16 11:34:44 +00:00
Miguel Serrano
176ead8983
Primary Email Check ( #6471 )
...
* added primary-email-check page, route and controllers
* add `#add-email` internal link in settings to display new email form
* added primary-email-check redirection with split test
* update `lastPrimaryEmailCheck` when the default email address is set
* added `lastPrimaryCheck` to admin panel
* translations for primary-email-check
* acceptance tests for primary-email-check
* [web] multi-submit for primary email check
* Using `confirmedAt` to prevent from displaying primary-email-check page
Co-authored-by: Jakob Ackermann <jakob.ackermann@overleaf.com>
Co-Authored-By: Miguel Serrano <mserranom@gmail.com>
GitOrigin-RevId: d8e3a280439da08038a4487d8bfd7b3b0596e3b5
2022-02-04 09:03:34 +00:00
Miguel Serrano
0f7948cfdf
Highlight SSO in register/login/home pages ( #6396 )
...
* Highlight SSO in register and login pages
* Highlight SSO in home page
* updated split test request to new APIs
* reordered SSO buttons when highlighting SSO in login
* Updated copy for institutional login and fixed indentation
* increased SSO button size in homepage for highlight-sso variant
* prefill email in registration page
* added `register` and `register-success` events
GitOrigin-RevId: 2822afc15c27856ca713002ed804e1f42a2d955c
2022-02-03 09:04:45 +00:00
Thomas
635a478f36
Add plans page split test variant with new layout ( #6450 )
...
* Add plans page split test variant with new layout
* Set itm_content to toggle if group modal clicked through via variant view toggle button
* Change split test name to be more specific
GitOrigin-RevId: 0fa48b1b74eea84f15e630e3a62b36be5549da9e
2022-02-02 09:03:11 +00:00
June Kelly
542207b6f9
Merge pull request #6488 from overleaf/ta-survey-future-remove
...
Remove Product Survey 2021
GitOrigin-RevId: 3db6686a951d192ef86c58ac99e8b3e40947c5b2
2022-01-28 09:03:28 +00:00
Jessica Lawshe
7653b46719
Merge pull request #6356 from overleaf/jel-user-admin-panel
...
[web] v2 admin affiliations tab shows data used for licenses
GitOrigin-RevId: 1038b042a0728b118d3204515ed9f69e35746b18
2022-01-26 09:03:43 +00:00
Alf Eaton
f065a7a909
Improve the Icon component ( #6245 )
...
GitOrigin-RevId: fbb23b32c47edbe5a22badc627318accbd09e82a
2022-01-20 09:03:58 +00:00
June Kelly
d71da1de88
Merge pull request #6177 from overleaf/jk-resizer-z-index
...
[web] Fix z-index on panel resizers
GitOrigin-RevId: 4f31fd6fc05f7eb88631f6aab6926d17b2e35e14
2022-01-13 09:03:19 +00:00
Timothée Alby
794d848f57
Merge pull request #6200 from overleaf/jel-toggle-rich-text
...
[web] Fix toggle for older browsers
GitOrigin-RevId: 1d30cf2a9cabf1b436f6f6419da7d1ef322aaa68
2022-01-11 09:04:26 +00:00
Timothée Alby
7c3002e608
Merge pull request #6190 from overleaf/ta-survey-future
...
Add Product Survey 2021
GitOrigin-RevId: 838380993688262f6541101c7ee2f8d85da4323e
2021-12-22 09:03:39 +00:00
Timothée Alby
c96bb1551c
Merge pull request #6011 from overleaf/jel-toggle-switch
...
Move style for selected toggle item
GitOrigin-RevId: 516e77839c708c77510ad0e77137dd45f54ff3ed
2021-12-15 09:05:14 +00:00
Alf Eaton
3e70992924
Merge pull request #6122 from overleaf/jel-online-users
...
Fix multiple online users color for light theme
GitOrigin-RevId: 008bbe8b968512dacc07b7be9d5d49f237d73368
2021-12-15 09:04:07 +00:00
June Kelly
affe266609
Merge pull request #5995 from overleaf/jk-navbar-menu-button
...
[web] Use real button for Menu button in navbar
GitOrigin-RevId: c1b85c366046774aa638801647cb61eba0de7098
2021-12-09 09:02:24 +00:00
Jessica Lawshe
c8521820fa
Merge pull request #5994 from overleaf/ta-beta-badge-font-size
...
Enforce Beta & Info Badges Font Size
GitOrigin-RevId: 679e5c0ee90f541be003891e85074212961f1571
2021-12-03 09:04:42 +00:00
Jessica Lawshe
2772cc878c
Merge pull request #5969 from overleaf/jel-badge-pdf-detach
...
PDF detach beta badge
GitOrigin-RevId: fb2f1ebf8582e436395972f4cf814e34c8b662d6
2021-12-03 09:04:08 +00:00
Timothée Alby
f6fc3d468c
Merge pull request #5854 from overleaf/ta-pdf-detach-v2
...
PDF Detach Updates
GitOrigin-RevId: c09c4fe37a922b041cfa1376e110a264a88177c8
2021-12-01 09:03:41 +00:00
Alf Eaton
3a2b5f06a2
Merge pull request #5820 from overleaf/ae-codemirror-editor-height
...
[web] Set source-editor id attribute
GitOrigin-RevId: 62ddc44f5de52aad9a6117e28be45f7641b1c277
2021-11-23 09:02:48 +00:00
Hugh O'Brien
7d932f0b92
Merge pull request #5722 from overleaf/hb-improve-group-buy-ux
...
Update the UX for the group subscription modal
GitOrigin-RevId: 6700a5c4907e0c966ee3b2954b6417ccf9edf37e
2021-11-17 09:04:06 +00:00
Timothée Alby
8ca159b4b9
Merge pull request #5797 from overleaf/ta-pdf-detach
...
PDF Detach
GitOrigin-RevId: f69d8a87d1ba2115ad496a719106dfc7707a6ed5
2021-11-16 09:02:57 +00:00
Alf Eaton
3feca1ffc6
Move symbol palette to module and add overlay ( #5396 )
...
GitOrigin-RevId: 649dd56aaecd60662bd2bf534bda323ee541874f
2021-11-11 09:03:05 +00:00
Hugh O'Brien
d8dfcf7708
Merge pull request #5650 from overleaf/hb-remove-symbol-search-hint
...
Show disabled tabs instead of hint on symbol search
GitOrigin-RevId: bc67fd4928da38d895f6c811364e017cc3ec9061
2021-11-10 09:02:35 +00:00
Hugh O'Brien
a5323293e0
Merge pull request #5636 from overleaf/hb-single-context-menu-for-file-tree
...
Use context menu for all file tree dropdowns
GitOrigin-RevId: 8283093b428b4cb53bc1ed7795e398ffe4bd3496
2021-11-10 09:02:32 +00:00
Alf Eaton
07caf75004
Set overflow-y: scroll for pdf.js viewer container ( #5539 )
...
sets overflow-y: scroll for the inner pdf.js viewer container, so that there's always space reserved for the vertical scrollbar, which means there's never a flicker at the point where the PDF height starts to overflow the container height.
GitOrigin-RevId: 6ec4621e723869810eff531c971ee26c4ed86638
2021-11-09 09:03:41 +00:00
Jessica Lawshe
3ad686c30b
Merge pull request #5630 from overleaf/jel-layout-dropdown
...
New project layout dropdown
GitOrigin-RevId: 8d7f4ff6649fe249b762642e70522597e5e78dd4
2021-11-04 09:03:44 +00:00
Timothée Alby
e8ddc95c2f
Merge pull request #5507 from overleaf/jel-gallery-titles
...
[web] Title layout fix on gallery list pages
GitOrigin-RevId: 3d4f1492a2ebe04184ffee25d585bcea0691271d
2021-10-22 08:04:37 +00:00
Alf Eaton
913a62fbc8
Migrate synctex controls to React ( #5503 )
...
GitOrigin-RevId: 80362a00ae6b73616a6fa9b3193b9b9974b5fd35
2021-10-22 08:03:43 +00:00
Alf Eaton
d4035c4f1e
Merge pull request #5498 from overleaf/ae-recompile-button
...
Fix padding on recompile button in hybrid toolbar
GitOrigin-RevId: 36a2433833a76572bcf55c3109931d4e1ca63778
2021-10-22 08:03:20 +00:00
Alf Eaton
5c82945e12
Merge pull request #5453 from overleaf/ae-body-font-smoothing
...
Fix effect of font-smoothing style on PDF rendering
GitOrigin-RevId: 0b891cb003bf50c62059bf9d85a2da9535a3d625
2021-10-22 08:03:17 +00:00
Alf Eaton
9ffe28649c
Improve rendering of errors from pdf.js ( #5448 )
...
GitOrigin-RevId: 69836ba213b124e2442b2d0083531dd95be2bf4e
2021-10-18 08:04:06 +00:00
Alf Eaton
4c25dcfb2b
Disable overflow: scroll on the outer pdf.js element ( #5446 )
...
GitOrigin-RevId: 77485d0dd2af3e4dc6f86f322816e00beee9dfa9
2021-10-18 08:03:52 +00:00
Alf Eaton
7991fc1ebd
Visually hide br in text selections ( #5447 )
...
GitOrigin-RevId: ee26da17dd8087545022ce704ef98102e7eb9ea0
2021-10-18 08:03:45 +00:00
Alf Eaton
e26d47cb41
Add hybrid toolbar to migrated PDF preview ( #5414 )
...
GitOrigin-RevId: 6266028091229c819aee3c8d4bd3bff2e2417125
2021-10-13 08:03:01 +00:00
Jakob Ackermann
34beda9a1f
Merge pull request #5332 from overleaf/jpa-rework-metrics-csv-download
...
[web] metrics module: rework the 'Download CSV' button
GitOrigin-RevId: ab15513e7c49098716207ecf4d0ff893692c3de6
2021-10-07 08:04:16 +00:00
Jakob Ackermann
66ea2e613c
Merge pull request #5281 from overleaf/jpa-rework-language-picker
...
[web] rework the language picker UI in the footer
GitOrigin-RevId: fb9fe9a560a0f059f58c76d6a85f31ffabc14f4f
2021-10-07 08:04:10 +00:00
June Kelly
03e1daa038
Merge pull request #5201 from overleaf/msm-pdf-viewer-error-boundaries
...
Error boundaries for React PDF viewer
GitOrigin-RevId: 90052fc183f7ece8125ecfb0410a529cf905c13b
2021-10-07 08:03:43 +00:00
Alf Eaton
73bc3418a2
Add React version of the PDF preview pane ( #5135 )
...
GitOrigin-RevId: fcc88a362c3e97c9fddf85d47c3a83a0a0b89432
2021-10-01 08:03:12 +00:00
Jessica Lawshe
730c473651
Merge pull request #5252 from overleaf/revert-5210-revert-5191-jel-release-algolia-gallery
...
Revert "Revert "Release Algolia search for gallery""
GitOrigin-RevId: a65355a77a425eedd8b3f1d29eff2fffbd025418
2021-09-28 08:04:00 +00:00
Jessica Lawshe
9a6e6757fb
Merge pull request #5210 from overleaf/revert-5191-jel-release-algolia-gallery
...
Revert "Release Algolia search for gallery"
GitOrigin-RevId: 70953b6b406946a60444b3e21fbd17b0ac0b7155
2021-09-24 08:04:57 +00:00
Jessica Lawshe
e22e6a7c11
Merge pull request #5193 from overleaf/jel-official-badge-size
...
Override font-size and padding via .label for gallery badge
GitOrigin-RevId: e3d8feac678bee4ee085436a762817f30928881a
2021-09-24 08:04:51 +00:00
Jessica Lawshe
0d2fe6c666
Merge pull request #5191 from overleaf/jel-release-algolia-gallery
...
Release Algolia search for gallery
GitOrigin-RevId: 413a1114092421e5ea8d0b9fa48f76be64e81e36
2021-09-24 08:04:44 +00:00
Jessica Lawshe
690b123dd4
Merge pull request #5149 from overleaf/jel-gallery-official-badge
...
Add gallery official badge
GitOrigin-RevId: 6ac05bd9cabb211ff5bbb7a44b0c1940572b44e7
2021-09-23 08:03:35 +00:00
Jakob Ackermann
ba460a6755
Merge pull request #5133 from overleaf/as-bookmarkable-tab
...
De-Angularise bookmarkable-tabset
GitOrigin-RevId: fc80f0c42fded9b0856dc7c62de2c87e66b5d85c
2021-09-22 08:03:35 +00:00
Brian Gough
cc1b73336a
Merge pull request #4944 from overleaf/bg-use-file-line-errors
...
use file line errors in log output
GitOrigin-RevId: 6732b19552fe15431a70fbefbc572253c389c64e
2021-09-22 08:03:25 +00:00
Alf Eaton
d9d7382e80
Merge pull request #5139 from overleaf/ae-pdfjs-viewer-tabindex
...
Add tabindex to pdfjs-viewer element
GitOrigin-RevId: be7bcba5e3c462b712dcb4deabe3ff8cf3d0233b
2021-09-20 08:03:01 +00:00
Hugh O'Brien
ab736aecc6
Merge pull request #5044 from overleaf/hb-roll-out-react-file-view
...
Roll out react file view to all users
GitOrigin-RevId: 714246e8de39d1f686c3c07ff298d2c236cbdb8b
2021-09-15 08:03:47 +00:00
Jakob Ackermann
267b7fc17d
Merge pull request #4941 from overleaf/jpa-as-homepage-prototype
...
[web] de-ng homepage prototype
GitOrigin-RevId: 030a5bf0b4f05eac7d69fda928c906f3c9c962f0
2021-09-09 08:03:04 +00:00
June Kelly
b770feadc8
Merge pull request #4743 from overleaf/hb-recaptcha-branding
...
add recaptcha branding on login, registration, pw reset and share modal
GitOrigin-RevId: dcdf3e7987a25712601aed2426cce2467eaecea3
2021-08-20 08:03:05 +00:00
Miguel Serrano
cc2861a2a3
Show hint for Symbol Palette search ( #4373 )
...
GitOrigin-RevId: cfdba4f31117cc406cee06e9a97db567c65d5348
2021-08-04 02:05:41 +00:00
Jessica Lawshe
bb882c697c
Merge pull request #4288 from overleaf/jel-skip-to-content
...
Add "Skip to content" to improve accessibility
GitOrigin-RevId: 43368a65057656bdea10b6be3c598d68bd8e2d40
2021-07-28 02:06:54 +00:00
Jakob Ackermann
d257884dce
Merge pull request #4318 from overleaf/pr-fix-review-panel-preview
...
Force visible overflow in the editor container
GitOrigin-RevId: 7509f428fdce211b1443324eb92bc622af6159f1
2021-07-20 11:33:29 +00:00
Alasdair Smith
f691e22c19
Merge pull request #4233 from overleaf/hb-double-click-login
...
Ensure inflight is set before recaptcha is called
GitOrigin-RevId: fb2195c46089ddd4e0239a04d98c2650e05ad1c6
2021-07-20 11:33:07 +00:00
Paulo Jorge Reis
db8173011e
Revert "Revert "Handle PDF failure error case""
...
This reverts commit 946838e51feaff28025c4a4d733e0dd89a29e890.
GitOrigin-RevId: 63f130c8cfecfb512ec97bda62c6ea1cad2c8fed
2021-07-07 02:05:36 +00:00
Alf Eaton
2be1a44eda
Merge pull request #4257 from overleaf/ae-file-views-beta
...
Roll out new file view UI to beta users
GitOrigin-RevId: c8665c5043ad55dd530989fb3b9c51f21858fcac
2021-07-06 02:05:42 +00:00
Paulo Jorge Reis
4e384e0c3b
Revert "Handle PDF failure error case"
...
This reverts commit 902a97f6f454f09345ba4017b50623fd46e57110.
GitOrigin-RevId: 946838e51feaff28025c4a4d733e0dd89a29e890
2021-06-29 02:05:56 +00:00
Paulo Reis
07f44b99f4
Handle PDF failure error case
...
GitOrigin-RevId: 902a97f6f454f09345ba4017b50623fd46e57110
2021-06-25 02:06:16 +00:00
Shane Kilkelly
bce547b387
Merge pull request #4244 from overleaf/hb-fix-transparent-richtext-more
...
Put background colour on richtext toolbar "more"
GitOrigin-RevId: 5376bccdf701e0565553beb10405b2ff535d9468
2021-06-25 02:05:53 +00:00
Timothée Alby
1c24ecd33e
Merge pull request #4208 from overleaf/jel-admin-must-reconfirm
...
Relabel "Must Reconfirm" and add details
GitOrigin-RevId: 04b981b7d7a92d896faf59301a02e05267062941
2021-06-22 02:07:21 +00:00
Alasdair Smith
20b27116f8
Merge pull request #4218 from overleaf/ae-symbol-palette-beta
...
Enable symbol palette for beta users
GitOrigin-RevId: 36840499b5732cc9087e0cc6e9aef861b16009f5
2021-06-18 02:05:49 +00:00
Jessica Lawshe
f8ab7c32ea
Merge pull request #4202 from overleaf/jel-gallery-pagination
...
Add pagination to the gallery
GitOrigin-RevId: 7107133da5e5ccf316235a6688070203c8bfa566
2021-06-17 02:09:38 +00:00
Alf Eaton
3d4d3a8e07
Add margin around symbol palette beta badge ( #4152 )
...
GitOrigin-RevId: 8bca77bab60c7fd7fd787c4dea91de6e3189c696
2021-06-11 02:07:00 +00:00
Alf Eaton
764234e42b
Merge pull request #4158 from overleaf/ae-rename-file-view
...
Rename `binary-file` components to `file-view`
GitOrigin-RevId: b960d4e6f154ee1a5847782a1fcb1e4e61159603
2021-06-11 02:06:38 +00:00
Alf Eaton
f5a9b80052
Merge pull request #4087 from overleaf/hb-chat-error-boundary
...
Chat error boundary
GitOrigin-RevId: 19bc6ee243d9b30510f2164462760bad04516ec3
2021-06-08 02:05:49 +00:00
Alf Eaton
c8c310e5c0
Merge pull request #4139 from overleaf/ae-captcha-button
...
Change .grecaptcha-badge from display:none to visibility:hidden
GitOrigin-RevId: d39b6871dcc723724e113cafa61f51cdab7b59cf
2021-06-08 02:05:45 +00:00
Jakob Ackermann
6140b53493
Merge pull request #4081 from overleaf/msm-symbol-toggle-styling
...
Added 'active' styling to Symbol Palette toggle button
GitOrigin-RevId: a1a51e42a08cd3627d0bc4610e6895e111d951f9
2021-06-01 02:05:37 +00:00
Alf Eaton
24ac0dbf97
Merge pull request #4074 from overleaf/msm-fix-symbol-palette-toggle-dissapear
...
Added ':focus' selector to 'formatting-btn'
GitOrigin-RevId: 0e3c1176b4940d71cbd1027695961456cd721f6e
2021-05-26 02:05:26 +00:00
Alf Eaton
d5f7b1169f
Add info link to symbol palette ( #4086 )
...
GitOrigin-RevId: 4950dd1a7b15e965ffc4d2651017f491ce9ecf99
2021-05-26 02:05:23 +00:00
Alf Eaton
6dc7f662aa
Merge pull request #4080 from overleaf/ae-symbol-tabs-overflow
...
Allow symbol palette tabs to wrap when needed
GitOrigin-RevId: a878490e70d9ea139d8e788fb3d47d766ed49bcc
2021-05-26 02:05:14 +00:00
Timothée Alby
e0616096e2
Merge pull request #4066 from overleaf/ae-symbol-search-input
...
Use FormControl for symbol palette search input
GitOrigin-RevId: c6f0c7f53797cab417c6bc15f1b30f20761b9fac
2021-05-21 02:08:43 +00:00
Timothée Alby
88d00424cc
Merge pull request #4002 from overleaf/cmg-subscriptions-new-validation
...
Add missing validation messages on subscriptions new
GitOrigin-RevId: 451b75d4adb0d92911579f0ea728625c561b767f
2021-05-20 02:05:11 +00:00
Miguel Serrano
73c47fa0e0
Layout divider for Symbol Palette ( #4036 )
...
Co-authored-by: Alf Eaton <alf.eaton@overleaf.com>
GitOrigin-RevId: e22635978c16646060c80ceb8376a560bfbf6527
2021-05-18 02:08:12 +00:00
Alf Eaton
0360d01aeb
Add Symbol Palette component, data and stories ( #4027 )
...
GitOrigin-RevId: b00128bc087e2ebe9911fa19b7e62fd4bb492226
2021-05-14 02:09:50 +00:00
Hugh O'Brien
903c1110e0
Merge pull request #3998 from overleaf/jpa-learn-sanitize
...
[learn] sanitize the wiki content
GitOrigin-RevId: c114bbd94479e926c0621953fe9c03f6d380a19d
2021-05-08 02:10:06 +00:00
Chrystal Maria Griffiths
3dfcb95802
Merge pull request #3960 from overleaf/cmg-binary-file
...
[BinaryFile] Reopening of Binary file React migration
GitOrigin-RevId: 050e66e3321bd6579d44932b669fc0a31df06d18
2021-04-29 02:09:38 +00:00
Alexandre Bourdin
82d7d6681e
Merge pull request #3927 from overleaf/msm-react-navbar-rename-tooltip
...
React navbar rename tooltip
GitOrigin-RevId: a933aa8654e0c5b0e22cfc72f6262cc75da0ccf7
2021-04-28 02:10:15 +00:00
Chrystal Maria Griffiths
4e9d7c36ff
Merge pull request #3952 from overleaf/revert-cmg-binary-file
...
Revert "Merge pull request #3526 from overleaf/cmg-binary-file"
GitOrigin-RevId: 5f539f26992fefd01b07922b1f43a3a3bc753141
2021-04-24 02:10:12 +00:00
Eric Mc Sween
1186c3e9a4
Merge pull request #3526 from overleaf/cmg-binary-file
...
[BinaryFile] Binary file React migration
GitOrigin-RevId: e229ad8ec3781607b5ca28387927b84d4af95060
2021-04-24 02:10:07 +00:00
Jakob Ackermann
78326fb352
Merge pull request #3903 from overleaf/as-clean-up-error-pages
...
Clean up error pages
GitOrigin-RevId: 764375124ef5349c97416339119471a166d727b5
2021-04-16 02:05:30 +00:00
Alf Eaton
1ebc8a79cb
Merge pull request #3495 from overleaf/ae-prettier-2
...
Upgrade Prettier to v2
GitOrigin-RevId: 85aa3fa1acb6332c4f58c46165a43d1a51471f33
2021-04-15 02:05:22 +00:00
Alasdair Smith
930d7ba028
Merge pull request #3904 from overleaf/ae-chat-contrast
...
Fix contrast of chat instructions message
GitOrigin-RevId: 7e5bd375d8bdbf6505a71edc4b1648e2639cd444
2021-04-15 02:05:19 +00:00
Paulo Jorge Reis
98e631a9c7
New logs UI out of beta + fixes ( #3868 )
...
* Update new logs pane: remove beta icons, add specific surveys
* Remove unneeded reset of log entries
* Remove unneeded reset of the autocompile linting error flag
* Lower compile event sampling rate ahead of prod release
* Never send logs UI subvariant when user is getting the existing UI
GitOrigin-RevId: ab726761ba372c6806e56fc0cf841099cc30df50
2021-04-13 02:05:54 +00:00
Shane Kilkelly
b9b4ca224c
Merge pull request #3862 from overleaf/tm-remove-comms-introducing-archiving
...
Remove comms which introduced per-user archiving and trashing
GitOrigin-RevId: e8bd7bd741fe25f4530f447cf020b499256745dc
2021-04-02 02:04:49 +00:00
Miguel Serrano
f9962fefe8
React git-bridge modal ( #3869 )
...
GitOrigin-RevId: 5b2609ed9ad7909a10cb08342053e955447688f5
2021-04-01 02:06:05 +00:00
Miguel Serrano
445c850004
Revert "React Git Bridge Modal ( #3757 )" ( #3867 )
...
This reverts commit cf883b776a9ddc7975977534dc453ece4b3ec431.
GitOrigin-RevId: 462d7282d2c706ef5395c25a335239bfac4787a6
2021-04-01 02:05:27 +00:00
Miguel Serrano
835c60071d
React Git Bridge Modal ( #3757 )
...
* git-bridge-modal react component and stories
* added react git-bridge-modal to angular tree
GitOrigin-RevId: cf883b776a9ddc7975977534dc453ece4b3ec431
2021-04-01 02:05:24 +00:00
Simon Detheridge
12f3e8d6bb
Merge pull request #3847 from overleaf/ae-user-select-out-of-sync
...
Display the Out Of Sync modal file contents in a readonly textarea
GitOrigin-RevId: b91ff3ad32c3ed07987858e83571887ae356f4f3
2021-03-31 02:05:42 +00:00
Alexandre Bourdin
57cd6b4754
Merge pull request #3843 from overleaf/ab-comment-linebreak
...
Add CSS property to display line-breaks in review comments
GitOrigin-RevId: aa499556c0c50d042450e0421a55d51c9a097a29
2021-03-31 02:05:01 +00:00
Paulo Jorge Reis
15f49994bd
New compile UI autocompile ( #3762 )
...
* Animate recompile button when autocompile is waiting
* Add code-check failed notice to the new compile UI
GitOrigin-RevId: 83b62f41438e8e5b94bd893c222bec37745c0f57
2021-03-19 03:04:50 +00:00
Alf Eaton
ba4300d9e1
Merge pull request #3518 from overleaf/ae-react-create-file-modal
...
Migrate "Add Files" modal to React
GitOrigin-RevId: fc5235108ee65294e3176da9c327791c34aa5b3c
2021-03-19 03:04:46 +00:00
Alf Eaton
d9576189a3
Merge pull request #3636 from overleaf/ae-share-modal-split
...
Migrate Share modal to React
GitOrigin-RevId: 96a52df6ffd751cfcca2bbb68eb9e7a6dc31ff28
2021-03-13 03:05:10 +00:00
Alexandre Bourdin
cb19041b7f
Merge pull request #3736 from overleaf/ab-review-icon-light
...
Invert review icon color when selected
GitOrigin-RevId: e6e0d76c969d52e1632ea486042c353a0c77d0b4
2021-03-11 03:05:18 +00:00
Jessica Lawshe
37e3ff4310
Merge pull request #3630 from overleaf/jel-ui-reconfirm-portal
...
Show reconfirm notification on the portals
GitOrigin-RevId: 3899edce2699ce7206bc264f9b58bc790d80dd3d
2021-02-23 03:04:24 +00:00
Jessica Lawshe
ddb6163b65
Merge pull request #3623 from overleaf/jel-ui-reconfirm-settings
...
Add reconfirm UI to settings
GitOrigin-RevId: cf9c4648cab07784782e24d752154089dc32196a
2021-02-23 03:04:17 +00:00
Timothée Alby
a351265175
Merge pull request #3626 from overleaf/file-tree-release
...
[ReactFileTree] Release to Public \o/
GitOrigin-RevId: 8762168561b1c2533cbdb3f7bd47d6f99d9e9d61
2021-02-10 03:04:32 +00:00
Jessica Lawshe
ac99738495
Merge pull request #3609 from overleaf/jel-admin-user-affiliations
...
Add confirmation/reconfirmation to admin user affiliation tab
GitOrigin-RevId: d1e065c5e4d6d97814327742db2c4b131d4f0195
2021-02-03 03:05:16 +00:00
Eric Mc Sween
78b7c8de9b
Merge pull request #3558 from overleaf/pr-logs-ui-beta-icon
...
Logs UI beta icons
GitOrigin-RevId: 2d22dea3625ed24b87a1ae9e48cbbe77ad8a1827
2021-01-22 03:04:55 +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
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
Jakob Ackermann
9d47b05486
Merge pull request #3549 from overleaf/jpa-disable-downloads-before-clearing-cache
...
[frontend] PdfController: disable download buttons before clearing cache
GitOrigin-RevId: e685411c12c9962732a5ab88fcb7466b0f6df7ce
2021-01-13 03:04:11 +00:00
Timothée Alby
c78a2f1809
Merge pull request #3536 from overleaf/ta-file-tree-beta
...
[ReactFileTree] Release to Beta Users
GitOrigin-RevId: 34e4120c6e296e11b21c23e350b9b516c0ce5428
2021-01-08 03:05:28 +00:00
Timothée Alby
d7bc6045dd
Merge pull request #3499 from overleaf/hb-react-file-tree-extra-space-on-root
...
Add a gap at the bottom of the file tree for dropping to root
GitOrigin-RevId: b17c19ba1c4fb4cc345975902e2557d0cdd5a0bd
2021-01-08 03:05:13 +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
Hugh O'Brien
af3ea9e695
Merge pull request #3459 from overleaf/ta-dragged-overflow
...
[ReactFileTree] Fix Overflow of Dragged Preview
GitOrigin-RevId: be73883f49a84ab5455ecfaa0a3b7f32126cbd5e
2020-12-10 03:04:43 +00:00
Jakob Ackermann
08ab5f1dfd
Merge pull request #3422 from overleaf/ta-admin-checkbox-disabled
...
Don't Ignore Disabled Checkboxes in Admin Subscription Form
GitOrigin-RevId: fe35225e568636e01c2d76a2075bb62a4b0cf281
2020-12-04 03:05:34 +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
Jessica Lawshe
76cbf9949f
Merge pull request #3396 from overleaf/jel-match-grays
...
Improve editor color contrast and remove light theme blue-gray colors
GitOrigin-RevId: acc5659c41201fce47e9ff03531cb51bfbf590bc
2020-12-01 03:04:34 +00:00
Jakob Ackermann
d2dfc37421
Merge pull request #3387 from overleaf/cmg-jpa-source-code-pro
...
Update editor font options and load Source Code Pro
GitOrigin-RevId: 1b3ddcfcc682b484ded93598eb05621f792b2db2
2020-12-01 03:04:18 +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
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
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
Simon Detheridge
d405ff6a74
Merge pull request #3362 from overleaf/jel-update-green-type
...
Darken green type to improve color contrast
GitOrigin-RevId: f4a393da54230a9fc85bba1fbe2192c6412b2c3f
2020-11-08 03:04:28 +00:00
Simon Detheridge
9c0825704c
Merge pull request #3359 from overleaf/jel-disabled-dropdown-item
...
Fix disabled dropdown item color on hover
GitOrigin-RevId: d3300b74fd17b82092710a0c6a1a6e9b00b92199
2020-11-08 03:04:23 +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
Miguel Serrano
c504f2a64c
Merge pull request #3320 from overleaf/hb-spellcheck-visibility-on-current-line
...
Add z-index to spellcheck highlight to make it always visible in some themes
GitOrigin-RevId: 5e29ec5ddb6dd40d908e6c044f529edbcf0dd615
2020-10-28 03:04:48 +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
Paulo Jorge Reis
c0cb00e976
Update frontend/stylesheets/app/editor/pdf.less
...
Co-authored-by: Jessica Lawshe <jessica.lawshe@overleaf.com>
GitOrigin-RevId: 628b83a3b1fd03362853fe9cc2d4b5751c85cae4
2020-10-16 02:05:11 +00:00
Paulo Reis
876c292d22
Add compile status indicator to new React-based errors UI.
...
GitOrigin-RevId: 545953e156d589a56ffd038bb7a40bba97770d06
2020-10-16 02:04:45 +00:00
Hugh O'Brien
8eab5a5f6f
Merge pull request #3203 from overleaf/hb-new-personal-plan
...
New personal plan
GitOrigin-RevId: bd96e86bef35b618f492625c3a9ea41328390374
2020-10-14 02:05:07 +00:00
Alasdair Smith
f1b42a3d0d
Merge pull request #3192 from overleaf/msm-chat-react
...
Chat reactification
GitOrigin-RevId: ee1268b412513a8656703257febad4975adb74e7
2020-10-13 02:04:15 +00:00
Simon Detheridge
315987dc5a
Merge pull request #3175 from overleaf/pr-spike-new-logs-errors-ui
...
Spike new logs errors ui
GitOrigin-RevId: b4c598bc03d8aa8e5a438ac5633e18dadd82dc74
2020-09-29 02:05:19 +00:00
Alasdair Smith
49d5bb0591
Merge pull request #3223 from overleaf/ta-dropdown-stories
...
Dropdowns: A File Tree Storybook
GitOrigin-RevId: 0a5e911032accac1f5632de26b7ec69524ea04f9
2020-09-27 02:05:43 +00:00
Timothée Alby
1dfdb73a3d
Merge pull request #3135 from overleaf/pr-use-character-code-for-vertical-resizer
...
Use character codes for rendering resizer separators
GitOrigin-RevId: 5687327f0368f005c9ef8b8a14a4b524e47a60bf
2020-09-02 02:04:42 +00:00
Timothée Alby
750a20491d
Merge pull request #3131 from overleaf/pr-fix-context-menu-placement-folders
...
Fix ellipsis icon placement in folders
GitOrigin-RevId: 4004ed43c8dd138e8f774d660e712bc7076e8b62
2020-08-25 02:04:12 +00:00
Timothée Alby
f5f50188ef
Merge pull request #3109 from overleaf/ta-metrics-tooltips
...
Fix Metrics Tooltips
GitOrigin-RevId: 61bae63b78408132e38e070851a53812bbe6dc6b
2020-08-19 02:06:25 +00:00
Timothée Alby
7fc0f88996
Merge pull request #3111 from overleaf/pr-file-outline-out-of-beta
...
File outline out of beta
GitOrigin-RevId: 64fa6554813b1d0ceff2b567922651509badecc7
2020-08-19 02:06:20 +00:00
Jessica Lawshe
09146e8f0b
Merge pull request #3082 from overleaf/pr-limit-file-tree-depth
...
Limit file tree depth
GitOrigin-RevId: 48dd3cec0f7540e99f07aadfcf2c8b06d126410a
2020-08-13 15:46:16 +00:00
Jessica Lawshe
31546c7de8
Merge pull request #3084 from overleaf/jel-admin-user-audit-log
...
Add user audit log tab to user admin page
GitOrigin-RevId: 7d5439a87d41897847f535c0e8a89bedea36f2d7
2020-08-10 15:56:25 +00:00
Shane Kilkelly
3790dd5863
Merge pull request #3086 from overleaf/sk-double-fix-v2-template-style
...
Re-add max-width rule to gallery preview images
GitOrigin-RevId: 8335d3185075ed4049931c29c37cfa8bbb42ee53
2020-08-10 15:55:57 +00:00
Shane Kilkelly
6b5b933f8d
Merge pull request #3069 from overleaf/sk-fix-template-styles
...
V2-Templates: Change css, "templates" -> "gallery"
GitOrigin-RevId: 9b4231f30b26f2b233685fa6ed13e27c225a3cf9
2020-08-10 15:55:50 +00:00
Paulo Jorge Reis
414f7397fa
Merge pull request #3073 from overleaf/pr-highlight-styling-and-beta
...
New highlight styling + highlight in beta
GitOrigin-RevId: e5d308bd725b4a1cfc4f0e564af05663ac4188dc
2020-08-10 15:55:37 +00:00
Timothée Alby
558854f51b
Merge pull request #3030 from overleaf/ta-outline-highlight
...
Outline Highlight
GitOrigin-RevId: f51eec6f1714403d749e454b55be363819930b98
2020-08-10 15:54:08 +00:00
Paulo Jorge Reis
f3ad611090
Merge pull request #3041 from overleaf/pr-more-outline-polish
...
More outline polish
GitOrigin-RevId: 6bb69e7af0d62f2107fc9b57c621e0dcb46d0a8d
2020-07-24 02:06:24 +00:00
Jessica Lawshe
d492fab10c
Merge pull request #3006 from overleaf/jel-wiki-toc
...
Wiki table of contents style
GitOrigin-RevId: dc4584c1528d4aba8b35490c546986a5ee3bbe31
2020-07-22 02:06:21 +00:00
Paulo Jorge Reis
4773494b55
Merge pull request #3025 from overleaf/pr-fix-safari-truncated-context-menu
...
Fix Safari file tree bug
GitOrigin-RevId: e1853585aacce548cd72c94d0840f9c4fc3fa6bd
2020-07-18 02:05:57 +00:00
Paulo Jorge Reis
0e9771ac09
Merge pull request #3007 from overleaf/pr-file-outline-extras
...
File outline extras
GitOrigin-RevId: c35c4f35dce280c9f44c02b567df9734943d0cb0
2020-07-17 02:06:42 +00:00
Alasdair Smith
2556fded1e
Merge pull request #2998 from overleaf/as-beta-page-updates
...
Update beta program page to include feedback survey link
GitOrigin-RevId: 549cd2be01b8f64d952d0347c8c102d0d2efae24
2020-07-15 02:06:35 +00:00
Timothée Alby
1012dbc3c4
Merge pull request #2961 from overleaf/ta-spike-outline
...
Document Outline Spike
GitOrigin-RevId: adc315a3546147eb10c7a40ae70f9cab1cbf7b8d
2020-06-30 02:10:19 +00:00
Jessica Lawshe
176c0f3742
Merge pull request #2942 from overleaf/jel-css-is-overleaf
...
Start removing is-overleaf from CSS
GitOrigin-RevId: fa37bedd857fc492f8d2e1df1758e2e5f924f000
2020-06-26 02:10:02 +00:00
Jessica Lawshe
9dd56f9288
Merge pull request #2869 from overleaf/jel-cms-color-blocks-a11y
...
Allow text on CMS color blocks without a card
GitOrigin-RevId: d66a48daf6757a61216e8c5fcfd627e6ca839593
2020-06-03 10:30:57 +00:00
Eric Mc Sween
67874f1f53
Merge pull request #2852 from overleaf/cmg-highlight-references-keyboard
...
Fix highlights on reference search not working on key down
GitOrigin-RevId: ab123e40e99b66389a725476645a7abb881776ad
2020-05-21 03:22:12 +00:00
nate stemen
5fca56d4e6
Merge pull request #2807 from overleaf/ns-project-import-deletion-dashboard
...
Clean up references to v1 projects on project dashboard
GitOrigin-RevId: e574382fb1747da7a701808148434f4d689cbe33
2020-05-20 03:21:44 +00:00
Hugh O'Brien
87c83b96db
rotate chat arrow to top
...
GitOrigin-RevId: 755e7de8b9b2c11614faec79baac61618fd30006
2020-05-19 03:20:20 +00:00
Hugh O'Brien
b5814f0a3a
remove gravatars
...
GitOrigin-RevId: e90bddcc560160cdf7397acc311f7f31f9861f81
2020-05-19 03:20:09 +00:00
nate stemen
f298787565
Merge pull request #2809 from overleaf/cmg-references-styling
...
Remove old ShareLaTeX style on reference search hover
GitOrigin-RevId: e4eed24dacc90a5649e0d994094e11dde316a6ca
2020-05-12 03:26:07 +00:00
Miguel Serrano
25ac89d8b0
Merge pull request #2758 from overleaf/sk-as-spd-remove-sl-css
...
Remove SL only styling variables
GitOrigin-RevId: 6673da6a0d6a9c0bd8f55fc4acbaf42d3e5cb7dd
2020-05-07 03:28:07 +00:00
Miguel Serrano
a9d107fbc9
updated webpack, less v3 and related dependencies ( #2808 )
...
GitOrigin-RevId: 4253b795637508d643790bc5fe4ce08049b492d1
2020-05-07 03:27:41 +00:00
Hugh O'Brien
7a315bfa4d
Merge pull request #2759 from overleaf/hb-read-only-on-connection-lost
...
Read only mode on lost connection and local file contents on Out of Sync error
GitOrigin-RevId: e31a259be122ad162e98746cd06a7794a95e78fa
2020-05-02 03:19:31 +00:00
Paulo Reis
673669e41a
Add icon indicator for the Dropbox sync status.
...
GitOrigin-RevId: 8cdeed0305e5abfa78a51b2213fa4f106298b2dd
2020-04-28 03:21:38 +00:00
Miguel Serrano
e3d0ffeec8
Merge pull request #2738 from overleaf/ta-a11y-link-contrasts
...
A11y Contrast Fixes
GitOrigin-RevId: 1b76e04b81dd96d932525e75a6645b6d4801db8b
2020-04-23 03:29:16 +00:00
Eric Mc Sween
5c6ddfd53a
Merge pull request #2744 from overleaf/pr-add-visa-notice-tos
...
Add ToS link for new Visa free trial rules in the subscription form.
GitOrigin-RevId: 607f1057cee40b61b7910cb2afc1648dacfe49b6
2020-04-17 03:23:35 +00:00
Timothée Alby
1d7b454c96
Merge pull request #2691 from overleaf/ta-4xx-error-page
...
Enhance 4xx HTML Response Page
GitOrigin-RevId: 620f84cd6cdc0571bd68bbd2c3164b08f7fe5598
2020-04-02 03:19:35 +00:00
nate stemen
1af99ac8b2
Merge pull request #2701 from overleaf/ns-cmg-dropdown-menus-grow
...
Remove flex rule on left menu selects to stop unnecessary growth
GitOrigin-RevId: 72ceb7b3e3b2375328c94943b84e7f85f024e7cc
2020-03-31 03:18:49 +00:00
Jessica Lawshe
30763043d1
Merge pull request #2663 from overleaf/jel-sso-missing-email-error
...
Institution SSO error handling when missing session data
GitOrigin-RevId: c455ef97eb17b98ffbd03eb5f623ceb27678deed
2020-03-12 04:18:52 +00:00
Hugh O'Brien
d20518fdd4
Merge pull request #2624 from overleaf/hb-warning-nearing-file-limit
...
Show warning near or above file limit in upload modal
GitOrigin-RevId: 75e7c41e526ccde9516f7caf6ef1b9cbc59c2439
2020-03-04 04:21:48 +00:00
Eric Mc Sween
506bc44336
Merge pull request #2621 from overleaf/jpa-ns-empty-history
...
Add messaging to projects with empty history
GitOrigin-RevId: 3fab0b115d35ec3d7f7d1ffa5603b7c7d3423c94
2020-03-03 04:21:48 +00:00
Brian Gough
509c23def7
Merge pull request #2631 from overleaf/bg-maintenance-messages-in-editor
...
display maintenance messages in editor
GitOrigin-RevId: 7d4fda60c5e2bd12d2cead2a9bff326b75e9c4e7
2020-02-27 04:17:59 +00:00
Jessica Lawshe
222ba263ff
Merge pull request #2552 from overleaf/jel-update-pdfjs
...
Update PDF.js
GitOrigin-RevId: 231ab11eccc32e4eddc87fc8829dd28843e41a51
2020-02-12 04:21:05 +00:00
nate stemen
44f7053e87
Merge pull request #2564 from overleaf/revert-2497-pr-add-dropbox-survey-link
...
Revert "Add dropbox survey link."
GitOrigin-RevId: c2c67843ed9d311193ccc526142d97c1730034c0
2020-02-04 04:18:50 +00:00
Alasdair Smith
0d6cd8fca6
Merge pull request #2523 from overleaf/revert-2520-revert-2488-as-import-pr-708
...
Bring back reverted Vendor web fonts PR
GitOrigin-RevId: 7430df7cefca120def048f8bbe2799b30772c686
2020-01-29 12:07:22 +00:00
Simon Detheridge
2f1d6c0338
Merge pull request #2532 from overleaf/hb-fix-bonus-overflow
...
Set a min width for the perks on the bonus page
GitOrigin-RevId: c767787c14c38790e5250c1647f392ec7d8a8861
2020-01-22 04:23:13 +00:00
Simon Detheridge
0970ddbd6c
Merge pull request #2519 from overleaf/cmg-scroll-to-root
...
Make possible moving file to root directory from folder by scrolling
GitOrigin-RevId: c5b740c1ff121765edc1ea8e77e4db2401bf95b0
2020-01-22 04:23:04 +00:00
Simon Detheridge
3e8aeda5d3
Merge pull request #2497 from overleaf/pr-add-dropbox-survey-link
...
Add dropbox survey link.
GitOrigin-RevId: cfb23c88a38833ff56170c35fea1c78b1172edd3
2020-01-17 04:20:12 +00:00
Simon Detheridge
db27215760
Merge pull request #2521 from overleaf/ta-announcement-remove
...
Remove Announcements
GitOrigin-RevId: 3fed602e89992ad5f4260134b87ade1e6e088cf7
2020-01-17 04:19:59 +00:00
Alasdair Smith
9e36de9da0
Merge pull request #2520 from overleaf/revert-2488-as-import-pr-708
...
Revert "[Imported] Vendor web fonts, (#708 )"
GitOrigin-RevId: a9276168b880326fda51ba3d172d6cbfbdf74f6a
2020-01-15 04:20:50 +00:00
Alasdair Smith
a084d620ae
Merge pull request #2488 from overleaf/as-import-pr-708
...
[Imported] Vendor web fonts, (#708 )
GitOrigin-RevId: b286a0d4bac9d84f70bf9d4ff99220f67ce67425
2020-01-15 04:20:37 +00:00
Timothée Alby
5575281dec
Merge pull request #2416 from overleaf/ta-sk-multi-select-fix
...
Better UI feedback for multi-select, and "no file selected" case
GitOrigin-RevId: f415a19a0dc93a18a7f00e5854e2181c51f826b1
2019-12-17 04:22:47 +00:00
Timothée Alby
626df7c835
Merge pull request #2448 from overleaf/cmg-scrollbar-overlapping
...
Stop scrollbar overlapping with trash icon
GitOrigin-RevId: cfaa72deecd940a4b7b8e23c6b5096dc1c207c18
2019-12-17 04:22:31 +00:00
nate stemen
2d9b089e16
Merge pull request #2401 from overleaf/cmg-ns-pretty-less
...
Fix inconsistent use of tabs and spaces in less files
GitOrigin-RevId: c69667f0dc6bc70ea3623890e2b2b741e358d454
2019-12-06 04:19:26 +00:00
Tim Alby
3f83648e81
add spacing at the bottom of the editor menu
...
GitOrigin-RevId: 117d34415dca6ce63018181298b9c349eae20127
2019-12-03 14:21:04 +00:00
Eric Mc Sween
86352c58be
Merge pull request #2367 from overleaf/cmg-theme-search-color
...
Override find & replace results count text to black
GitOrigin-RevId: 754b37b266bde32abc705bd2ca61836d03dea828
2019-12-02 14:09:45 +00:00
Alasdair Smith
26190da566
Merge pull request #2349 from overleaf/as-webpack-css
...
Compile CSS using webpack
GitOrigin-RevId: 489834038667dde572ea5d9b4b9392b362259a09
2019-11-28 10:39:09 +00:00