Commit graph

20 commits

Author SHA1 Message Date
Jordan Eldredge
29b4e0db71
Add a method to set the skin (#787)
Fixes #733
2019-05-21 07:58:18 -07:00
Jordan Eldredge
b3a17c8f99 Release 1.4.0 2019-05-14 08:04:54 -07:00
Jordan Eldredge
2dca07ff0a Make a best effort to prewarm the images needed for the eq graph 2019-05-09 07:59:54 -07:00
Jordan Eldredge
fe3a48e39a Document semi-private API 2019-05-02 07:46:46 -07:00
Jordan Eldredge
3b4a66f2fe Allow users to customize the media class 2019-05-02 07:46:46 -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
80f34157dd Notate some places where we have known bugs 2019-04-07 12:37:03 -07:00
Jordan Eldredge
071c54b870 Initial typing of App.tsx 2019-04-05 07:34:14 -07:00
Jordan Eldredge
c4282817db Add more methods to Webamp
Replaces #660
2019-03-24 21:51:52 -07:00
Jordan Eldredge
bd5fa82c99 Trailing commas! 2019-03-19 06:55:24 -07:00
remi.gallego@gmail.com
411669655f Extend drop target behaviour for objects 2019-03-16 22:23:19 -07:00
Jordan Eldredge
0c14b74d0d Load .milk files when dragged in 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
27cd8e86e0 Improve usage docs 2019-03-02 21:54:07 -08:00
Jordan Eldredge
2bcd69762d
Minify css using postcss (#732)
* Minify css using postcss

* Optimize data uris as build time
2019-03-02 19:52:19 -08:00
Jordan Eldredge
a59a471f8d Change how Milkdrop fits into visualization optionsNow: If the Milkdrop window is open, it's always enabled. Otherwise, the current value in the cycle is used. 2019-01-02 21:04:02 -08:00
Jordan Eldredge
de978d92b3 Stop playing when disposed 2018-12-22 12:53:24 -08:00
Jordan Eldredge
ca7504b8e1 Start disposing some stuff 2018-12-14 17:03:26 -08:00
Jordan Eldredge
47ba520c24 Add method to reopen Webamp 2018-11-11 21:14:44 -08:00
Jordan Eldredge
19db61ccf9
Type WebampLazy (#702) 2018-11-11 21:14:40 -08:00
Renamed from js/webampLazy.js (Browse further)