Commit graph

449 commits

Author SHA1 Message Date
Jordan Eldredge
7389e08a62 Allow playlist to be resized 2017-10-02 07:04:00 -07:00
Jordan Eldredge
cf4c2ba909 Use createObjectURL in clase of data URI
This is cheaper and saves some memory. As suggested by @nkwiatek.
2017-09-30 14:35:21 -07:00
Jordan Eldredge
7389587a75 Make ESLint happy 2017-09-30 14:35:21 -07:00
Jordan Eldredge
e97cb3c243 Add selection menu (always open, for now) 2017-09-30 13:33:27 -07:00
Jordan Eldredge
924485c8a8 Support ctrl click on tracks 2017-09-30 12:24:50 -07:00
Jordan Eldredge
48baae3274 Clicking a track unselects all other tracks 2017-09-30 12:08:28 -07:00
Jordan Eldredge
ec753b8b81 Slice up playlist button sprites 2017-09-30 12:00:44 -07:00
Jordan Eldredge
e37841f379 Allow users to select tracks 2017-09-30 12:00:30 -07:00
Jordan Eldredge
2a1d819a3d Fix playlist scolling
Fixes #401
2017-09-30 01:15:11 -07:00
Jordan Eldredge
7527e05a4d Disable preamp when disabling EQ
Fixes #403
2017-09-29 22:15:57 -07:00
Jordan Eldredge
87b8eaf0b9 Remove unused function 2017-09-27 22:44:19 -07:00
Jordan Eldredge
234c814410 Make playlist more draggable. 2017-09-27 22:44:19 -07:00
Jordan Eldredge
a267a8e546 Fix browser support message. 2017-09-27 22:44:19 -07:00
Jordan Eldredge
61aae34e41 Improve styling of playlist 2017-09-27 22:44:19 -07:00
Jordan Eldredge
a29f793db3 I had the playlist scroll bar handle states swapped. 2017-09-27 22:44:19 -07:00
Jordan Eldredge
390fd99e05 Get playlist scroll bar working. Kinda. 2017-09-27 22:44:19 -07:00
Jordan Eldredge
fc1e7214f0 Refactor playlist HTML/CSS 2017-09-27 22:44:19 -07:00
Jordan Eldredge
dfff415abb Remove equalizer feature flag 2017-09-27 22:44:19 -07:00
Jordan Eldredge
2739ae0a31 Remove equalizer feature flag 2017-09-27 18:39:57 -07:00
Jordan Eldredge
80f0e99ebb Add custom user message for playlist 2017-09-27 18:28:20 -07:00
Jordan Eldredge
af920107c0 Esc should not be able to toggle Lamma mode 2017-09-27 07:38:17 -07:00
Jordan Eldredge
082ae4f30a Fix dragging in files. 2017-09-26 16:52:34 -07:00
Jordan Eldredge
1e38da3f52 Fix some subtle bugs with the easter egg
Because we were trimming the log to be too long (it was trying to account for
esc), it would only work if the easter egg was the very first string typed.

Additionally, we filter out escape keys explicitly. This accounts for things
like Firefox when it blocks the file input popup, and therefore does not block
swallow the esc.

Also, clean up the array matching logic.

Fixes #395.
2017-09-26 08:24:36 -07:00
Jordan Eldredge
4445af4bc5 Only connect the analyser once. 2017-09-26 08:24:36 -07:00
Jordan Eldredge
dbef151f9a Handle refs getting unloade 2017-09-16 21:44:05 -07:00
Jordan Eldredge
be199b00f6 Playlist button when depressed and selected was 1px off. 2017-09-16 21:43:50 -07:00
Jordan Eldredge
1680e1b2fb Redo context menus 2017-09-16 14:10:51 -07:00
Jordan Eldredge
78d1a4da81 Cleanup 2017-09-15 16:46:42 -07:00
Jordan Eldredge
71854da4f4 Fix tests 2017-09-14 20:46:57 -07:00
Jordan Eldredge
75ac21322a Start work on playlist scoll handle 2017-09-14 20:43:33 -07:00
Jordan Eldredge
72d456bf98 Make visualizer reflect EQ/preamp 2017-09-14 12:42:21 -07:00
Jordan Eldredge
d140a5ee99 Use dimmed top buttons when main window not focused.
Fixes #378
2017-09-14 12:41:23 -07:00
Jordan Eldredge
725a55fc44 Enable the Equalizer window! 2017-09-12 20:59:49 -07:00
Jordan Eldredge
712f95dde2 Update snapshots 2017-09-12 20:27:43 -07:00
Jordan Eldredge
b9291e7581 Abstract MiniTime and add playlist features. 2017-09-12 20:24:17 -07:00
Jordan Eldredge
f0f381879c Add snapshot for Playlist window 2017-09-12 08:30:46 -07:00
Jordan Eldredge
26d7a43f62 Add snapshot of EQ window 2017-09-12 08:23:18 -07:00
Jordan Eldredge
4b33fb54c6 Ensure we don't doubletime the marquee when changing skins 2017-09-11 17:24:42 -07:00
Jordan Eldredge
80a153c692 Upgrade to React 16 release candidate 2017-09-11 17:13:16 -07:00
Jordan Eldredge
f717b753c1 Add some analtyics instrumentation 2017-09-09 13:39:01 -07:00
Jordan Eldredge
366600e01b Add some tooltip titles. Fixes #374 2017-09-08 22:04:16 -07:00
Jordan Eldredge
8aa6cbbe92 Remove unused import 2017-09-08 19:47:15 -07:00
Jordan Eldredge
e8aff5c2cd Fix user input reducer tests 2017-09-08 19:45:57 -07:00
Jordan Eldredge
994c725f60 Main window brings connected windows along. 2017-09-08 19:41:21 -07:00
Jordan Eldredge
2fe465ddf7 Show marquee changes in text display
Fixes #372
2017-09-08 19:41:08 -07:00
Jordan Eldredge
c33ebb7bd4 Fix eq title buttons 2017-09-07 21:48:14 -07:00
Jordan Eldredge
f8e4defdde Remove extra values from skin image object 2017-09-07 21:37:08 -07:00
Jordan Eldredge
3a02258d81 Export the same name as the file 2017-09-07 21:36:34 -07:00
Jordan Eldredge
2e9d281848 Prefer async/await to .then 2017-09-07 21:36:14 -07:00
Jordan Eldredge
3df7a3e286 Fix unselected easter egg title 2017-09-07 21:35:54 -07:00