* [web] update mongoose and mongodb versions
Updates mongoose version in web and
templates, also in web updates the mongodb
driver to match the version in mongoose
* lockfile changes on npm install
GitOrigin-RevId: 9cb58adba67282e198fe25662ec08509a5bdee10
`npm audit fix` will update `touch-cookie` to version `4.1.3` which seems to be a breaking update for our usage.
GitOrigin-RevId: 2a583b3673573984b425a98ee94c95ff4db27124
upgrade `less-loader on tool/storybook & services/web directory
Upgrade less-loader on tools/storybook to the latest version to fix npm dependency resolution problem.
The less-loader from storybook seems to be conflicting with the less-loader from web services. Web services recently have their webpack loaders updated, which probably causing this error: #13148
To make sure web also have the same version, the less-loader in web is also upgraded.
GitOrigin-RevId: a6449f5d4fcf0516e6f5c1bdb483a0bf433fe347
* first test of notification
* add notification in all methods
* Format variants, store modification author
* Move webhook URLs to saas settings
* Add split test admin URL in notification payload
* Display modifications author in split test admin
* Extract modals from split test edit page
* Confirmation modal for reverting a test, add/show comments, show version badge
* Update integration tests and populate authors on save
* Show version history button even with 1 version
* Fix linting
* Set slack webhook URLs for staging and prod
* Update conditions to display split test admin modals
* Extract the split test creation modal into a separate component
* Extract split test slack notification management into a separate module
---------
Co-authored-by: Lucie Germain <lucie.germain@overleaf.com>
GitOrigin-RevId: 8b69b4b2318b87312fbdd4c02e13c1a6f920a8e9
* Use fork of @codemirror/autocomplete
* Handle multiple selection ranges when applying snippets
GitOrigin-RevId: 04afc087ac127206463ea3d4950284a50308364a
* Use forked @codemirror/search
* Use getPanel to get the search panel
* Remove layer-based highlightSelectionMatches
* Add "within selection" option to the search form
* Add test for "replace all within selection"
* Fix tests
GitOrigin-RevId: 95ce76fd017f96278b04c16a1fd34f785f7504a3
* [cm6] Change Emacs commands to visual-line-mode
* [cm6] Change line deletion commands to visual line mode
GitOrigin-RevId: 7a4f3d66bec611de410b6c1fbafbfe33b974e37b
* Update Copybara options in preparation for open-sourcing the source editor
* Move files
* Update paths
* Remove source-editor module and checks for its existence
* Explicitly mention CM6 license in files that contain code adapted from CM6
GitOrigin-RevId: 89b7cc2b409db01ad103198ccbd1b126ab56349b
* 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