Remove /feed 'ForYouPage'

This commit is contained in:
2024-10-06 01:33:43 -04:00
parent 0241bcb66d
commit 02d5ef4371
3 changed files with 2 additions and 113 deletions

View File

@@ -65,17 +65,7 @@
</div>
<!-- Buttons -->
<div v-if="!showSearch" class="absolute-center flex">
<v-btn
v-if="authStore.isAuthenticated"
variant="plain"
icon
class="flex flex-row justify-center"
@click="feedHandler"
>
<img src="/images/hutopymedia/icons/feedfollow.svg" alt="feed follow icon"
style="filter: invert(0.5) brightness(0.0); width: 32px; height: 32px;" />
</v-btn>
<div v-if="!showSearch" class="absolute-center flex">
<v-btn
variant="plain"
icon
@@ -202,10 +192,6 @@ const explorerHandler = () => {
router.push('/explorer');
};
const feedHandler = () => {
router.push('/feed');
};
const handleClickOutside = (event) => {
if (!event.target.closest('.search-container')) {
showSearch.value = false;