Skip to content

Commit

Permalink
Move subscribe button to search area of Navigation
Browse files Browse the repository at this point in the history
  • Loading branch information
Laurent Gabardos committed Nov 25, 2024
1 parent 8a0d0b5 commit 5bd8996
Showing 1 changed file with 11 additions and 9 deletions.
20 changes: 11 additions & 9 deletions src/components/Sidebar.vue
Original file line number Diff line number Diff line change
@@ -1,15 +1,17 @@
<template>
<NcAppNavigation>
<AddFeed v-if="showAddFeed" @close="closeShowAddFeed()" />
<NcAppNavigationNew :text="t('news', 'Subscribe')"
button-id="new-feed-button"
button-class="icon-add"
:icon="''"
@click="showShowAddFeed()">
<template #icon>
<PlusIcon />
</template>
</NcAppNavigationNew>
<template #search>
<NcAppNavigationNew :text="t('news', 'Subscribe')"
button-id="new-feed-button"
button-class="icon-add"
:icon="''"
@click="showShowAddFeed()">
<template #icon>
<PlusIcon />
</template>
</NcAppNavigationNew>
</template>
<template #list>
<NcAppNavigationNewItem :name="t('news', 'New folder')"
:icon="''"
Expand Down

0 comments on commit 5bd8996

Please sign in to comment.