forked from Mirrors/elk
feat: add tooltip to change content visibility dropdown (#170)
This commit is contained in:
parent
62221e6e54
commit
6acc838850
1 changed files with 23 additions and 20 deletions
|
@ -232,6 +232,7 @@ onUnmounted(() => {
|
|||
</button>
|
||||
</CommonTooltip>
|
||||
|
||||
<CommonTooltip placement="bottom" content="Change content visibility">
|
||||
<CommonDropdown>
|
||||
<button btn-action-icon w-12>
|
||||
<div :class="currentVisibility.icon" />
|
||||
|
@ -253,6 +254,8 @@ onUnmounted(() => {
|
|||
</CommonDropdownItem>
|
||||
</template>
|
||||
</CommonDropdown>
|
||||
</CommonTooltip>
|
||||
|
||||
<button
|
||||
btn-solid rounded-full text-sm
|
||||
:disabled="!isExistDraft || isUploading || (draft.attachments.length === 0 && !draft.params.status)"
|
||||
|
|
Loading…
Reference in a new issue