Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add track route + locate track in cms #395

Merged
merged 15 commits into from
Aug 15, 2019
Merged

Add track route + locate track in cms #395

merged 15 commits into from
Aug 15, 2019

Conversation

4www
Copy link
Contributor

@4www 4www commented Aug 2, 2019

  • add a /channel/:track route & template
  • add the possibility to locate the currently playing track, in the cms

@4www 4www requested a review from oskarrough August 2, 2019 12:32
@@ -27,9 +28,32 @@ export default Component.extend(EKMixin, {
this.element.querySelector('input[type="search"]').focus()
}),

didRender() {
const locate = get(this, 'locate');
const $track = document.querySelector(`.Track.Track--live`)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can we call if (locate) this.locateActiveTrack() here instead?

@4www 4www merged commit 7f66083 into master Aug 15, 2019
@4www 4www deleted the feat/track-route branch August 15, 2019 11:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants