Tom Moor
515f5e8e73
fix: Right sidebar header should be draggable on desktop
2023-04-13 22:14:18 -04:00
Tom Moor
facf7cb19a
fix: Flash of full suggestions in editor popover when closing
2023-04-13 09:54:41 -04:00
Tom Moor
7cd3bf8859
Add note on comment when edited
2023-04-13 09:52:39 -04:00
Tom Moor
2d354f95fa
Add note on comment when edited
2023-04-13 09:17:26 -04:00
Tom Moor
094c4486ce
fix: 'Observing' banner creates non-draggable titlebar area on desktop app
2023-04-13 09:09:56 -04:00
Tom Moor
7c44e116fc
fix: Various fixes for commenting on mobile ( #5195
...
* fix: Comment sidebar chopped on mobile
fix: Zoom on comment input focus on mobile
* fix: Always show reply option on mobile
* fix: Auto-expand comment sidebar if linked to a specific comment
2023-04-12 19:00:00 -07:00
Apoorv Mishra
511e790cb1
Toggle visibility of comment UI based on policy ( #5143 )
2023-04-12 18:11:58 -07:00
Tom Moor
0eef79e6e6
Enable commenting by default
2023-04-11 22:42:56 -04:00
Tom Moor
d6b51f3053
fix: Tweak mention style in comments to be more visible
2023-04-11 22:41:05 -04:00
Tom Moor
49d903d6d4
chore: Remove console.log left in code and added eslint rule to prevent it happening again
2023-04-11 22:15:52 -04:00
Tom Moor
a9800165c1
fix: Some authentication notices not displayed, injection of arbitrary strings
2023-04-11 21:54:53 -04:00
Tom Moor
60dbad765a
chore: Cleanup editor menu handlers ( #5174
...
* wip
* wip
* refactor
2023-04-10 15:50:21 -07:00
Tom Moor
75aea90972
chore: Editor 'plugin' -> 'extension'
...
They've always been called extensions, not sure why the folder was plugins. Part of ongoing spring cleaning
2023-04-09 17:27:09 -04:00
Tom Moor
2f9a56aa6f
Centralize default user and team preferences. ( #5172
...
Passing the fallback at each callpoint was dumb
2023-04-09 14:23:58 -07:00
Tom Moor
8324b03938
fix: Expand sidebar items on shared document on activation
2023-04-08 14:21:25 -04:00
Tom Moor
64ed25c1a2
Shrink font-size in sidebar and command menu 1pt
2023-04-08 14:17:04 -04:00
Tom Moor
3115bbd5ef
chore: Name API keys consistently as the model
2023-04-08 14:16:49 -04:00
Tom Moor
aab3a49f2c
chore: Bump outline-icons ( #5170
...
* Bump outline-icons to default use currentColor
* wip
2023-04-08 08:16:05 -07:00
Tom Moor
c82b05a044
fix: React devmode warnings ( #5169
...
* fix: React warning: Cannot change state from within render
* Remove usage of react-side-effect
2023-04-08 07:17:31 -07:00
Tom Moor
dcb15bae13
Revert "Upgrade MermaidJS ( #5043 " ( #5167
...
This reverts commit c97110e72b .
2023-04-08 06:40:00 -07:00
Tom Moor
9c9ceef8ee
Notifications refactor ( #5151
...
* Ongoing
* refactor
* test
* Add cleanup task
* refactor
2023-04-08 06:22:49 -07:00
Tom Moor
c97110e72b
Upgrade MermaidJS ( #5043
...
* Upgrade MermaidJS
* fix: Flashing of diagrams while editing another
* Upgrade vite
* type imports
2023-04-08 06:20:42 -07:00
Tom Moor
db73879918
Assorted cleanup, minor bug fixes, styling fixes, eslint rules ( #5165
...
* fix: Logic error in toast
fix: Remove useless component
* fix: Logout not clearing all stores
* Add icons to notification settings
* Add eslint rule to enforce spaced comment
* Add eslint rule for arrow-body-style
* Add eslint rule to enforce self-closing components
* Add menu to api key settings
Fix: Deleting webhook subscription does not remove from UI
Split webhook subscriptions into active and inactive
Styling updates
2023-04-08 05:25:20 -07:00
Tom Moor
422bdc32d9
Add 's' method to access theme props ( #5163 )
2023-04-07 19:43:34 -07:00
Tom Moor
c202198d61
fix: Wide selection of comment toolbar fixes ( #5160
...
* fix: Margin on floating toolbar
fix: Flash of toolbar on wide screens
* fix: Nesting of comment marks
* fix: Post button not visible when there is a draft comment, makes it look like the comment is saved
fix: Styling of link editor results now matches other menus
fix: Allow small link editor in comments sidebar
* fix: Cannot use arrow keys to navigate suggested links
Added animation to link suggestions
Added mixin for text ellipsis
* fix: Link input appears non-rounded when no creation option
* Accidental removal
2023-04-07 15:52:57 -07:00
Tom Moor
195df69e59
fix: Another mention positioning patch
2023-04-05 22:42:51 -04:00
Tom Moor
1f3d7506d7
Add additional error boundaries, improve display and reload behavior
2023-04-05 21:57:58 -04:00
Tom Moor
a585a7d66b
fix: Arrow navigation of mentions menu inside a table causes caret to move
2023-04-05 21:07:40 -04:00
Tom Moor
6c16ffb99a
fix: Initial positioning of mention menu in comments
2023-04-05 20:06:24 -04:00
Tom Moor
99e4b458df
fix: Improve ranking of results in editor menus when filtering using command-score
2023-04-05 18:37:50 -04:00
Tom Moor
9573026fdd
fix: Move comments empty state text to fixed position
2023-04-05 09:39:30 -04:00
Tom Moor
3ca86bcc0c
fix: Draft comment on text gets into a strange state when unfocused
2023-04-04 23:06:07 -04:00
Tom Moor
4a99f9f386
fix: Mentions do not show any options in public collections ( #5150 )
...
* Mentions do not show any options in public collections
* Avoid reset data while loading
2023-04-03 18:05:22 -07:00
Tom Moor
40103c9d8f
Wait to scroll comments until sidebar animation is complete
...
Cleanup some unused code
2023-04-02 11:41:41 -04:00
Tom Moor
381d640719
Auto-reload app every 24h when inactive
2023-03-29 22:01:45 -04:00
Tom Moor
f8a6a4b840
fix: Comment button does not appear immediately on focus of document comment input
...
closes #5118
2023-03-29 20:47:21 -04:00
Tom Moor
7ba6a9379b
Removal of non-collaborative editing code paths ( #4210 )
2023-03-28 19:13:42 -07:00
Apoorv Mishra
1b1cd1c8d4
API to fetch users who have read/write permission on a document collection ( #5047 )
2023-03-28 17:54:32 -07:00
Tom Moor
b5e7b7e3ef
fix: path not available in browser
2023-03-27 19:40:34 -04:00
Tom Moor
e2e0b01143
fix: Entire header should not become transparent on desktop blur
...
closes #4700
2023-03-23 23:50:47 -04:00
Tom Moor
e86f17a6f0
fix: Update shortcut documentation for LaTeX
2023-03-22 21:35:34 -04:00
Tom Moor
aec8f14836
fix: Link search in editor
2023-03-21 08:51:30 -04:00
Tom Moor
45831e9469
Remove NotificationSettings table ( #5036
...
* helper
* Add script to move notification settings
* wip, removal of NotificationSettings
* event name
* iteration
* test
* test
* Remove last of NotificationSettings model
* refactor
* More fixes
* snapshots
* Change emails to class instances for type safety
* test
* docs
* Update migration for self-hosted
* tsc
2023-03-18 06:32:41 -07:00
Aditya Sharma
b68eba4b63
[GH-4699]: Improve share dialog for nested docs ( #4719 )
...
Co-authored-by: Tom Moor <tom@getoutline.com >
2023-03-17 14:26:55 -07:00
Tom Moor
4182cbd5d0
chore: Refactoring some editor controls ( #5023 )
...
* Refactor EmojiMenu
* Refactor CommandMenu to functional component
* Remove more direct props, refactor to useEditor
* Remove hardcoded IDs
* Refactor SelectionToolbar to functional component
* fix: Positioning of suggestion menu on long paragraphs
2023-03-13 18:05:06 -07:00
Tom Moor
e786888dfb
fix: Remove image float and positioning options in comments ( #5014 )
...
* cleanup
* Split Image into SimpleImage
* ts
2023-03-09 19:17:16 -08:00
Tom Moor
8fc4cb846a
tsc
2023-03-09 21:26:08 -05:00
Tom Moor
a3d93c12e0
Add support for opening document sidebar (comments,history,insights) on mobile
2023-03-09 18:58:50 -05:00
Tom Moor
96c90dbb29
fix: Correct cursor on document metadata under title
2023-03-08 22:10:26 -05:00
Tom Moor
6ad76903b9
fix: Styling of metadata under revision title
2023-03-08 20:01:28 -05:00