Commit graph

207 commits

Author SHA1 Message Date
Jordan Eldredge
ea3234fa72 Start testing reducers 2017-01-13 21:39:26 -08:00
Jordan Eldredge
69cf900c0b Add snapshot test for MainWindow 2017-01-13 21:11:12 -08:00
Jordan Eldredge
8dce934f62 Autoload jsx files 2017-01-13 21:02:04 -08:00
Jordan Eldredge
eef1df833d Abstract store creation 2017-01-13 21:02:04 -08:00
Jordan Eldredge
5ec2489e90 Fix shade button click handler 2017-01-13 21:02:04 -08:00
Jordan Eldredge
0b82b408a1 Move SET_EQ_BAND media player to middleware 2017-01-13 21:02:04 -08:00
Jordan Eldredge
f1e993005b Convert Shade to mapDispatchToProps 2017-01-09 21:42:46 -08:00
Jordan Eldredge
3dc8c0b58f Remove last string constants 2017-01-09 21:32:15 -08:00
Jordan Eldredge
587ea68f55 Replace more strings with constants 2017-01-09 21:26:28 -08:00
Jordan Eldredge
d0faa63cf8 Use constants rather than strings in a few more places 2017-01-09 21:21:37 -08:00
Jordan Eldredge
6b76e4b433 Convert Balance to mapDispatchToProps 2017-01-09 21:21:37 -08:00
Jordan Eldredge
44b75001b3 Cleanup unused mediaPlayer props 2017-01-03 22:18:00 -08:00
Jordan Eldredge
4138c5aaa0 More media middleware cleanup 2017-01-03 22:13:23 -08:00
Jordan Eldredge
0c9e6e0c35 Convert toggleRepeat to middlware 2017-01-03 21:14:47 -08:00
Jordan Eldredge
89adb9783f Use constants for middleware 2017-01-03 21:09:11 -08:00
Jordan Eldredge
d4f70c0a01 Move volume and balance to middleware 2017-01-03 20:57:55 -08:00
Jordan Eldredge
38f57e5219 Make test names consistent 2017-01-03 20:49:47 -08:00
Jordan Eldredge
27641ebff5 Remove unused action type 2017-01-03 20:48:53 -08:00
Jordan Eldredge
f7305455eb Fix spelling error 2017-01-03 20:47:57 -08:00
Jordan Eldredge
2d84561890 Destructure dispatch 2017-01-03 20:47:14 -08:00
Jordan Eldredge
c181be82a3 Remove uneeded passing of media object 2017-01-03 20:40:35 -08:00
Jordan Eldredge
443628b7a6 Start moving media control into a Redux middleware 2017-01-03 20:34:01 -08:00
Jordan Eldredge
bf749f7793 Add action actionTypes file 2017-01-03 20:33:42 -08:00
Jordan Eldredge
242c6ab340 Start using constants for action types 2016-12-31 16:53:02 -08:00
Jordan Eldredge
16a3be5f31 Convert ClutterBar to mapDispatchToProps 2016-12-31 11:43:14 -08:00
Jordan Eldredge
b5d1601726 Convert Close to mapDispatchToProps 2016-12-31 11:36:50 -08:00
Jordan Eldredge
9d97eacf34 Convert Position to mapDispatchToProps 2016-12-31 11:24:52 -08:00
Jordan Eldredge
636a3f6c52 Use mapDispatchToProps for ContextMenu. Avoid DOM for filename 2016-12-30 21:37:18 -08:00
Jordan Eldredge
f89cbe1914 Reduce 2016-12-29 22:00:03 -08:00
Jordan Eldredge
8c635446a3 Convert Shuffle to mapDispatchToProps 2016-12-29 21:59:49 -08:00
Jordan Eldredge
946537edf7 Convert Time to mapDispatchToProps 2016-12-29 21:56:31 -08:00
Jordan Eldredge
7ecea310c7 Use implicit return where possible 2016-12-29 19:28:07 -08:00
Jordan Eldredge
b7c98bf27b More mapDispatchToProps 2016-12-29 19:28:07 -08:00
Jordan Eldredge
86596334b4 Destructure ownProps 2016-12-29 19:06:28 -08:00
Jordan Eldredge
73c16054b6 Use mapDispatchToProps for Volume 2016-12-29 18:54:31 -08:00
Jordan Eldredge
b6afe45d6c Fix linting, and errors 2016-11-29 07:55:40 -08:00
Jordan Eldredge
0c7eccc297 Temporary fix for file drop 2016-11-29 07:45:44 -08:00
Jordan Eldredge
72640bd67c Only drag on specific targets 2016-11-29 07:29:07 -08:00
Jordan Eldredge
fcb90bab8b Handle race condition with resize event 2016-11-28 22:50:10 -08:00
Jordan Eldredge
918420b68a Simple approach to centering windows on load/resize 2016-11-28 21:33:19 -08:00
Jordan Eldredge
9408e5b95f Disable band while we wait for Safari to fix their bug. 2016-11-28 20:31:20 -08:00
Jordan Eldredge
2a3e59f160 Don't automock 2016-11-28 20:24:21 -08:00
Jordan Eldredge
d55f25f424 Progress 2016-11-28 20:24:12 -08:00
Jordan Eldredge
785af97700 Add snapWithin() and add snapping to like sides 2016-11-28 20:24:12 -08:00
Jordan Eldredge
59727d78ed Some linting cleanup 2016-11-28 20:24:12 -08:00
Jordan Eldredge
1c175ae0a3 Create preamp 2016-11-28 20:24:12 -08:00
Jordan Eldredge
54115f2879 Make set eq to min/mid/max actually effect audio 2016-11-28 20:24:12 -08:00
Jordan Eldredge
7dd1bb8858 Enable react linting rules, fix linting errors
Also fix lint command in `package.json`
2016-11-28 20:24:12 -08:00
Jordan Eldredge
4869bfdf1f Add minimal db buttons 2016-11-28 20:24:12 -08:00
Jordan Eldredge
d996d808a9 Prefer classnames to ternary 2016-11-28 20:24:12 -08:00