Commit Graph

670 Commits

Author SHA1 Message Date
Jori Lallo
7b589ff46a Added error handling 2017-07-18 23:36:49 -07:00
Jori Lallo
ca875915ce Fix on collection count check 2017-07-18 21:57:34 -07:00
Jori Lallo
bbbf17c223 Manually create a new document for second collection 2017-07-17 23:33:03 -07:00
Jori Lallo
63288227db Merge pull request #145 from jorilallo/jori/cache
Cache documents and collection (fixes #120)
2017-07-17 22:35:24 -07:00
Jori Lallo
89e4c00f66 prettier 2017-07-17 22:24:19 -07:00
Jori Lallo
4e9a784567 Merge branch 'master' into jori/cache 2017-07-17 22:17:39 -07:00
Tom Moor
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
Tom Moor
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
Jori Lallo
ef5b52b91a Merge branch 'master' into jori/cache 2017-07-16 19:49:50 -07:00
Tom Moor
e0d5d1bbbe Merge pull request #157 from jorilallo/jori/package.json-flow
Run flow first and faster
2017-07-16 15:38:29 -07:00
Tom Moor
418b51d5f3 Merge branch 'master' into jori/package.json-flow 2017-07-16 15:14:29 -07:00
Tom Moor
5c94129e9f Move settings to modal (#139) 2017-07-16 15:14:15 -07:00
Jori Lallo
29774cbfce Merge pull request #155 from jorilallo/jori/editor-padding-fixes
Fixed padding and aligned for editor in readonly mode
2017-07-16 15:00:26 -07:00
Jori Lallo
f3adcd9571 Run flow first and faster 2017-07-16 14:52:57 -07:00
Jori Lallo
306e81a731 Fixed padding and aligned for editor in readonly mode 2017-07-16 14:50:34 -07:00
Jori Lallo
c005a8655e Fixed tests 2017-07-16 11:57:41 -07:00
Jori Lallo
9bfbe42665 Fix linting 2017-07-16 11:54:23 -07:00
Jori Lallo
9b808efd7a Cache documents and collection 2017-07-16 11:48:01 -07:00
Tom Moor
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
Jori Lallo
b53f28fee8 Merge pull request #143 from jorilallo/tests
Passing Test Suite
2017-07-16 00:22:18 -07:00
Tom Moor
852fe991c5 💚 2017-07-15 16:18:06 -07:00
Tom Moor
66e4995885 💚 ? 2017-07-15 16:08:12 -07:00
Tom Moor
0caff8c393 Merge branch 'master' of github.com:jorilallo/atlas into tests 2017-07-15 15:14:08 -07:00
Tom Moor
ed7aa80a3a WIP 2017-07-15 15:14:01 -07:00
Jori Lallo
24ef89ad80 Merge pull request #140 from jorilallo/upload-fix
Editor Fixes (5 in 1)
2017-07-15 13:48:45 -07:00
Tom Moor
2a9efaba8f Fix new document creation. Add collection name to DocumentPreview in search results 2017-07-14 22:15:56 -07:00
Tom Moor
2fea9fafd0 Fixes: Any route after SidebarHidden not loading correctly 2017-07-14 21:58:43 -07:00
Tom Moor
9f18bd2fb1 Restore 'e' to edit current document
Fixed up ? to open keyboard shortcuts
2017-07-14 08:48:42 -07:00
Tom Moor
4992ceab69 Restore shortcuts with editor focus 2017-07-13 23:58:17 -07:00
Tom Moor
eb3b597272 Fixes #137 - vertical alignment 2017-07-13 23:51:03 -07:00
Tom Moor
0136c0ddcf Allow images to be dragged anywhere on document editor 2017-07-13 23:19:49 -07:00
Tom Moor
8a84b8e64d Fixes #136 - Keyboard shortcuts should work when editor is not focused 2017-07-13 22:32:06 -07:00
Tom Moor
1815ba4bc9 Fixes: Image uploads not working 2017-07-13 22:19:56 -07:00
Jori Lallo
f175d4c1d2 Style fixes 2017-07-12 23:37:46 -07:00
Jori Lallo
41623b2155 Updated shortcuts 2017-07-12 23:28:17 -07:00
Jori Lallo
12d02d45b5 Fixes to Layout after bad merge 2017-07-12 23:27:57 -07:00
Jori Lallo
992ac87c5f Merge pull request #135 from jorilallo/jori/sequelize
Upgrade sequelize and remove unique email constraints
2017-07-12 23:08:20 -07:00
Jori Lallo
202f4ee283 Merge pull request #133 from jorilallo/keyboard-shortcuts-modal
Move keyboard shortcuts to modal
2017-07-12 23:07:03 -07:00
Jori Lallo
447a314455 Merge branch 'master' into keyboard-shortcuts-modal 2017-07-12 23:06:36 -07:00
Jori Lallo
047cc7b151 Excluded two endpoints that arent now used 2017-07-12 23:04:58 -07:00
Jori Lallo
cd584da5cf Upgrade sequelize and remove unique email constraints 2017-07-12 22:55:50 -07:00
Jori Lallo
3b146d9b47 Merge pull request #138 from jorilallo/jori/serach-ui
Fixed width issues with search
2017-07-12 22:50:02 -07:00
Tom Moor
c267b8ea0a Update KeyboardShortcuts.js 2017-07-12 08:08:00 -07:00
Jori Lallo
add1f0d9b6 Fix to CenteredContent 2017-07-12 01:11:34 -07:00
Jori Lallo
efa5bf6a54 Fixed width issues wit search 2017-07-12 01:05:28 -07:00
Jori Lallo
b69b714448 Merge pull request #121 from jorilallo/jori/refactor-dropdown
Refactored Dropdown components
2017-07-12 00:35:21 -07:00
Jori Lallo
65d5ec81d2 Merge pull request #127 from jorilallo/jori/fix-search
Fixed search and added tests
2017-07-12 00:34:56 -07:00
Jori Lallo
fb218b90ab Merge pull request #134 from jorilallo/editor-save
Improved doc saving
2017-07-12 00:32:30 -07:00
Tom Moor
01b18a83cb Oop, knew I stored that reference for a reason 2017-07-11 23:27:19 -07:00
Tom Moor
8ddc3fdf10 Show 'checkmark' icon when saved in editor 2017-07-11 23:24:12 -07:00