Commit Graph

145 Commits

Author SHA1 Message Date
3b2ad193d5 DocumentPreview Improves (#141)
* Show collection name in search results
Highlight documents modified since last edited
Move views to scope

* Allow ESC key to work on Search page when input not focused

* Update document title with search query
Show loading indicator for search results

* WIP

* 💚 ?

* 💚

* Address PR feedback
2017-07-16 09:24:45 -07:00
852fe991c5 💚 2017-07-15 16:18:06 -07:00
24ef89ad80 Merge pull request #140 from jorilallo/upload-fix
Editor Fixes (5 in 1)
2017-07-15 13:48:45 -07:00
2a9efaba8f Fix new document creation. Add collection name to DocumentPreview in search results 2017-07-14 22:15:56 -07:00
2fea9fafd0 Fixes: Any route after SidebarHidden not loading correctly 2017-07-14 21:58:43 -07:00
9f18bd2fb1 Restore 'e' to edit current document
Fixed up ? to open keyboard shortcuts
2017-07-14 08:48:42 -07:00
4992ceab69 Restore shortcuts with editor focus 2017-07-13 23:58:17 -07:00
eb3b597272 Fixes #137 - vertical alignment 2017-07-13 23:51:03 -07:00
0136c0ddcf Allow images to be dragged anywhere on document editor 2017-07-13 23:19:49 -07:00
8a84b8e64d Fixes #136 - Keyboard shortcuts should work when editor is not focused 2017-07-13 22:32:06 -07:00
1815ba4bc9 Fixes: Image uploads not working 2017-07-13 22:19:56 -07:00
f175d4c1d2 Style fixes 2017-07-12 23:37:46 -07:00
12d02d45b5 Fixes to Layout after bad merge 2017-07-12 23:27:57 -07:00
447a314455 Merge branch 'master' into keyboard-shortcuts-modal 2017-07-12 23:06:36 -07:00
c267b8ea0a Update KeyboardShortcuts.js 2017-07-12 08:08:00 -07:00
b69b714448 Merge pull request #121 from jorilallo/jori/refactor-dropdown
Refactored Dropdown components
2017-07-12 00:35:21 -07:00
8ddc3fdf10 Show 'checkmark' icon when saved in editor 2017-07-11 23:24:12 -07:00
57b11fab32 Move keyboard shortcuts to modal. Add ? shortcut 2017-07-11 22:42:30 -07:00
fdd9933c99 Editor fixes 2017-07-11 00:17:03 -07:00
6217fff2b5 Merge pull request #122 from jorilallo/new-collection
Create a collection
2017-07-10 00:42:10 -07:00
6e152d7c34 PR feedback 2017-07-09 23:53:35 -07:00
e23194fa57 Delay saving animation to give impression of faster saving 2017-07-09 20:58:33 -07:00
314ac75850 Fixed: Preserved state bug 2017-07-09 20:56:36 -07:00
a04af08064 Polish 2017-07-09 20:02:10 -07:00
f993af016d Optional children 2017-07-09 19:37:37 -07:00
55976c9500 Refactored Dropdown components 2017-07-09 19:29:23 -07:00
c4b41a9e07 Fixed flow errors and small refactor 2017-07-09 11:26:17 -07:00
ed78b85383 Fixing styling for contributors 2017-07-09 10:32:56 -07:00
4d77f14350 removed author component 2017-07-09 10:32:56 -07:00
f456dc6b6a CollectionNew scene 2017-07-09 10:27:29 -07:00
98da54d82a Modals architecture 2017-07-09 09:02:44 -07:00
b9df4a76d7 Merge master 2017-07-08 22:30:20 -07:00
444c8afb2a Drag and Drop Import (#95)
* Drag and drop files into collection first pass

* Allow import of sub documents
Fix up UI styles

* Import Loading indicator

* Drag onto document to import
2017-07-08 22:12:14 -07:00
dbcfe1199e Positioned document loading state with the document content 2017-07-07 00:14:00 -07:00
fc4d9cb0b5 removed comments 2017-07-07 00:04:12 -07:00
8b3b3222b7 Swapped Flex to homegrown component
No more element prop warnings!
2017-07-07 00:04:12 -07:00
53e4a94c07 simplified CenteredContent and fixed alignment issues 2017-07-07 00:04:12 -07:00
e82639c828 Merge pull request #110 from jorilallo/queryperf
Query Improvements
2017-07-06 23:22:16 -07:00
b854c2ca53 Tidy, move recent documents to query scope 2017-07-06 22:02:55 -07:00
1c83257483 Restore New Document Functionality (#94)
* Restored New Document functionality

* Declarative SidebarHidden

* Fix edit route
2017-07-04 23:02:06 -07:00
91e09e3853 Merge pull request #105 from jorilallo/scroll-to-top
Scroll to top
2017-07-03 12:37:03 -05:00
a7465aaf2e Include collaborator count and limit frontend to last 5 2017-07-03 12:29:20 -05:00
60bad34942 Entering edit mode should focus editor.
closes #97
2017-07-02 23:18:38 -07:00
5fa9029caa Closes #103 - Scroll to top on nav 2017-07-02 22:16:48 -07:00
e9a1dc63d7 New published info location and author info 2017-07-02 15:26:24 -05:00
8dfbd1cc59 Fixed: Bad layout on multiple nested docs 2017-07-01 18:40:46 -07:00
f6e3e1d828 Enforce triple eq 2017-07-01 17:19:45 -07:00
c17dccef01 Moved PublishingInfo and added animations 2017-07-01 17:06:06 -07:00
6425450617 Fixes #96 - No longer a delay between clicking on a doc and it becoming active.
Note: I removed a bunch of stuff that was observing mobx state change for no reason
2017-07-01 17:02:17 -07:00
79f3d057ea Removed unused component 2017-07-01 16:51:12 -07:00