Retained tab state using location hash (#161)

This commit is contained in:
Kieran
2024-04-03 11:05:49 -07:00
committed by GitHub
parent 79c61bca4f
commit 3b1c1692fb
4 changed files with 27 additions and 3 deletions
@@ -52,7 +52,9 @@
<:tab title="Sources">
<.table rows={@media_profile.sources} table_class="text-black dark:text-white">
<:col :let={source} label="Name">
<%= source.custom_name || source.collection_name %>
<.subtle_link href={~p"/sources/#{source.id}"}>
<%= source.custom_name || source.collection_name %>
</.subtle_link>
</:col>
<:col :let={source} label="Type"><%= source.collection_type %></:col>
<:col :let={source} label="Should Download?">