~vesto/grooveboat

Merge pull request #33 from stevenleeg/dependabot/npm_and_yarn/lodash-4.17.14

Bump lodash from 4.17.11 to 4.17.14
join room after restoring
updating inactive subscription
430ef957 — dependabot[bot] 5 years ago
Bump lodash from 4.17.11 to 4.17.14

Bumps [lodash](https://github.com/lodash/lodash) from 4.17.11 to 4.17.14.
- [Release notes](https://github.com/lodash/lodash/releases)
- [Commits](https://github.com/lodash/lodash/compare/4.17.11...4.17.14)

Signed-off-by: dependabot[bot] <support@github.com>
remove ipfsd dependency causing security issue
more reliable room restoration
Merge branch 'master' of github.com:stevenleeg/grooveboat
add rejoining
Merge pull request #32 from Jesus/jb-fix-30

Fixes losing the focus on textarea in Chrome
adding missing key to map
7cef4469 — Jesús Burgos Maciá 5 years ago
Fixes losing the focus on textarea in Chrome

After a bit of investigation 🧐 I found out that the focus was being
lost when the textarea is disabled. Only Chrome has this behavior afaik.

The proposed solution avoids changing the enabled/disabled status
of the textarea and instead has a guard in the `onKeyPress` callback that
will prevent re-sending the message if another one is being sent
already.
fix stop track not working properly
properly set now playing of room
revamp the room selector
add null check
always join default buoy
fixing lots of race conditions
prevent race condition while waiting for tracks

... to begin
prevents a track from being played if prev stopped
notifies buoy upon queue change
Next