Skip to content

Commit

Permalink
track cell visualize
Browse files Browse the repository at this point in the history
  • Loading branch information
michelson committed Aug 20, 2023
1 parent db55239 commit b42e9b1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions app/views/home/index.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@
<% end %>
</div>

<!-- TODO: lazy frame to some collection route on tracks -->
<div class="mt-8 relative">
<div class="relative w-full overflow-x-auto">
<ul role="list" class="mx-4 inline-flex space-x-8 sm:mx-6 lg:mx-0 lg:space-x-0 lg:grid lg:grid-cols-6 lg:gap-x-8">
Expand Down
2 changes: 1 addition & 1 deletion app/views/tracks/_track_cell.erb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<%= link_to track_path(track),
"data-turbo-frame": "_top",
class: "group space-y-2 p-2 hover:bg-gray-800 rounded-md" do %>
class: "w-64 md:w-48 group space-y-2 p-2 hover:bg-gray-800 rounded-md" do %>
<div class="w-full aspect-w-1 aspect-h-1 bg-gray-200 dark:bg-gray-900 rounded-lg overflow-hidden xl:aspect-w-7 xl:aspect-h-8">
<div
data-controller="play-button"
Expand Down

0 comments on commit b42e9b1

Please sign in to comment.