kuma-gui icon indicating copy to clipboard operation
kuma-gui copied to clipboard

chore: adds Progress icon to XIcon/XAction

Open johncowen opened this issue 4 months ago • 1 comments

Adds ProgressIcon to XIcon and XButton, which means we can use conditionals like:

:action="writing ? 'progress' : 'create'"

instead of

<ProgressIcon v-if="writing" />
<AddIcon v-else />

johncowen avatar Sep 25 '24 13:09 johncowen