Tom Moor
631d600920
feat: File attachments ( #3031 )
...
* stash
* refactor, working in non-collab + collab editor
* attachment styling
* Avoid crypto require in browser
* AttachmentIcon, handling unknown types
* Do not allow attachment creation for file sizes over limit
* Allow image as file attachment
* Upload placeholder styling
* lint
* Refactor: Do not use placeholder for file attachmentuploads
* Add loading spinner
* fix: Extra paragraphs around attachments on insert
* Bump editor
* fix build error
* Remove attachment placeholder when upload fails
* Remove unused styles
* fix: Attachments on shared pages
* Merge fixes
2022-03-06 13:58:58 -08:00
Tom Moor
03fdb846cd
fix: Hide TOC toggle on publicly shared links if there are no headings in the document ( #3172 )
...
closes #3006
2022-03-03 21:46:53 -08:00
Tom Moor
4468d29740
perf: Navigation of shared trees feels slow ( #3171 )
...
* perf: Navigation of shared trees feels slow
* remove redundant call to setActiveDocument
Co-authored-by: Nan Yu <thenanyu@gmail.com >
2022-03-01 21:51:51 -08:00
Saumya Pandey
3115152dfd
fix: editing collections should not forward to collection on save ( #3187 )
2022-03-01 12:22:29 +05:30
Tom Moor
31c84d5479
fix: Reuse InputSearch style for move dialog ( #3173 )
...
closes #3121
2022-02-26 11:48:14 -08:00
Saumya Pandey
ad2bce9c10
fix: sync the correct collection with edit action ( #3166 )
...
* fix: sync the correct collection with edit action
* fix: remove action suggestions on undefined
* Update app/hooks/useCommandBarActions.ts
Co-authored-by: Tom Moor <tom.moor@gmail.com >
2022-02-25 20:39:03 -08:00
Tom Moor
ccacb65d9e
fix: Inset icon in collection headers, minor ContentEditable refactor ( #3168 )
2022-02-25 20:38:46 -08:00
Tom Moor
99d233c703
fix: Remove metadata on nested docs, use EmojiIcon component
2022-02-23 21:36:01 -08:00
Tom Moor
a3b8e7a65e
chore: Quick refactor to usePolicy hook ( #3161 )
2022-02-23 21:33:18 -08:00
Tom Moor
06ed6cfe9c
fix: Buttons show on collection empty state when user does not have permission to edit
2022-02-22 23:57:46 -08:00
Tom Moor
63265b49ea
feat: Trigger cmd+k from sidebar ( #3149 )
...
* feat: Trigger cmd+k from sidebar
* Add hint when opening command bar from sidebar
2022-02-22 20:13:56 -08:00
Saumya Pandey
5db73726f7
fix: create a generic notice component ( #3144 )
...
* fix: use unstable_fixed option
* fix: add icons in notice
* fix: create generic Notice component
* Refactor: Pull document notices into component
Co-authored-by: Tom Moor <tom.moor@gmail.com >
2022-02-19 11:05:56 -08:00
Saumya Pandey
e779f43d79
fix: use unstable_fixed option
2022-02-18 16:58:21 -08:00
Tom Moor
d8a15b8389
fix: Height of user status filter on Members page
2022-02-18 08:59:53 -08:00
Tom Moor
b9c7694b21
Updated placeholders, minor editor tweaks
2022-02-18 08:42:24 -08:00
Tom Moor
2ca68c2c80
fix: Cancel editing shortcut on Windows
...
fix: Improve display of symbols in keyboard shortcuts dialog
closes #2733
2022-02-17 23:10:11 -08:00
Tom Moor
3d5bf56d09
fix: It is possible to have a recent search item with no content, closes #3112
2022-02-17 22:45:30 -08:00
Tom Moor
9588ffc81e
fix: Timestamp under doc title should toggle history sidebar, closes #3120
2022-02-17 22:36:46 -08:00
Tom Moor
d5763233ca
HelpText -> Text
2022-02-17 20:59:40 -08:00
Tom Moor
d7ee801fe4
feat: Show icon on external links ( #3100 )
...
* feat: External links get treatment
* cache decorations
2022-02-16 18:05:02 -08:00
Tom Moor
289f01970f
fix: 'Alt' should be displayed as '⌥' on Mac
2022-02-12 09:16:17 -08:00
Tom Moor
25fd8466e0
perf: Move to passive scroll listeners where supported
2022-02-10 19:29:25 -08:00
Saumya Pandey
42061edbd1
feat: add the ability to choose default collection ( #3029 )
...
Co-authored-by: Tom Moor <tom@getoutline.com >
Co-authored-by: Tom Moor <tom.moor@gmail.com >
2022-02-10 10:06:10 +05:30
Tom Moor
4e0f3e79c5
fix: Expired export state missing icon
2022-02-08 22:40:17 -08:00
Tom Moor
9d77baccfd
fix: Pinned documents animate out when navigating between collections
2022-02-08 22:21:16 -08:00
Tom Moor
bc2556d004
fix: Document title allows pasting rich text, closes #3079
2022-02-08 22:07:53 -08:00
Tom Moor
d643c9453e
feat: Import improvements ( #3064 )
...
* feat: Split and simplify import/export pages in prep for more options
* minor fixes
* File operations for imports
* test
* icons
2022-02-06 22:29:24 -08:00
Tom Moor
c5a11fe17b
chore: Enable eslint to enforce curly ( #3060 )
2022-02-05 10:15:40 -08:00
Tom Moor
c10236f7a9
fix: ESC on shared docs goes to login page, closes #3044
2022-02-01 21:33:17 -08:00
Nan Yu
735aaa668a
fix: add toc to mobile views and account for branding on shared view layouts ( #2997 )
...
* fix: add toc to mobile views and center the branding
* add padding to bottom of sidebar
* put the mobile branding inline
* finesse the padding
* make spelling of sign-in email less crazy looking
* move mobile sidebar button into header
* adds scene to search and 404 pages
* fix title alignment
* make filter buttons tight
* clean up unused imports
* lint
Co-authored-by: Tom Moor <tom.moor@gmail.com >
2022-02-01 20:58:24 -08:00
Tom Moor
fac86a2a28
fix: Don't show share button on trashed docs
...
closes #2999
2022-01-28 21:59:29 -08:00
Tom Moor
76d83b5e82
Remove duplicative Toggle component ( #3028 )
...
fix: Tidy some styling and spacing issues in settings
2022-01-28 20:23:02 -08:00
Tom Moor
1cd770e38d
fix: Disabling editor embeds should work with collaborative editing ( #2968 )
...
* fix: Disabling editor embeds should work with collaborative editing
* Design tweaks, fixed dragging
2022-01-28 18:27:27 -08:00
Tom Moor
bcd6e17781
fix: Cannot view history with view-only permissions and collab editing enabled ( #3024 )
...
closes #3016
2022-01-27 17:14:36 -08:00
Tom Moor
6d987975bc
lint
2022-01-27 07:55:02 -08:00
Tom Moor
16277d1074
fix: Document search results in editor now show full path
...
closes #3007
2022-01-27 07:29:59 -08:00
Tom Moor
76e98c31e3
fix: Team logo shows as white in settings ( #3015 )
...
* fix: Team logo shows as white in settings
fix: Team logo doesnt update in sidebar immediately after updating
refactor to ImageUpload component
* text
2022-01-26 22:47:26 -08:00
Saumya Pandey
9d82bf2a69
fix: remove scrollbar on x-axis in toc ( #3008 )
...
* fix: remove overflow x in toc
* fix: use useMemo
* fix: parsing /settings/integrations/slack
* fix: no transparency in firefox
* fix: remove debounced fn
2022-01-26 19:36:11 -08:00
Tom Moor
175857753e
fix: Bag 'o fixes
...
Remove menu hover styles on mobile
Fixed duplicate hover+active behavior on editor menus
Fixed editor menus visibly scroll to the top when reopened
Fixed some minor editor spacing issues
Renamed shred routeHelpers -> urlHelpers
2022-01-25 23:43:11 -08:00
Tom Moor
37a29934ec
fix: Reduce clickable area on star in document header, make entire line clickable to focus title
...
closes #2966
2022-01-22 18:25:06 -08:00
Tom Moor
80c6e57aa3
fix: Share popover incorrectly displays draft as publicly shared when parent document is ( #2982 )
...
closes #2978
2022-01-22 18:04:05 -08:00
Nan Yu
c2c7a7190c
fix: trim collection name on save rather than on change ( #2962 )
...
* fix: trim collection name on save rather than on change
* move trim to server
2022-01-20 18:53:29 -08:00
Tom Moor
703708e5d2
fix: A couple of dark mode styling issues
2022-01-20 18:50:05 -08:00
Andy Rossmeissl
090e5f2849
fix: Missing space character ( #2961 )
...
* Fix typo
* Update Templates.tsx
Co-authored-by: Tom Moor <tom.moor@gmail.com >
2022-01-20 18:31:48 -08:00
Tom Moor
062016b164
chore: Move editor into codebase ( #2930 )
2022-01-19 18:43:15 -08:00
Nan Yu
266f8c96c4
fix: issue-2956 ( #2957 )
2022-01-19 18:24:25 -08:00
Nan Yu
8bced69828
fix: changing the title and body content in quick succession would trigger unsaved changes warning prompt ( #2950 )
...
changing the title and body content in quick succession would trigger unsaved changes warning prompt
2022-01-19 12:57:44 -08:00
Tom Moor
d0e7f2de65
fix: Emoji in title positioning ( #2927 )
...
* wip
* fix measure on first render
* wip
* refactor
* tsc
* remove fragment
* refactor (again)
* cleanup
2022-01-16 17:02:33 -08:00
Nan Yu
71820fb3ad
feat: Add navigation sidebar to shared documents ( #2899 )
...
Co-authored-by: Tom Moor <tom@getoutline.com >
2022-01-14 19:02:01 -08:00
Tom Moor
fc564cfc1a
fix: Templates menu does not appear in collab editing ( #2915 )
...
* fix: Templates menu does not appear in collab editing
* Improved logic for display templates menu
2022-01-08 16:04:50 -08:00