Skip to content

Commit

Permalink
feat: Add sponsor links to WhatsnewModal
Browse files Browse the repository at this point in the history
Signed-off-by: Marcel Klehr <mklehr@gmx.net>
  • Loading branch information
marcelklehr committed May 22, 2024
1 parent 8028ea7 commit 111bec9
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion src/components/WhatsnewModal.vue
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<template>
<NcModal v-if="showModal" :name="t('bookmarks', `What's new?`)" @close="onClose">
<div class="whatsnew">
<h3>โœจ {{ t('bookmarks', 'What\'s new in Bookmarks?') }}</h3>
<h3>โœจ {{ t('bookmarks', 'What\'s new?') }}</h3>
<ul>
<li>๐Ÿ“‚ You can now search for folders</li>
<li>๐Ÿ” Search is now scoped to the current folder only</li>
Expand All @@ -18,6 +18,15 @@
<li>๐Ÿงฎ The folders overview now shows the cumulative bookmarks counts for all folders</li>
<li>๐Ÿ› Lots of small bug fixes and performance improvements</li>
</ul>
<h3>๐Ÿ’™ {{ t('bookmarks', 'Would you like to support this project?') }}</h3>
<p>{{ t('bookmarks', 'My work on this Bookmarks app is fuelled by a voluntary subscription model. If you think what I do is worthwhile, please support my work. Also, please consider giving the app a review on the Nextcloud app store. Thank you ๐Ÿ’™ ') }}</p>
<ul>
<li><a href="https://github.com/sponsors/marcelklehr">GitHub Sponsors</a></li>
<li><a href="https://www.patreon.com/marcelklehr">Patreon</a></li>
<li><a href="https://liberapay.com/marcelklehr/donate">Liberapay</a></li>
<li><a href="https://ko-fi.com/marcelklehr">Ko-Fi</a></li>
<li><a href="https://www.paypal.me/marcelklehr1">GitHub Sponsors</a></li>
</ul>
</div>
</NcModal>
</template>
Expand Down

0 comments on commit 111bec9

Please sign in to comment.