Show tooltip with raw count

This commit is contained in:
Claudio Ortolina
2025-09-02 09:00:05 +03:00
parent 7532431ae0
commit 41600df226
2 changed files with 25 additions and 3 deletions
@@ -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>