Commit graph

23 commits

Author SHA1 Message Date
Artur Paikin
5eadd138c0 Fix yo-yo + Uppy rendering issues, add focus on the first element in Modal tab, refactor getTarget — now called mount 2016-06-02 01:21:56 -04:00
Artur Paikin
9cf2f07cdd Enable image previews again 2016-05-25 10:02:40 -04:00
Artur Paikin
490ad90752 More tinkering with ProgressDrawer 2016-05-23 10:09:02 -04:00
Artur Paikin
5e3520836f ProgressDrawer & DragDrop improvements 2016-05-20 18:09:41 -04:00
Artur Paikin
d6ee3b973b Change plugin name to id, manually set it everywhere — IE doesn’t support constructor.name 2016-05-02 16:20:37 -04:00
Artur Paikin
6502d66d0b Move update() to Plugin.js to avoid duplication 2016-04-23 18:01:21 -04:00
Artur Paikin
a48c5faaf3 Rethink rendering architecture: in Modal, use a render method for each plugin, instead of a pre-rendered element
Using pre-rendered elements was making `morphdom` (which is used inside
`yo-yo`) replace each plugin’s content, when that plugin was used in
Modal.
2016-04-19 00:38:13 -04:00
Artur Paikin
01fc2d2268 Files state refactor: selected / inProgress / uploaded 2016-04-17 22:08:37 -04:00
Artur Paikin
50f15f8ae7 Refactor ProgressDrawer, DragDrop style 2016-04-08 13:51:19 -04:00
Artur Paikin
9f1fa7bbac Show link to the uploaded file 2016-04-08 01:27:30 -04:00
Artur Paikin
51524f0b60 Add file.type handling to Core and ProgressDrawer 2016-04-08 01:08:32 -04:00
Artur Paikin
9eeeb232d7 ProgressDrawer: show uploaded and selected, don’t hide after upload 2016-04-07 23:35:23 -04:00
Artur Paikin
ff7152165b Refactor, autoProceed in ProgressDrawer 2016-04-03 01:02:25 -04:00
Artur Paikin
1824d0f7b3 Continue yo-yo integration, modal plugin rendering, no waterfall for now 2016-03-31 22:57:55 -04:00
Artur Paikin
7de611f936 Converting Modal and everything else to components & shared state 2016-03-30 22:44:13 -04:00
Artur Paikin
14c6970151 ProgressDrawer img upload preview, styles and refactoring 2016-03-27 23:58:00 -04:00
Artur Paikin
6ea0649f32 Move all actions to core, introduce global state 2016-03-24 22:01:40 -04:00
Artur Paikin
11a8849cfa ProgressDrawer styles and behavior 2016-03-24 11:51:34 -04:00
Artur Paikin
5675c515bb Event-based plugin communication, upload progress for each file 2016-03-23 00:50:42 -04:00
Artur Paikin
54933c3f7e Fix linting issues 2016-03-21 12:26:55 -04:00
Artur Paikin
7ab0f0fc42 Display selected files and add an ability to delete them 2016-03-21 00:13:59 -04:00
Artur Paikin
05ed742afb Trying out yo-yo in the new ProgressDrawer plugin 2016-03-18 18:53:01 -04:00
Artur Paikin
e71d87a677 ProgressDrawer work in progress, trying out virtual-dom & main-loop 2016-03-17 23:43:49 -04:00