Replace refresh scrobble list icon
Makes it for a better animation
This commit is contained in:
@@ -20,8 +20,8 @@ defmodule MusicLibraryWeb.ScrobbleComponents do
|
||||
>
|
||||
<span class="sr-only">{gettext("Refresh scrobbles")}</span>
|
||||
<.icon
|
||||
name="hero-arrow-path"
|
||||
class="phx-click-loading:animate-spin size-5"
|
||||
name="hero-cloud-arrow-down"
|
||||
class="phx-click-loading:animate-bounce size-5"
|
||||
aria-hidden="true"
|
||||
data-slot="icon"
|
||||
/>
|
||||
|
||||
@@ -163,8 +163,8 @@ defmodule MusicLibraryWeb.CollectionLive.Show do
|
||||
phx-click="refresh_musicbrainz_data"
|
||||
>
|
||||
<.icon
|
||||
name="hero-arrow-path"
|
||||
class="phx-click-loading:animate-spin mr-1 size-4"
|
||||
name="hero-cloud-arrow-down"
|
||||
class="phx-click-loading:animate-bounce mr-1 size-4"
|
||||
aria-hidden="true"
|
||||
data-slot="icon"
|
||||
/>
|
||||
|
||||
@@ -117,8 +117,8 @@ defmodule MusicLibraryWeb.WishlistLive.Show do
|
||||
phx-click="refresh_musicbrainz_data"
|
||||
>
|
||||
<.icon
|
||||
name="hero-arrow-path"
|
||||
class="phx-click-loading:animate-spin mr-1 size-4"
|
||||
name="hero-cloud-arrow-down"
|
||||
class="phx-click-loading:animate-bounce mr-1 size-4"
|
||||
aria-hidden="true"
|
||||
data-slot="icon"
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user