Commit graph

2729 commits

Author SHA1 Message Date
Jordan Eldredge
0057ee98ac Prettier 2020-01-13 20:37:00 -08:00
Jordan Eldredge
b1e1128c15 Patch mismatch methods 2020-01-13 20:37:00 -08:00
Jordan Eldredge
dec28c7a1a Make methods lower case 2020-01-13 20:37:00 -08:00
Jordan Eldredge
346ad4fdbd Add generated maki interfaces 2020-01-13 20:37:00 -08:00
Jordan Eldredge
d60bd99355 [WIP] Experiment with new way to clear canvas 2020-01-13 20:37:00 -08:00
Jordan Eldredge
98d6d890af Dummy viz 2020-01-13 20:37:00 -08:00
Jordan Eldredge
cad005e175 Use type not interface 2020-01-13 20:37:00 -08:00
Jordan Eldredge
961f204496 Pull visualizers out into hooks 2020-01-13 20:37:00 -08:00
Jordan Eldredge
5f8ca7f45e Finally convert visualizer to function component 2020-01-13 20:37:00 -08:00
Jordan Eldredge
89164dd3c1 Extract setStyle 2020-01-13 20:37:00 -08:00
Jordan Eldredge
e705766081 Derive buffer length 2020-01-13 20:37:00 -08:00
Jordan Eldredge
a8f2dcb40e Pull peak arrays out to functional component 2020-01-13 20:37:00 -08:00
Jordan Eldredge
782e53b460 Pull out barCanvas into the functional component 2020-01-13 20:37:00 -08:00
Jordan Eldredge
17bba20ce4 Extract some props into a functional version of Visualizer
This is a step toward making the whole component functional
2020-01-13 20:37:00 -08:00
Jordan Eldredge
acfc2e5079 Move printBarFrame into visualizerUtils 2020-01-13 20:37:00 -08:00
Jordan Eldredge
17cfd0cb29 Start extracting (and typing) visualizer render methods 2020-01-13 20:37:00 -08:00
Jordan Eldredge
1d66ee3961 Split out visualizerUtils
This is partially an attempt to allow me to focus on the Visualizer component so I can convert it to a functional component, but also an attempt to iteratively type this code
2020-01-13 20:37:00 -08:00
Jordan Eldredge
b3266528f8 Experiment with action to run IA tests 2020-01-13 20:37:00 -08:00
Jordan Eldredge
6dce525272
Retry Internet Archive integration tests (#963)
* Increase timeout

* Retry failed tests five times
2020-01-13 20:36:43 -08:00
Jordan Eldredge
6d6dc1e8ba
Experiment with action to run IA tests (#961)
* Experiment with action to run IA tests

* Split out IA tests

* Don't try on push

* Also on push

* Make an error an error

* Introduce failing test

* Return an error exit code

* Remove failing test
2020-01-04 14:22:25 -08:00
Jordan Eldredge
efabd18745 Remove unused prop from type 2019-12-23 20:09:08 -08:00
Jordan Eldredge
0a8e213df6 Make ListMenu a functional component 2019-12-23 20:08:59 -08:00
Jordan Eldredge
a7e32f15ce Make PresetOverlay a functional component 2019-12-23 20:08:40 -08:00
Jordan Eldredge
49633c7615 Replace some instances of connect with hooks 2019-12-23 19:01:28 -08:00
Jordan Eldredge
33cd6a5c27 Use hooks in App.tsx 2019-12-23 18:13:08 -08:00
Jordan Eldredge
7bd8c702ac Make the Skin component use hooks and type it
This also abstracts some generic utility components
2019-12-23 17:06:36 -08:00
Jordan Eldredge
af4990d5af Convert EQGraph to use hooks and be typed 2019-12-23 10:47:50 -08:00
Jordan Eldredge
1fce48befb Rewrite WindowManager to use hooks 2019-12-23 00:55:56 -08:00
Jordan Eldredge
0924c355f3 This method is already here, we don't need it twice 2019-12-22 23:34:00 -08:00
Jordan Eldredge
acc0c90e97 Sketch out script to build types for Maki runtime objects 2019-12-22 23:33:39 -08:00
Jordan Eldredge
a3d6615f3f Split up Maki eslint rules 2019-12-22 15:53:30 -08:00
Jordan Eldredge
30ed04c3f7 Don't leak teardowns 2019-12-20 15:30:12 -08:00
Jordan Eldredge
318489a74c We are Webamp not Winamp 2019-12-20 15:29:56 -08:00
Jordan Eldredge
10b9c76aae Don't try to offer Webamp as a PWA
It was fun to get working, but now: Keep it simple stupid.
2019-12-19 21:29:58 -08:00
Jordan Eldredge
080bf26e53 Format 2019-12-19 20:58:10 -08:00
Jordan Eldredge
1ed3338d15 Enable prettier for example 2019-12-19 20:45:46 -08:00
Jordan Eldredge
e826d41761 Remove service worker 2019-12-19 20:45:05 -08:00
Jordan Eldredge
016eb6f797 Use redux-sentry-middleware rather than our own thing 2019-12-19 06:51:50 -08:00
Jordan Eldredge
1b188f1408 Add Internet Archive test 2019-12-19 06:48:55 -08:00
Jordan Eldredge
4518c49371 Fix typo 2019-12-19 06:48:55 -08:00
Jordan Eldredge
e8c225e8f5 Refactor context menu components to use hooks 2019-12-19 06:48:55 -08:00
Jordan Eldredge
e4713beb00 Convert convext menu wrapper to use hooks 2019-12-19 06:48:55 -08:00
Jordan Eldredge
a488a4b3f0
Upgrade to new Sentry SDK (#956)
* Upgrade to new Sentry SDK

* Rename middleware to use Sentry instead of Raven
2019-12-17 20:24:20 -08:00
Jordan Eldredge
77823a07fe Make App a functional component
This also fixes a bug where after resizing the browser and closing Webamp the icon would be unclickable.

Clearing style.right by setting it to "none" was wrong. "auto" is the right value to unset it.
2019-12-06 21:22:25 -08:00
Jordan Eldredge
7ed05cddd0 Make icon hidden state a bit more explicit 2019-12-06 21:19:28 -08:00
Jordan Eldredge
abc1495d9b Make Playlist Shade a functional component 2019-12-06 07:09:23 -08:00
Jordan Eldredge
610dfa61dc Use functional component for TrackCells 2019-12-06 07:01:53 -08:00
Jordan Eldredge
89c7ee4759 Use functional component for PlaylistWindow 2019-12-06 06:51:25 -08:00
Jordan Eldredge
cc18d9336a Use functional component 2019-12-06 06:42:37 -08:00
Jordan Eldredge
d24b86e189
Rm media library (#957)
* Remove CSS

* Remove LibraryButton

* Remove Sidebar

* Remove LibraryTable

* Remove MediaLibrary components

* Clean up skin stuff and some odds and ends

* Clean up constants

* Remove Media Library from compiled CSS
2019-12-06 06:24:21 -08:00