From 33e33b2dec0fe83c1eea84fb162c18040649eb3e Mon Sep 17 00:00:00 2001
From: Jordan Eldredge
Date: Fri, 9 Mar 2018 20:32:55 -0800
Subject: [PATCH] Add dropbox support
---
index.html | 1 +
js/actionCreators.js | 139 +++++++++---------
js/components/MainWindow/MainContextMenu.js | 9 +-
.../PlaylistWindow/PlaylistResizeTarget.js | 6 +-
js/components/PlaylistWindow/index.js | 1 +
js/fileUtils.js | 69 +++++++++
js/loadQueue.js | 47 ++++++
js/reducers/playlist.js | 1 +
js/reducers/playlist.test.js | 19 ++-
js/utils.js | 12 ++
loadQueue.test.js | 20 +++
package.json | 2 +
yarn.lock | 10 ++
13 files changed, 250 insertions(+), 86 deletions(-)
create mode 100644 js/loadQueue.js
create mode 100644 loadQueue.test.js
diff --git a/index.html b/index.html
index bb573f08..ec82b657 100755
--- a/index.html
+++ b/index.html
@@ -29,6 +29,7 @@
Feedback |
GitHub
+