Commit graph

1848 commits

Author SHA1 Message Date
Jordan Eldredge
802571cb4f Inline parse function 2018-11-03 21:58:22 -07:00
Jordan Eldredge
0bc45f6cfe Fix import order 2018-11-03 21:57:31 -07:00
Jordan Eldredge
f931d6ecf9 Use default args for spline 2018-11-03 21:55:34 -07:00
Jordan Eldredge
c8163244d7 Remove "close" option from spline 2018-11-03 21:54:52 -07:00
Jordan Eldredge
5bf7d94f37 Use pixelated eq graph in screenshots 2018-11-03 21:43:02 -07:00
Jordan Eldredge
618be3594e Revert "Extract painting the oscilloscope"
This reverts commit 333f2290ba.
2018-11-03 21:21:33 -07:00
Jordan Eldredge
9f55f06506 Revert "Extract printBarFrame"
This reverts commit 89cf922ecd.
2018-11-03 21:21:26 -07:00
Jordan Eldredge
683cd69582 Draw eq graph as pixels 2018-11-03 21:14:14 -07:00
Jordan Eldredge
9abd9a9e36 Ensure initial track still buffers
This regressed in 9f5c20d413
2018-10-29 18:38:50 -07:00
Jordan Eldredge
dd7b94bfc3 Extract skin functions 2018-10-28 23:06:55 -07:00
Jordan Eldredge
89cf922ecd Extract printBarFrame 2018-10-28 22:50:40 -07:00
Jordan Eldredge
333f2290ba Extract painting the oscilloscope 2018-10-28 22:44:14 -07:00
Jordan Eldredge
922df8681f Extract prerender functions 2018-10-28 22:35:18 -07:00
Jordan Eldredge
21425fba12 Extract bucket generation 2018-10-28 22:24:01 -07:00
Jordan Eldredge
03acc5feba Use hooks for context menu 2018-10-28 22:18:32 -07:00
Jordan Eldredge
9635672652 Remove useless class 2018-10-28 21:21:57 -07:00
Jordan Eldredge
f0db3adf7e Use hooks for DropTarget 2018-10-28 21:20:56 -07:00
Jordan Eldredge
3dc8dc5af6 Use hooks for ContextMenuTarget 2018-10-28 21:16:04 -07:00
Jordan Eldredge
3df608a665 First use of hooks! 2018-10-25 16:33:57 -07:00
Jordan Eldredge
5eecd4d745 Upgrade react to enable hooks 2018-10-25 16:33:54 -07:00
Jordan Eldredge
5cc1774b8a Tag 1.3.0-beta.0 2018-10-25 06:32:48 -07:00
Jordan Eldredge
6f43b4b8b3 Add options context menu 2018-10-24 22:10:51 -07:00
Jordan Eldredge
effff3e940 Only expand one level deep when hovering context menu parent 2018-10-24 22:07:59 -07:00
Jordan Eldredge
af82af36da type Time 2018-10-23 22:02:32 -07:00
Jordan Eldredge
d161e15a3f Fix name of music-metadata bundle 2018-10-23 20:27:14 -07:00
Jordan Eldredge
8f2cf5b883 Upgrade react
Fixes #690
2018-10-23 20:26:27 -07:00
Jordan Eldredge
65bb59353d Fix eqslid.cur 2018-10-23 08:07:52 -07:00
Jordan Eldredge
ce3e2ac794 Prettier 2018-10-23 08:07:52 -07:00
Jordan Eldredge
086c64a913 Add some things to the changelog 2018-10-23 08:07:52 -07:00
Jordan Eldredge
b074e0eff3 Fix how we calculate the position of trackes dropped into the playlist
Fixes #688
2018-10-22 07:26:37 -07:00
Jordan Eldredge
291b518765 Catch one more call to addTracksFromReferences 2018-10-21 15:54:50 -07:00
Jordan Eldredge
9f5c20d413 Require load style always be explicit
Fixes #687
2018-10-21 15:49:57 -07:00
Jordan Eldredge
4cf1550dea Use correct action for toggleVisualizerStyle 2018-10-21 15:49:18 -07:00
Jordan Eldredge
f3e24e4e97 Actually dispatch playlist actions 2018-10-21 15:34:37 -07:00
Jordan Eldredge
d54e981c3e Upgrade butterchurn to get better source maps 2018-10-21 15:25:55 -07:00
Jordan Eldredge
79a16129c6 Use new skin schema in twitter bot 2018-10-21 15:25:55 -07:00
Jordan Eldredge
e2c76ce97c Add more press 2018-10-21 15:25:55 -07:00
Borewit
b13060dc4a Fix typo's in message & promise resolving type declaration 2018-10-21 08:04:08 -07:00
Jordan Eldredge
7074630713 Format css according to prettier default config
Looks like I had a .editorconfig in the project root (not sure how it
got there) which was git ignored by my ~/.gitignore. It also turns out
that prettier will respect the indent settings in .editorconfig.

This sets my `.editorconfig` to use the Prettier default, checks it in,
and also reformats all the CSS.

Fixes #684
2018-10-20 10:12:19 -07:00
Jordan Eldredge
1833bac1bf Import type for MusicMetadtaBrowserApi 2018-10-18 22:19:41 -07:00
Borewit
07e833853d Type define music-metadata-browser lazy-load-require function.
Add comment to type music-metadata-browser imports.
2018-10-18 22:19:41 -07:00
Borewit
7d60ada7fd Git rid of no longer required workaround aadsm/jsmediatags#83 2018-10-18 22:19:41 -07:00
Borewit
9fab0d66b7 Rename type representing possible input file types 2018-10-18 22:19:41 -07:00
Borewit
f19d713538 Remove deprecated type declaration. 2018-10-18 22:19:41 -07:00
Borewit
cc0752b9c5 Fix Align indentation. 2018-10-18 22:19:41 -07:00
Borewit
cde0b4eb74 #673 Integration with limited to jsmediatags function replacement. 2018-10-18 22:19:41 -07:00
Jordan Eldredge
57cf0e6e16 Pull convert presets out to top level options 2018-10-17 21:50:53 -07:00
Jordan Eldredge
031c9733f1 Use dynamic imports instead of require.ensure
I left out jsmediatags so as not to conflict with #679
2018-10-17 21:08:47 -07:00
Jordan Eldredge
68ad3ce5c8 Extract butterchurn config options 2018-10-17 20:28:53 -07:00
Jordan Eldredge
5b5a6847f8 Suppress error 2018-10-17 19:07:58 -07:00