1
0
mirror of https://github.com/algora-io/tv.git synced 2025-12-13 21:46:00 +02:00

periodically fetch new stargazer count

This commit is contained in:
zafer
2024-04-27 22:06:46 +03:00
parent 64dcdbd8d5
commit 7836a8bf5c
3 changed files with 52 additions and 3 deletions

View File

@@ -137,6 +137,7 @@
</div>
</a>
<a
:if={Algora.Stargazer.count()}
class="group outline-none w-fit"
target="_blank"
rel="noopener noreferrer"
@@ -166,7 +167,7 @@
</defs>
</svg>
<span class="hidden xl:block">Star</span>
<span class="font-semibold text-gray-300">22</span>
<span class="font-semibold text-gray-300"><%= Algora.Stargazer.count() %></span>
</div>
</div>
</a>