Tom Moor
|
bc74f92999
|
fix: User mention hover previews not working
|
2024-04-13 22:18:17 -04:00 |
|
Tom Moor
|
1f50ce7d36
|
Highlight mentions of self in documents and comments
|
2024-04-13 22:15:01 -04:00 |
|
Apoorv Mishra
|
90ed6a5366
|
Fixes hover preview going out of window bounds (#6776)
* fix: hover preview out of bounds
* fix: pop
* fix: check for both element and data
* fix: show loading indicator
* fix: width
|
2024-04-13 06:01:40 -07:00 |
|
Tom Moor
|
65bbf0c455
|
fix: Mark editor content as unknown language to aid translation/screen readers
|
2024-04-12 07:53:45 -04:00 |
|
Hemachandar
|
5974e5635a
|
add H3 to editor formatting toolbar (#6791)
|
2024-04-11 17:53:05 -07:00 |
|
Tom Moor
|
1a386c9900
|
feat: Add table sorting controls (#6678)
* wip
* refactor
* fix: Missing shadow styling
|
2024-03-14 19:21:56 -07:00 |
|
Tom Moor
|
fe4c2fb7d6
|
chore: Add eslint rule for no-shadow (#6658)
* chore: Add eslint rule for no-shadow
* fix
|
2024-03-09 13:04:27 -08:00 |
|
Tom Moor
|
193bde0bd5
|
fix: matchesNode error in destroyed editor transaction
|
2024-03-08 20:45:21 -05:00 |
|
Kelvin Tan
|
353af25d5c
|
Propagate Enter key events in SuggestionsMenu so that handleLinkInputKeydown() can handle it. (#6556)
|
2024-02-19 17:28:58 -08:00 |
|
Tom Moor
|
8fc5213f93
|
fix: Allow undo/redo handler when outside of editor focus.
closes #6533
|
2024-02-16 13:48:37 -05:00 |
|
Tom Moor
|
68d4041b1c
|
feat: Cmd-A inside code block should select block contents, closes #6498
|
2024-02-06 20:44:57 -05:00 |
|
Tom Moor
|
fbc628e331
|
feat: Add copy button to code selection, closes #6499
|
2024-02-05 23:45:22 -05:00 |
|
Tom Moor
|
930210e46d
|
fix: Allow querying by email address in share popover
|
2024-02-04 18:27:06 -05:00 |
|
Tom Moor
|
c3b515f0e1
|
chore: Rename tooltip.tooltip prop to tooltip.content
|
2024-02-03 16:22:51 -05:00 |
|
Savely Krasovsky
|
a3ccb33099
|
feat: replace (--) with emdash (#6479)
|
2024-02-02 17:23:17 -08:00 |
|
Tom Moor
|
2995d8ca29
|
Add native keyboard shortcuts for Find+Replace, closes #6468
|
2024-02-01 07:49:46 -05:00 |
|
Tom Moor
|
4ddb5c3eed
|
feat: Add option to replace existing file attachment in editor
|
2024-01-21 11:52:20 -05:00 |
|
Tom Moor
|
6e1347c2a7
|
Add 'Find and replace' option to menu on mobile (#6368)
|
2024-01-10 05:07:05 -08:00 |
|
Tom Moor
|
a032f2e7e5
|
fix: Revert removal of protocol on pasted links (turns out folks didn't like this change)
|
2024-01-09 22:04:11 -05:00 |
|
Tom Moor
|
f08c426715
|
fix: Heading hash on link dropped when pasting
|
2024-01-08 20:23:37 -05:00 |
|
Tom Moor
|
92cbceb6c7
|
Insert document title when pasting internal doc url (#6352)
* refactor
* DRY
|
2024-01-06 13:44:11 -08:00 |
|
Tom Moor
|
89d905ebb7
|
fix: Size of inserted retina images (#6350)
* Fix pasted size of retina images
* lint
* lint
|
2024-01-05 19:17:39 -08:00 |
|
Tom Moor
|
bd7d5c338d
|
feat: Add option to 'Create new child doc' from link editor
|
2023-12-27 22:40:21 -05:00 |
|
Tom Moor
|
feaadc8276
|
fix: Unable to use CMD+K link toolbar without selection
|
2023-12-14 00:07:52 -05:00 |
|
Tom Moor
|
792b8062dc
|
fix: 'Replace all' button overflows container on Firefox
|
2023-12-13 19:42:56 -05:00 |
|
Tom Moor
|
7dbdfcc823
|
fix: Allow parenthesis before mention.
closes #6280
|
2023-12-13 19:29:48 -05:00 |
|
Tom Moor
|
53ff144f00
|
fix: Positioning of editing toolbar on mobile devices (#6279)
|
2023-12-13 16:22:06 -08:00 |
|
dependabot[bot]
|
f9fb57abf4
|
chore(deps-dev): bump eslint-plugin-react from 7.21.5 to 7.33.2 (#6226)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Tom Moor <tom.moor@gmail.com>
|
2023-12-11 16:55:37 -08:00 |
|
Tom Moor
|
5dfa6a6011
|
Convert Search page to functional component (#6268)
|
2023-12-09 18:54:39 -08:00 |
|
Tom Moor
|
8d65b13b3d
|
fix: FindAndReplace does not update to reflect changing between readOnly/editable
|
2023-12-05 21:38:54 -05:00 |
|
Tom Moor
|
5c03908529
|
fix: Filtering on selection toolbar
|
2023-11-17 13:24:39 -05:00 |
|
Tom Moor
|
6177d6f3cb
|
fix: Comment should not appear in selection toolbar with view-only permissions. closes #6011
|
2023-11-16 20:36:34 -05:00 |
|
Tom Moor
|
446fffd367
|
fix: Mention attributed incorrectly
|
2023-11-06 08:19:23 -05:00 |
|
Tom Moor
|
df6d8c12cc
|
Refactor Editor components to be injected by associated extension (#6093)
|
2023-10-31 18:55:55 -07:00 |
|
Tom Moor
|
d593976b4d
|
Add a button to upload images into comments (#6092)
|
2023-10-29 17:42:49 -07:00 |
|
Tom Moor
|
6b13a32234
|
fix: Refactor hover previews to reduce false positives (#6091)
|
2023-10-29 15:31:12 -07:00 |
|
Tom Moor
|
e6196ae79e
|
fix: Find and replace dialog should be fixed when scrolling
|
2023-10-28 19:51:13 -04:00 |
|
Tom Moor
|
964d2b6bb3
|
Allow use of useCurrentUser/useCurrentTeam hooks in unauthenticated components
|
2023-10-28 11:38:35 -04:00 |
|
Tom Moor
|
08d89fb57a
|
fix: Enforce emoji flags on macOS
|
2023-10-26 23:58:02 -04:00 |
|
Tom Moor
|
afb5ccbf74
|
fix: Improve quality of search results from : emoji search
closes #6073
|
2023-10-25 22:13:03 -04:00 |
|
Tom Moor
|
ef76405bd6
|
Move toasts to sonner (#6053)
|
2023-10-22 14:30:24 -07:00 |
|
Tom Moor
|
ea97963feb
|
fix: RangeError: Position -1 out of range
|
2023-10-17 18:20:57 -04:00 |
|
Tom Moor
|
6a74fdf6cf
|
fix: Allow browser translation of documents in read-only, closes #5998
|
2023-10-12 23:33:57 -04:00 |
|
Tom Moor
|
a579ecd512
|
fix: Commenting on code blocks does not work in read-only view
|
2023-10-10 19:35:45 -04:00 |
|
Tom Moor
|
8354a5bc37
|
fix: Use of view after destroyed, closes #5982
|
2023-10-10 19:00:12 -04:00 |
|
Tom Moor
|
63263eee82
|
Tweak floating toolbar style
|
2023-10-06 12:31:03 -04:00 |
|
Tom Moor
|
9924fa6621
|
feat: Allow commenting in code (#5953)
* Allow commenting in code marks
* Allow commenting in code blocks
* Floating comment toolbar in code block
|
2023-10-06 06:56:59 -07:00 |
|
Tom Moor
|
eb71a8f933
|
fix: Various compounding memory leaks in editor (#5950)
|
2023-10-05 17:01:27 -07:00 |
|
Tom Moor
|
2868ab2d00
|
fix: Floating toolbar overflow
|
2023-09-29 22:32:43 -04:00 |
|
Tom Moor
|
aa79bc85f1
|
fix: Mobile toolbar appears on Windows touchscreen
fix: Improve mobile toolbar
|
2023-09-29 00:18:22 -04:00 |
|