<.header> Daniel's Wishlist <:actions> <.button phx-click={ JS.push("toggle_view_state") |> JS.dispatch("toggle_view_state", detail: %{"grid" => !@grid}) }> Toggle Display <%= if @grid do %>
{item.title} <%= if item.received && !@current_user do %>
<.icon name="hero-check-circle" />Received
<% end %>
<%= item.title %>
<.icon name="hero-ellipsis-vertical" class="w-full h-full" />
<.dropdown item={item} />
<%= item.description %>
<% else %>
{item.title} <%= if item.received && !@current_user do %>
<.icon name="hero-check-circle" />Received
<% end %>
<%= item.title %>
<.icon name="hero-ellipsis-vertical" class="w-7 h-7" /> <.dropdown item={item} />
<%= item.description %>
<% end %>