Commit graph

1168 commits

Author SHA1 Message Date
Jordan Eldredge
aece92f3db
Merge pull request #505 from durasj/seeking-bar
Seeking bar refactor
2018-03-12 07:18:31 -07:00
Jakub Ďuraš
1c97cce4e1 Merges upstream/master and resolves conflicts 2018-03-12 11:50:34 +01:00
Jakub Ďuraš
8c4735d245 Refactor for position calculation to account for NaN/0 2018-03-11 23:15:32 +01:00
Jakub Ďuraš
5303bf70c8 Prettier position percentage calculation 2018-03-11 14:47:21 -07:00
Jakub Ďuraš
0a0ea9ffca Adds flooring of time elapsed for seeking bar position 2018-03-11 14:47:21 -07:00
Jakub Ďuraš
ea36814d2a Prettier position percentage calculation 2018-03-11 20:26:03 +01:00
Jordan Eldredge
f8660f319b Load directories 2018-03-10 18:59:59 -08:00
Jordan Eldredge
9203a4a240 Pick different priority for duration. 2018-03-10 16:45:40 -08:00
Jordan Eldredge
a2d9146188 Fix priority loading 2018-03-10 16:37:28 -08:00
Jordan Eldredge
eff471105c Use visibility to prioritize loading of metadata/duration 2018-03-10 16:28:38 -08:00
Jordan Eldredge
af9bb08a10 Add more press sources 2018-03-10 16:27:08 -08:00
Jordan Eldredge
f81ad68a46 Fix insert position of tracks dragged into the playlist while scrolled 2018-03-10 16:25:53 -08:00
Jordan Eldredge
ef82da7664 Don't show colons for time that we don't know 2018-03-10 16:24:07 -08:00
Jordan Eldredge
6cb8b50c09 Add missing key 2018-03-10 16:11:41 -08:00
Jordan Eldredge
a3c32fb916 Move initial track default back to config 2018-03-10 16:11:31 -08:00
Jordan Eldredge
5830ac1021 Pull Dropbox integration out of core
Fixes #499
2018-03-10 16:02:49 -08:00
Jordan Eldredge
b8a3796295 Skin museum has it's own eslint 2018-03-10 16:02:49 -08:00
Jordan Eldredge
3fe6adda35 Use dot notation 2018-03-10 16:02:49 -08:00
Jordan Eldredge
4c229c358d Remove unused test 2018-03-10 16:02:49 -08:00
Jordan Eldredge
6ee338fc76 Remove event listener
I was a good boy, and made sure to remove my mouse move event listener when the user's mouse came up.

Sadly, I didn't then _also_ remove the mouse up event listener.

This meant that after clicking a few times, the whole app would stall quite a bit any time your mouse came up.
2018-03-10 16:02:49 -08:00
Jordan Eldredge
33e33b2dec Add dropbox support 2018-03-10 16:02:49 -08:00
Jordan Eldredge
700b7392ca Ignore the skin museum 2018-03-10 16:02:49 -08:00
Jordan Eldredge
736c54e1ec Allow keywords in dot notation 2018-03-10 16:02:49 -08:00
Jordan Eldredge
4423bf2418 Add todo 2018-03-10 16:02:49 -08:00
Jordan Eldredge
b34289990e Add changelog and howtogeek to press page 2018-03-10 16:02:49 -08:00
Jordan Eldredge
5836e9f542 Add infra for dropbox chooser and lazy id3 tags 2018-03-10 16:02:49 -08:00
Jordan Eldredge
f429fdcd0b Fix ordering when loading multiple files 2018-03-10 16:02:49 -08:00
Jordan Eldredge
41862ffde6 Improve handling of x-origin duration fetching 2018-03-10 16:02:49 -08:00
Jakub Ďuraš
994da15f55 Adds flooring of time elapsed for seeking bar position 2018-03-10 19:07:28 +01:00
Jordan Eldredge
c42b33dff7 Move default audio out of Winamp class
This allows ID3 tags to work on config based audio files.
2018-03-02 13:47:56 -08:00
Jordan Eldredge
05db6ff696 Organize press articles by language 2018-02-28 07:25:37 -08:00
Jordan Eldredge
c82d9e5d55 Clean up readme 2018-02-28 06:02:39 -08:00
Jordan Eldredge
ccff90a596 Fix reddit link formatting 2018-02-27 21:42:00 -08:00
Jordan Eldredge
6ab7097647 Add more press articles 2018-02-27 21:38:42 -08:00
Jordan Eldredge
c175e14a12 Document enabling hotkeys 2018-02-26 07:05:03 -08:00
Jordan Eldredge
39e8698d11 Improve formatting of the press page 2018-02-22 08:13:33 -08:00
Jordan Eldredge
bb5502461f Get window size more robustly 2018-02-21 20:03:11 -08:00
Jordan Eldredge
95221727d7 Ensure audio is resumed by user interaction. 2018-02-21 19:35:32 -08:00
Jordan Eldredge
7ca214707f Remove some rules which double up on Prettier 2018-02-21 19:33:59 -08:00
Jordan Eldredge
25a59a3a1e Align track duration right if some tracks have more digits than others. 2018-02-20 20:01:37 -08:00
Jordan Eldredge
4c555a4887 Improve track display name fallback. 2018-02-20 19:43:20 -08:00
Jordan Eldredge
c3e90c2133 Make hotkeys optional 2018-02-19 20:50:38 -08:00
Jordan Eldredge
f74bb1bc41 Move NPM repo to production mode. Add minified version. 2018-02-19 20:46:54 -08:00
Jordan Eldredge
e52ddd63c4 Exclude Raven from the UMD bundle 2018-02-19 20:18:55 -08:00
Jordan Eldredge
87c833f4be Bump version 2018-02-19 20:12:03 -08:00
Jordan Eldredge
ee04f2adc9 Allow Winamp2-js to center iteself in a container element 2018-02-19 20:10:37 -08:00
Jordan Eldredge
2be6f09c93 Add winamp2-js id ourselves to ensure CSS namespacing works everywhere 2018-02-19 20:08:53 -08:00
Jordan Eldredge
a61c290c6c Bump version 2018-02-19 17:29:17 -08:00
Jordan Eldredge
b11ae25a33 Refactor file loading 2018-02-19 17:16:25 -08:00
Jordan Eldredge
2bc90d9a90 Improve how files get loaded 2018-02-19 10:42:46 -08:00