Show tooltip with raw count
This commit is contained in:
@@ -15,7 +15,11 @@
|
||||
path={~p"/collection"}
|
||||
/>
|
||||
<.counter title={gettext("Total wishlist")} count={@wishlist_count} path={~p"/wishlist"} />
|
||||
<.counter title={gettext("Total scrobbles")} count={to_compact(@scrobble_count)} />
|
||||
<.counter
|
||||
title={gettext("Total scrobbles")}
|
||||
count={to_compact(@scrobble_count)}
|
||||
tooltip={@scrobble_count}
|
||||
/>
|
||||
</dl>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user