feat: disabled boost button (#2326)
This commit is contained in:
parent
a4d34323ed
commit
2267db11c6
2 changed files with 4 additions and 2 deletions
|
@ -60,6 +60,7 @@ function reply() {
|
|||
color="text-green" hover="text-green" elk-group-hover="bg-green/10"
|
||||
icon="i-ri:repeat-line"
|
||||
active-icon="i-ri:repeat-fill"
|
||||
inactive-icon="i-tabler:repeat-off"
|
||||
:active="!!status.reblogged"
|
||||
:disabled="isLoading.reblogged || !canReblog"
|
||||
:command="command"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue