Skip to content

Commit a89e24b

Browse files
committed
removed categories section
1 parent a4ccd4d commit a89e24b

1 file changed

Lines changed: 1 addition & 19 deletions

File tree

src/renderer/src/components/Sidebar.vue

Lines changed: 1 addition & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -28,24 +28,6 @@
2828
</span>
2929
</a>
3030
</li>
31-
32-
<li>
33-
<router-link
34-
to="/categories"
35-
class="group relative flex justify-center rounded px-2 py-1.5 text-gray-500 hover:bg-[#ffffff1a] hover:text-gray-700"
36-
:class="{ 'bg-gradient-to-r from-pink-500 to-purple-600 shadow-pink-600 shadow-[0_4px_20px_rgba(0,0,0,0.3)]': $route.path === '/categories' }"
37-
38-
>
39-
<img src="../assets/categories.svg" class="size-7">
40-
41-
<span
42-
class="invisible absolute start-full top-1/2 ms-4 -translate-y-1/2 rounded bg-gray-900 px-2 py-1.5 text-xs font-medium text-white group-hover:visible"
43-
>
44-
<router-link to="/categories"> Categories</router-link>
45-
</span>
46-
</router-link>
47-
</li>
48-
4931
<li>
5032
<router-link
5133
to="/plugins"
@@ -67,7 +49,7 @@
6749
class="group relative flex justify-center rounded px-2 py-1.5 text-gray-500 hover:bg-[#ffffff1a] hover:text-gray-700"
6850
:class="{ 'bg-gradient-to-r from-pink-500 to-purple-600 shadow-pink-600 shadow-[0_4px_20px_rgba(0,0,0,0.3)]': $route.path === '/history' }"
6951

70-
>
52+
>
7153
<img src="../assets/history.svg" class="size-6">
7254
<span class="invisible absolute start-full top-1/2 ms-4 -translate-y-1/2 rounded bg-gray-900 px-2 py-1.5 text-xs font-medium text-white group-hover:visible"
7355
>

0 commit comments

Comments
 (0)