overleaf/services/web/frontend/js/features/source-editor/components
David a323f3af75 Implement a floating "Add comment" button for the redesigned review panel (#19891)
* Implement floating Add comment button

* Fix comment typo

* Remove unused imports

* Make tooltip always appear above cursor

Co-authored-by: Domagoj Kriskovic <dom.kriskovic@overleaf.com>

* Refactor how new comment form is positioned

* Add missing file

* Create new map when rendering positions

* Use codemirror state to manage ranges and allow for mutliple in-progress comments

* Memoise sorting

* Create new ranges map each time it is changed

* Add back mutation observer

* Only allow single tooltip

* Fix typo

* Convert state field to store a single tooltip

* Make add comment tooltip content a react component

* Refactor to remove usages of !important

* Use RangeSet to keep track of new comment ranges

* Fix logic broken in rebase

* Map ranges through document changes

* Add decorations for in-progress comments

* Use set-review-panel-open rather than an editor event to open review panel

* Implement new designs for add comment form

* Add padding to textarea

* Fix bug where comment was being submitted for incorrect range

* Add missing key to ReviewPanelAddComment

* Store new comment ranges as a DecorationSet

* Small refactor to how ReviewPanelAddCommens are rendered

* Make op prop to ReviewPanelEntry required

* Add handling for disabling of add comemnt form buttons

* Move viewer check inside AddCommentTooltip

* Ensure that add comment button doesn't reshow when collaborators edit the document

* Remove unneeded op check in ReviewPanelEntry

* Update services/web/frontend/js/features/review-panel-new/components/review-panel-add-comment.tsx

Co-authored-by: Domagoj Kriskovic <dom.kriskovic@overleaf.com>

---------

Co-authored-by: Domagoj Kriskovic <dom.kriskovic@overleaf.com>
GitOrigin-RevId: 3110845f6a557310f3bf72014689e2f2ab53e966
2024-09-17 08:04:58 +00:00
..
command-tooltip Fix "Edit file" link in visual editor tooltip (#19532) 2024-07-24 08:05:29 +00:00
figure-modal Merge pull request #18898 from overleaf/jpa-no-window 2024-06-19 08:04:21 +00:00
paste-html [visual] Add events for tracking usage of the pasted content menu (#19589) 2024-07-30 08:05:22 +00:00
review-panel Add review panel context providers and components (#19490) 2024-08-13 08:04:20 +00:00
table-generator Upgrade Prettier to v3.3 (#19756) 2024-08-02 08:06:02 +00:00
toolbar Add text formatting commands to the LaTeX grammar (#19607) 2024-08-02 08:06:11 +00:00
codemirror-command-tooltip.tsx [visual] Show tooltip with target for linkable nodes (#13636) 2023-08-14 08:05:09 +00:00
codemirror-editor.tsx Implement a floating "Add comment" button for the redesigned review panel (#19891) 2024-09-17 08:04:58 +00:00
codemirror-outline.tsx [ide-react] Improve file tree and outline components in the editor sidebar (#16225) 2023-12-18 09:03:53 +00:00
codemirror-search-form.tsx Merge pull request #18918 from overleaf/dp-swap-search-arrows 2024-06-19 08:04:26 +00:00
codemirror-search.tsx [cm6] Add "within selection" option to the search form (#12798) 2023-05-01 08:05:02 +00:00
codemirror-toolbar.tsx Reapply "Avoid vertical border between editor switch and empty space (#18029)" (#18072) 2024-04-24 08:04:22 +00:00
codemirror-view.tsx Expose ScopeValueStore via window.overleaf.unstable.store (#16404) 2024-01-09 09:03:46 +00:00
editor-switch-beginner-tooltip.tsx Default LaTeX beginners to the Visual Editor (#18917) 2024-08-02 08:05:10 +00:00
editor-switch.tsx Default LaTeX beginners to the Visual Editor (#18917) 2024-08-02 08:05:10 +00:00
source-editor.tsx Merge pull request #18927 from overleaf/dp-remove-grammarly-promo 2024-06-19 08:04:46 +00:00
switch-to-pdf-button.jsx Merge pull request #15040 from overleaf/jpa-js-to-jsx 2023-09-29 08:04:29 +00:00