Skip to content
This repository was archived by the owner on Sep 16, 2024. It is now read-only.

Commit

Permalink
Merge pull request #346 from nypublicradio/mwalsh/remove-audio-experi…
Browse files Browse the repository at this point in the history
…ment

remove audio player experiment
  • Loading branch information
walsh9 authored May 11, 2022
2 parents 503cbb2 + c3bfa97 commit ae8289f
Show file tree
Hide file tree
Showing 11 changed files with 1,534 additions and 1,598 deletions.
2 changes: 1 addition & 1 deletion components/GothamistFooter.vue
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
</div>
</template>
</the-footer>
<div v-if="!$features.enabled['experiment-audio-player']" class="htlad-interior_leaderboard_adhesion" />
<div class="htlad-interior_leaderboard_adhesion" />
</div>
</template>

Expand Down
218 changes: 0 additions & 218 deletions components/GothamistPlayer.vue

This file was deleted.

22 changes: 0 additions & 22 deletions experiments/audio-player/index.js

This file was deleted.

3 changes: 0 additions & 3 deletions experiments/index.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,2 @@
import audioPlayer from './audio-player/index'

export default [
audioPlayer
]
22 changes: 0 additions & 22 deletions experiments/tagless-cards-on-homepage/index.js

This file was deleted.

15 changes: 0 additions & 15 deletions layouts/default.vue
Original file line number Diff line number Diff line change
Expand Up @@ -35,21 +35,6 @@
</transition>
</main>
<gothamist-footer v-if="!isGallery" />
<!-- audio player -->
<client-only>
<transition name="fade">
<gothamist-player
v-if="$features.enabled['experiment-audio-player']"
class="gothamist-player-wrapper"
@welcome-message-dismissed="gaEvent('Livestream', 'Welcome Message Dismissed')"
@player-dismissed="gaEvent('Livestream', 'Player Dismissed')"
@play-clicked="gaEvent('Livestream', 'Livestream Started')"
@pause-clicked="gaEvent('Livestream', 'Livestream Paused')"
@resume-clicked="gaEvent('Livestream', 'Livestream Resumed')"
/>
</transition>
</client-only>
<!-- audio player -->
</div>
</template>

Expand Down
Loading

0 comments on commit ae8289f

Please sign in to comment.