|
984140c3ca
|
Implemented new document creation
|
2016-06-05 19:21:28 -07:00 |
|
|
9c0700369d
|
Fixed publishing info
|
2016-06-05 16:13:33 -07:00 |
|
|
f3dbe530f1
|
Removed debugging statement
|
2016-06-05 16:02:56 -07:00 |
|
|
157fe6cf63
|
Bring back markdown conversion
|
2016-06-05 16:01:01 -07:00 |
|
|
526eac6b8d
|
Renamed DocumentEditState to DocumentEditStore
|
2016-06-05 15:32:24 -07:00 |
|
|
9a2d0c18d8
|
Modified time to PublishingInfo
|
2016-06-05 15:00:14 -07:00 |
|
|
6303bc9279
|
Clean up and smaller bundle.js
|
2016-06-05 14:38:14 -07:00 |
|
|
2a84d1fc67
|
Load editor asynchronously
|
2016-06-05 14:05:01 -07:00 |
|
|
5a72bb4023
|
Renamed MarkdownAtlas component
|
2016-06-05 14:04:35 -07:00 |
|
|
9f3c5359fa
|
Corrected comment
|
2016-06-05 13:13:31 -07:00 |
|
|
02f0bdcef9
|
Do markdown conversion only if preview is enabled
|
2016-06-05 13:12:24 -07:00 |
|
|
b105a69b3d
|
Open document after editing it
|
2016-06-05 13:10:16 -07:00 |
|
|
3d2f3d002a
|
Prod fixes
|
2016-06-04 19:03:00 -07:00 |
|
|
884977843c
|
Default to fetching
|
2016-06-04 18:58:42 -07:00 |
|
|
b8bd9630b3
|
Don't minify in prod for debugging
|
2016-06-04 18:55:03 -07:00 |
|
|
ddb75a6d53
|
Removed unused store
|
2016-06-04 18:50:02 -07:00 |
|
|
989f26dd74
|
Enable mobs devtools for prod
|
2016-06-04 18:49:53 -07:00 |
|
|
f308e2475f
|
Removed unused file
|
2016-06-04 18:29:17 -07:00 |
|
|
c2f1ea22b9
|
Eradicated Redux for MobX
|
2016-06-04 18:28:14 -07:00 |
|
|
19712a41f9
|
Merge pull request #6 from jorilallo/jori-mobx-migration
Migrated user/auth from redux to mobx
|
2016-06-04 15:58:17 -07:00 |
|
|
e5d1612cbf
|
Migrated user/team/auth from redux to mobx
|
2016-06-04 15:53:08 -07:00 |
|
|
6a5303149d
|
Added nom command to deploy
|
2016-06-04 15:52:19 -07:00 |
|
|
f367157fb7
|
Fixed bundle.js size issues
|
2016-06-04 12:30:05 -07:00 |
|
|
1345f9629d
|
Fix scrolling + codemirror render
|
2016-06-03 01:01:01 -07:00 |
|
|
6206acfad0
|
Fix preview toggling issues with CodeMirror
|
2016-06-03 00:28:36 -07:00 |
|
|
3f993ac813
|
Added babel-regenerator-runtime to webpack.prod
|
2016-06-02 22:32:51 -07:00 |
|
|
c63e3df854
|
Merge pull request #5 from jorilallo/mobx-edit
Mobx edit
|
2016-06-02 22:22:50 -07:00 |
|
|
68d935f6b2
|
sup
|
2016-06-02 22:21:46 -07:00 |
|
|
9d6b9fc90a
|
Merge remote-tracking branch 'origin/mobx-edit' into mobx-edit
# Conflicts:
# server/api/documents.js
# src/index.js
# src/utils/MarkdownOld.js
|
2016-06-02 22:10:32 -07:00 |
|
|
a27840bd94
|
ok
|
2016-06-02 22:09:33 -07:00 |
|
|
d4b1b533d1
|
MobX based editing
|
2016-06-02 22:09:01 -07:00 |
|
|
688a85ae81
|
Added mobx
|
2016-06-02 22:07:56 -07:00 |
|
|
226d6a887d
|
temp rename
|
2016-06-02 22:07:52 -07:00 |
|
|
e6c7e95115
|
MobX based editing
|
2016-06-02 22:04:33 -07:00 |
|
|
72766966f3
|
Add cache headers for static files
|
2016-06-01 16:48:35 -07:00 |
|
|
aac20341f7
|
Added mobx
|
2016-05-31 21:54:57 -07:00 |
|
|
01f026712e
|
Fixed authentication issues
|
2016-05-30 22:56:49 -07:00 |
|
|
f79285a51e
|
added a todo item
|
2016-05-30 12:37:07 -07:00 |
|
|
5ffa61791b
|
Prepping /document.info for public docs
|
2016-05-30 12:36:37 -07:00 |
|
|
d2ca72c8f3
|
Fixed prototype on DropdownMenu
|
2016-05-30 12:35:30 -07:00 |
|
|
bbecb4cbbb
|
HeaderAction
|
2016-05-30 11:56:19 -07:00 |
|
|
b6ab92dbb1
|
Unified header menus with components
|
2016-05-30 11:36:43 -07:00 |
|
|
3714e1fd7c
|
Added document deletion API
|
2016-05-30 11:15:35 -07:00 |
|
|
56e9081b73
|
Only scroll based on received props once
|
2016-05-29 15:25:38 -07:00 |
|
|
4f630aadc8
|
Added anchors for document headings
|
2016-05-29 15:22:33 -07:00 |
|
|
249c67011a
|
Loading indicator for document saving
|
2016-05-29 11:58:53 -07:00 |
|
|
9defb24335
|
Update user slack data on login
|
2016-05-29 11:41:55 -07:00 |
|
|
69e1f2c663
|
Update Slack team info after auth
|
2016-05-29 11:17:49 -07:00 |
|
|
2dff14bc7b
|
Open user menu with a click/tap
|
2016-05-29 11:05:06 -07:00 |
|
|
6af3968634
|
Added a loading indicator
|
2016-05-29 11:01:48 -07:00 |
|