Skip to content

Commit

Permalink
removing Stimulus & yarn
Browse files Browse the repository at this point in the history
  • Loading branch information
weaverryan committed Jun 19, 2023
1 parent 58ea91d commit 7918514
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4,307 deletions.
6 changes: 2 additions & 4 deletions templates/vinyl/homepage.html.twig
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,9 @@
<div class="col-12 col-md-8 ps-5">
<h2 class="mb-4">10 songs (30 minutes of 60 still available)</h2>
{% for track in tracks %}
<div class="song-list" {{ stimulus_controller('song-controls', {
infoUrl: path('api_songs_get_one', { id: loop.index })
}) }}>
<div class="song-list">
<div class="d-flex mb-3">
<a href="#" {{ stimulus_action('song-controls', 'play') }}>
<a href="#">
<i class="fas fa-play me-3"></i>
</a>
<span class="song-details">{{ track.song }} - {{ track.artist }}</span>
Expand Down
Loading

0 comments on commit 7918514

Please sign in to comment.