mirror of
https://github.com/ivabus/gui
synced 2025-04-23 14:07:14 +03:00
gear icon bouncing if there is an update
This commit is contained in:
parent
c5e70dd832
commit
13af2294ac
1 changed files with 1 additions and 0 deletions
|
@ -24,6 +24,7 @@
|
|||
class="group flex h-[28px] w-[28px] items-center justify-center rounded-sm border border-gray hover:bg-[#e1e1e1]"
|
||||
class:circle-badge={$updateStatus.status === "available" || $updateStatus.status === "ready"}
|
||||
on:click={() => (isOpen = !isOpen)}
|
||||
class:animate-bounce={$updateStatus.status === "ready"}
|
||||
title="settings"
|
||||
>
|
||||
<div class="icon-gear text-l flex text-gray group-hover:text-black" />
|
||||
|
|
Loading…
Reference in a new issue