Marks Polakovs
feccb3155e
Migrate react-contextmenu to react-contexify
2020-11-09 14:30:50 +00:00
Matthew Stratford
4e46ec720f
Update Wavesurfer to 4.1.1 to allow seeking in regions again.
2020-09-25 18:04:36 +01:00
Matthew Stratford
4a9965dc71
Merge remote-tracking branch 'origin/master' into mstratford-UI-reshuffle
2020-09-25 16:23:30 +01:00
Marks Polakovs
5f48519f47
Add lint-staged to run prettier on commit
2020-09-25 08:49:50 +01:00
Matthew Stratford
b59887038d
Updated yarn.lock.
2020-09-20 18:59:39 +01:00
Matthew Stratford
a45aa7a17e
Hey, I heard you like Stereo VU Meters.
2020-09-20 16:16:34 +01:00
Matthew Stratford
438a5593cb
Split navbar up into two sections (WIP)
2020-09-20 16:15:26 +01:00
Matthew Stratford
044eaec509
Update Wavesurfer to fix Ram Leak on .destroy()
2020-09-19 02:31:46 +01:00
dependabot[bot]
a539d0edb0
Bump elliptic from 6.5.2 to 6.5.3
...
Bumps [elliptic](https://github.com/indutny/elliptic ) from 6.5.2 to 6.5.3.
- [Release notes](https://github.com/indutny/elliptic/releases )
- [Commits](https://github.com/indutny/elliptic/compare/v6.5.2...v6.5.3 )
Signed-off-by: dependabot[bot] <support@github.com>
2020-08-01 18:15:19 +00:00
dependabot[bot]
ce56e5e2ed
Bump lodash from 4.17.15 to 4.17.19
...
Bumps [lodash](https://github.com/lodash/lodash ) from 4.17.15 to 4.17.19.
- [Release notes](https://github.com/lodash/lodash/releases )
- [Commits](https://github.com/lodash/lodash/compare/4.17.15...4.17.19 )
Signed-off-by: dependabot[bot] <support@github.com>
2020-07-21 18:02:13 +02:00
dependabot[bot]
347d394e5f
Bump websocket-extensions from 0.1.3 to 0.1.4
...
Bumps [websocket-extensions](https://github.com/faye/websocket-extensions-node ) from 0.1.3 to 0.1.4.
- [Release notes](https://github.com/faye/websocket-extensions-node/releases )
- [Changelog](https://github.com/faye/websocket-extensions-node/blob/master/CHANGELOG.md )
- [Commits](https://github.com/faye/websocket-extensions-node/compare/0.1.3...0.1.4 )
Signed-off-by: dependabot[bot] <support@github.com>
2020-06-08 01:11:16 +00:00
Marks Polakovs
24760e51db
Add semi-automated script for tracing memory leak
2020-05-26 14:54:13 +02:00
Matthew Stratford
173737d119
Fix Yarn.lock
2020-05-20 21:20:22 +01:00
Matthew Stratford
2c1c794198
Update some Yarn plugins and fix bugs now detected.
2020-05-20 20:25:19 +01:00
Marks Polakovs
5f373571af
Add an animation to the register/cancel button
...
Hopefully this will stop people mashing the button and DoS'ing shittyserver
2020-04-24 17:30:36 +02:00
Marks Polakovs
5ece897b2e
Refactor MixerState ( #94 )
...
* Refactor MixerState
This extracts the actual audio handling out from MixerState into a separate module with two classes, Player and AudioEngine, because separation of concerns good and 1,000 line file bad.
* Remove unnecessary module
* Fix mic calibration
* rename engine to audioEngine
* Fix a butchered merge
* remove a bunch of unused imports
2020-04-24 11:00:24 +02:00
Marks Polakovs
9955e810f0
Refactor "time remaining" to less flagrantly violate Redux requirements
2020-04-20 15:24:33 +02:00
Marks Polakovs
abcac8107c
Use @ury1350/prettier-config
2020-04-19 18:49:59 +02:00
Marks Polakovs
94ffe8dd74
Use bundled Font Awesome instead of CDN
2020-04-17 17:37:01 +02:00
Marks Polakovs
cb0e091c30
Refactor news cues code
2020-04-16 10:26:08 +02:00
Marks Polakovs
5f6a7fec15
try and do the news noises
2020-04-13 13:42:11 +02:00
Matthew Stratford
8c7df0f5ab
Add basis of webstudio selector server UI.
2020-04-11 22:39:27 +01:00
Marks Polakovs
4a70fb405f
Do some fun SDP rewriting to hopefully get better quality
2020-04-10 16:16:43 +02:00
Marks Polakovs
e0039e653e
client: add Raygun exception tracking
2020-04-10 12:57:03 +02:00
Marks Polakovs
daeacd238f
Add state persistence
...
Currently it's limited to the "options" key but can be expanded
2020-04-10 10:04:42 +02:00
Marks Polakovs
b2c6f4d3d8
client: remove Suspense and switch to mainline react
2020-04-07 11:42:11 +02:00
Marks Polakovs
502811f68a
Extract some shite out into an options modal
2020-04-03 16:23:03 +02:00
Marks Polakovs
5763295b76
Add alert bar (also refactoring)
2020-04-03 12:41:34 +02:00
Marks Polakovs
2a3bbb1d41
Enable Service Workers and cache NIPSWeb/(secure|managed)_play
2020-04-03 12:02:48 +02:00
Marks Polakovs
0c12f97301
Initial draft of mic calibration
2020-03-29 13:23:41 +02:00
Marks Polakovs
c9b1b14d59
Eject
2020-03-29 12:04:49 +02:00
Marks Polakovs
5bb21ad4f6
package diddling
2020-03-28 08:38:16 +01:00
Marks Polakovs
7b6975c908
Streaming works - ish
2020-03-27 11:22:54 +01:00
Ben Allen
805efdfb55
useBeforeunload working
2020-03-23 16:35:21 +00:00
Marks Polakovs
b63909a0a3
regenerate yarn lock to unbreak build
2020-03-23 14:22:08 +01:00
thekingofjibs
f51e53bf9d
apparantly we don't need this...?
2020-03-20 12:00:34 +00:00
Marks Polakovs
4151b753f5
Fading and keyboard shortcuts
2020-03-19 22:24:00 +00:00
Marks Polakovs
a6b24072b8
Mixing and UI tweaks, mebbe.
2020-03-19 17:49:55 +00:00
Marks Polakovs
9c0cde9d6b
fiddling
2020-03-17 22:11:49 +00:00
Marks Polakovs
f2928ab266
implement removing
2019-11-26 13:00:15 +00:00
Marks Polakovs
9b60cd178f
working-ish
2019-11-26 10:01:26 +00:00
Marks Polakovs
8952f9da4a
Initial commit from Create React App
2019-11-12 12:21:05 +00:00