Commit Graph

60 Commits

Author SHA1 Message Date
e34ffe0cf4 Move collaborators to top right (#201)
* Hopefully the last time we rejig this before launch

* Improved spacing

* Move to injectGlobal, alignment fixes
2017-09-03 17:26:57 -07:00
1f98013004 Text only save feedback based on jori/actions 2017-09-03 14:55:44 -07:00
ca35cee841 Move star out of editor into documentpreview (#174)
* Move star out of editor into documentpreview

* 💚
2017-08-02 20:45:09 -07:00
297bf850c2 Align title correctly when first character is emoji 2017-07-29 16:15:04 -07:00
1e8378abef Addressed comments 2017-07-18 23:45:01 -07:00
b5a05be726 Disable publish on empty documents 2017-07-18 23:29:20 -07:00
1bef5ddccb Dashboard loading (#142)
* Fixed: Loading indicator never appears
Added: Loading indicator to dashboard when loading first results

* Less assumptions

* Fixes: Image uploads not working

* Fixes #136 - Keyboard shortcuts should work when editor is not focused

* Allow images to be dragged anywhere on document editor

* Fixes #137 - vertical alignment

* Restore shortcuts with editor focus

* Restore 'e' to edit current document
Fixed up ? to open keyboard shortcuts

* wip

* LoadinglistPlaceholder

* WIP

* Refactor

* DRY logic
2017-07-17 21:46:32 -07:00
b6616cd05a Various editor fixes (#160)
* Tab should move to body from heading

* Focus editor on mount, closes #156

* Closes #154 - Just went for the simple approach here, considered something more complex but this is clear

* Added body placeholder
2017-07-17 09:03:29 -07:00
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
4992ceab69 Restore shortcuts with editor focus 2017-07-13 23:58:17 -07:00
0136c0ddcf Allow images to be dragged anywhere on document editor 2017-07-13 23:19:49 -07:00
1815ba4bc9 Fixes: Image uploads not working 2017-07-13 22:19:56 -07:00
01b18a83cb Oop, knew I stored that reference for a reason 2017-07-11 23:27:19 -07:00
8ddc3fdf10 Show 'checkmark' icon when saved in editor 2017-07-11 23:24:12 -07:00
410f9a9133 styled components over inline css 2017-07-11 00:20:31 -07:00
fdd9933c99 Editor fixes 2017-07-11 00:17:03 -07:00
a04af08064 Polish 2017-07-09 20:02:10 -07:00
f456dc6b6a CollectionNew scene 2017-07-09 10:27:29 -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
8b3b3222b7 Swapped Flex to homegrown component
No more element prop warnings!
2017-07-07 00:04:12 -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
fa88477ac2 Updated Document scene to use new url 2017-07-04 20:18:14 -07:00
29037251c0 Better document URLs 2017-07-03 13:17:29 -05: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
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
6357ddebd5 Changed state name 2017-06-29 22:55:59 -07:00
55dc570cde Updated new loading indicator to document saving 2017-06-29 22:50:26 -07:00
9c80c0c400 Declarative loading indicator 2017-06-29 22:44:15 -07:00
fb2f50999b Loading bar for layout 2017-06-29 19:43:44 -07:00
e40e372fed Fixed: hasPendingChanges
Fixed: Vertical alignment changing between read/edit
2017-06-28 23:02:11 -07:00
31f3d72f01 Remove logging 2017-06-28 21:56:29 -07:00
0b79706d23 Flow 2017-06-28 21:50:54 -07:00
dbb8e3df8e Use DocumentStore for viewing and editing 2017-06-28 21:46:00 -07:00
f8a715dcef bad merge and rebase 2017-06-27 00:19:15 -07:00
e73eec4486 renamed migration to keep in order 2017-06-26 23:50:33 -07:00
4a662e9d2b Fixed editor update issue 2017-06-26 23:49:27 -07:00
42d646c16f Expose child document in sidebar 2017-06-26 23:48:59 -07:00
c0d89be516 Fixed content while loading 2017-06-26 23:48:59 -07:00
e02768606a Fixed loading of content for document page change 2017-06-26 23:47:10 -07:00
b7dd74fb6c Fixed page title while loading 2017-06-26 23:46:36 -07:00
52765d9d1d Document Viewers (#79)
* Recording document views

* Add 'views' to document response

* Basic displaying of document views, probably want it more sublte than this? But hey, lets get it in there

* Bigly improves. RESTful > RPC

* Display of who's viewed doc

* Add Popover, add Scrollable, move views store

* Working server tests 💁

* Document Stars (#81)

* Added: Starred documents

* UI is dumb but functionality works

* Star now displayed inline in title

* Optimistic rendering

* Documents Endpoints (#85)

* More seeds, documents.list endpoint

* Upgrade deprecated middleware

* document.viewers, specs

* Add documents.starred
Add request specs for star / unstar endpoints

* Basic /starred page

* Remove comment

* Fixed double layout
2017-06-25 17:21:33 -07:00
7439b9ecf5 Sidebar on edit mode 2017-06-25 00:29:40 -07:00
b8d0666c63 Moved Layout to be a wrapper for routes 2017-06-24 17:14:36 -07:00