aboutsummaryrefslogtreecommitdiff
path: root/src/components/extra_buttons/extra_buttons.vue
diff options
context:
space:
mode:
authormarcin mikołajczak <git@mkljczk.pl>2024-09-24 00:05:33 +0200
committermarcin mikołajczak <git@mkljczk.pl>2024-09-24 00:05:33 +0200
commit89fbaa159f29a7d175a5323eded29e20c9f3a752 (patch)
tree60a4354fd9c96cfbfb46f79ec6e8b4ce113bd7bf /src/components/extra_buttons/extra_buttons.vue
parent9e45228823cd0fa7eb9388b0eb7780b9609edf66 (diff)
Allow adding bookmarks to folders
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
Diffstat (limited to 'src/components/extra_buttons/extra_buttons.vue')
-rw-r--r--src/components/extra_buttons/extra_buttons.vue4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/components/extra_buttons/extra_buttons.vue b/src/components/extra_buttons/extra_buttons.vue
index 7b38d974..c030de0c 100644
--- a/src/components/extra_buttons/extra_buttons.vue
+++ b/src/components/extra_buttons/extra_buttons.vue
@@ -87,6 +87,10 @@
icon="bookmark"
/><span>{{ $t("status.unbookmark") }}</span>
</button>
+ <StatusBookmarkFolderMenu
+ v-if="status.bookmarked && bookmarkFolders"
+ :status="status"
+ />
</template>
<button
v-if="ownStatus && editingAvailable"