move projects from sidebar to topbar (#170)

and fix #169
This commit is contained in:
Saeed Vaziry
2024-04-23 21:34:39 +02:00
committed by GitHub
parent f0da1c6d8c
commit 25977d2ead
14 changed files with 31 additions and 25 deletions

View File

@ -5,10 +5,6 @@ class="fixed left-0 top-0 z-40 h-screen w-64 -translate-x-full border-r border-g
>
<div class="h-full overflow-y-auto bg-white px-3 pb-4 dark:bg-gray-800">
<ul class="space-y-2 font-medium">
<li x-data="">
@include("layouts.partials.project-select")
</li>
<x-hr />
<li>
@include("layouts.partials.server-select")
</li>