0} class="flex items-center">
+
0} class="flex items-center gap-1">
Enter
- {gettext("Select")}
+ {gettext("Select")}
-
+
Esc
- {gettext("Close")}
+ {gettext("Close")}
0} class="text-zinc-500 dark:text-zinc-400">
diff --git a/lib/music_library_web/live/record_set_live/index.ex b/lib/music_library_web/live/record_set_live/index.ex
index 485cfd25..97c29ab4 100644
--- a/lib/music_library_web/live/record_set_live/index.ex
+++ b/lib/music_library_web/live/record_set_live/index.ex
@@ -280,7 +280,7 @@ defmodule MusicLibraryWeb.RecordSetLive.Index do
>
-
+
<.link navigate={~p"/record-sets/#{@record_set}"} class="hover:underline">
{@record_set.name}
diff --git a/lib/music_library_web/live/scrobble_live/show.ex b/lib/music_library_web/live/scrobble_live/show.ex
index 6cd11c4e..e24e8328 100644
--- a/lib/music_library_web/live/scrobble_live/show.ex
+++ b/lib/music_library_web/live/scrobble_live/show.ex
@@ -29,7 +29,7 @@ defmodule MusicLibraryWeb.ScrobbleLive.Show do
)}
-
+
<.button variant="ghost" size="sm" navigate={~p"/scrobble"}>
<.icon name="hero-arrow-left" class="icon" aria-hidden="true" data-slot="icon" />
{gettext("Back to search")}
diff --git a/lib/music_library_web/live/stats_live/index.ex b/lib/music_library_web/live/stats_live/index.ex
index 93bd64b2..bdab3621 100644
--- a/lib/music_library_web/live/stats_live/index.ex
+++ b/lib/music_library_web/live/stats_live/index.ex
@@ -27,11 +27,11 @@ defmodule MusicLibraryWeb.StatsLive.Index do
wishlist_count={@wishlist_count}
scrobble_count={@scrobble_count}
/>
-
+
<.formats_stats collection_count_by_format={@collection_count_by_format} />
<.types_stats collection_count_by_type={@collection_count_by_type} />
-
+
<.on_this_day current_date={@current_date} records_on_this_day={@records_on_this_day} />
@@ -42,7 +42,7 @@ defmodule MusicLibraryWeb.StatsLive.Index do
streams={@streams}
/>
-
+
<.top_collection_artists records_by_artist={@records_by_artist} />
<.top_collection_genres records_by_genre={@records_by_genre} />
<.top_release_years records_by_release_year={@records_by_release_year} />