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
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
Jordan Eldredge
62a6dd17a2
Add gigazine press link
2018-02-19 10:39:16 -08:00
Jordan Eldredge
857903963b
Ignore skin screenshots
2018-02-19 10:10:18 -08:00
Jordan Eldredge
79343a0902
Improve screenshot tracks
2018-02-19 10:10:01 -08:00
Jordan Eldredge
bdb599fe32
Use default playlist colors when not specified
2018-02-17 21:55:54 -08:00
Jordan Eldredge
b241bffb88
Exclude polyfills from UMD build.
...
Improve docs for npm module
2018-02-17 21:55:54 -08:00
Jordan Eldredge
43cbf35e82
Use role application
2018-02-15 21:43:47 -08:00
Jordan Eldredge
85df75d3b0
Avoid rebinding openFileDialog in render
...
This is probably not a real perf problem, but I personally find .bind a bit harder to read than arrow functions, and since I was converting them, I figured I'd move them to `mapDispatchToProps` which only gets called on mount rather than on each render.
2018-02-12 17:11:59 -08:00
Ricky Miller
bd7ac23bc0
Limit presets to .eqf
2018-02-12 16:13:26 -08:00
Ricky Miller
5732baeb97
Update Regex, add pledit with quotes
2018-02-12 09:22:33 -08:00
Ricky Miller
eaf1bbe5c9
Add test
2018-02-12 09:22:33 -08:00
Ricky Miller
c8caec573a
Add global and replace
2018-02-12 09:22:33 -08:00
Ricky Miller
cd8d38b371
Fix prettier nits
2018-02-12 09:22:33 -08:00
Ricky Miller
94fc18fa27
Oh right
2018-02-12 09:22:33 -08:00