Skip to content

Commit 21e7a86

Browse files
committed
Merge #477: Remove duplicate filter in navigation bar
3a9f122 feat: [#449] remove duplicate filter in navigation bar (Jose Celano) Pull request description: There is the new dropdown filter with 4 options on the rigth side. ACKs for top commit: josecelano: ACK 3a9f122 Tree-SHA512: 981d3272d01c3b05dfc23808ce49711cbbc558aaab1c47c627c596fe14ddb8b2dfd243688ef40fa7cb74df2442571c685bd6cff7c9f8c95a2e4d8f1e17f11b98
2 parents 1c83d17 + 3a9f122 commit 21e7a86

File tree

1 file changed

+0
-16
lines changed

1 file changed

+0
-16
lines changed

components/navigation/NavigationBar.vue

-16
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)