Commit graph

22 commits

Author SHA1 Message Date
Jordan Eldredge
92d95f57eb Remove unused import 2019-05-01 22:42:38 -07:00
Jordan Eldredge
6132acdf2c Make focus nullable 2019-05-01 22:29:10 -07:00
Jordan Eldredge
67441f3c1b Change how actions are typed
If we want to use the new version of react-redux we need to be compatible with their types.

Sadly it does not seem to be possible to create a Dispatchable type which can be eiher a plain action or a thunk and still be compatible with react-redux's types becuase they use redux's Store type under the hood which assumes you have an object with a string type property.
2019-05-01 22:29:10 -07:00
Jordan Eldredge
bd5fa82c99 Trailing commas! 2019-03-19 06:55:24 -07:00
Jordan Eldredge
1885028ae1 Avoid excessive else 2019-03-19 06:55:23 -07:00
jberg
c631882d73 Butterchurn dont error out on non milk/json file in directory when loading 2019-03-17 15:15:30 -07:00
Jordan Eldredge
5400be9638 Make preset property access type safe 2019-03-13 21:28:18 -07:00
Jordan Eldredge
d61585c8e3 Allow user to reshow the song title in Milkdrop 2019-03-13 21:28:18 -07:00
Jordan Eldredge
e41fb3d9b4 Test initial track selection 2019-03-13 21:28:18 -07:00
Jordan Eldredge
41e0ad4563 Support preset cycling 2019-03-13 21:28:18 -07:00
Jordan Eldredge
1407a0afb7 Randomize presets. Allow users to toggle this behavior 2019-03-13 21:28:18 -07:00
Jordan Eldredge
8559dd7257 Select previous preset 2019-03-13 21:28:18 -07:00
Jordan Eldredge
02aa688ed3 Next Preset hotkeys 2019-03-13 21:28:18 -07:00
Jordan Eldredge
0c14b74d0d Load .milk files when dragged in 2019-03-13 21:28:18 -07:00
Jordan Eldredge
814a73fd6e Remove coment that does not apply any more 2019-03-13 21:28:18 -07:00
Jordan Eldredge
fbd4a08972 Improve architecture of Milkdrop code 2019-03-13 21:28:18 -07:00
Jordan Eldredge
43fb4ad303 Progress 2019-03-13 21:28:18 -07:00
Jordan Eldredge
96c73f79cc Add local dir 2019-03-13 21:28:18 -07:00
Jordan Eldredge
d1cfc707ff [WIP] Milkdrop rewrite 2019-03-13 21:28:18 -07:00
Jordan Eldredge
5a4fcf47a9 Rewrite visualizer to use hooks 2019-03-13 21:28:18 -07:00
Jordan Eldredge
05801a1197 Move initial preset into thunk 2019-03-13 21:28:18 -07:00
Jordan Eldredge
3ab29aba84 Move presets to state 2019-03-13 21:28:18 -07:00