Frontend: Different icon for already-renoted buttons
ci/woodpecker/push/ociImagePush Pipeline was successful
Details
ci/woodpecker/push/ociImagePush Pipeline was successful
Details
This commit is contained in:
parent
df275de905
commit
98c5bcb4c4
|
@ -7,7 +7,13 @@
|
|||
:class="{ renoted: hasRenotedBefore }"
|
||||
@click="renote(false, $event)"
|
||||
>
|
||||
<i class="ph-repeat ph-bold ph-lg"></i>
|
||||
<i
|
||||
class="ph-bold ph-lg"
|
||||
:class="{
|
||||
'ph-repeat': !hasRenotedBefore,
|
||||
'ph-repeat-once': hasRenotedBefore,
|
||||
}"
|
||||
></i>
|
||||
<p v-if="count > 0 && !detailedView" class="count">{{ count }}</p>
|
||||
</button>
|
||||
<button v-else class="eddddedb _button">
|
||||
|
|
Loading…
Reference in New Issue