Skip to content

Commit 3a9f122

Browse files
committed
feat: [#449] remove duplicate filter in navigation bar
There is the new dropdown filter with 4 options on the rigth side.
1 parent 1c83d17 commit 3a9f122

File tree

1 file changed

+0
-16
lines changed

1 file changed

+0
-16
lines changed

components/navigation/NavigationBar.vue

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -19,22 +19,6 @@
1919
@focusout="typingInSearch = false"
2020
>
2121
</div>
22-
<div class="hidden px-2 dropdown dropdown-hover md:inline-block text-base-content/75 hover:text-base-content">
23-
<div tabindex="0" class="px-1">
24-
<NuxtLink to="/torrents" class="flex">
25-
Torrents
26-
<ChevronDownIcon class="w-5 ml-2" />
27-
</NuxtLink>
28-
</div>
29-
<ul tabindex="0" class="p-2 rounded shadow menu dropdown-content bg-base-100 w-52">
30-
<li><NuxtLink to="/torrents?sorting=LeechersDesc">
31-
Most Popular
32-
</NuxtLink></li>
33-
<li><NuxtLink to="/torrents?sorting=UploadedDesc">
34-
Most Recent
35-
</NuxtLink></li>
36-
</ul>
37-
</div>
3822
<div class="flex-none gap-2 ml-auto">
3923
<template v-if="user">
4024
<NuxtLink id="upload-button" to="/upload" class="hidden md:flex btn bg-base-100 rounded-2xl">

0 commit comments

Comments
 (0)