ui upgrades
This commit is contained in:
		@@ -3,32 +3,32 @@
 | 
				
			|||||||
@tailwind utilities;
 | 
					@tailwind utilities;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
.scrollbar {
 | 
					.scrollbar {
 | 
				
			||||||
    @apply scrollbar-thumb-coollabs-100 scrollbar-track-coolgray-200 scrollbar-w-1;
 | 
					    @apply scrollbar-thumb-coollabs-100 scrollbar-track-coolgray-200 scrollbar-w-2;
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
html {
 | 
					html {
 | 
				
			||||||
    @apply text-neutral-400;
 | 
					    @apply text-neutral-400;
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
body {
 | 
					body {
 | 
				
			||||||
    @apply scrollbar antialiased text-sm;
 | 
					    @apply text-sm antialiased scrollbar;
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
.main {
 | 
					.main {
 | 
				
			||||||
    @apply pl-24 pr-10 mx-auto max-w-screen-xl pt-4;
 | 
					    @apply max-w-screen-xl pt-4 pl-24 pr-10 mx-auto;
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
input {
 | 
					input {
 | 
				
			||||||
    @apply input input-sm h-7 outline-none placeholder:text-neutral-700 text-white rounded bg-coolgray-200 w-full read-only:bg-coolgray-200/50 read-only:text-opacity-25;
 | 
					    @apply w-full text-white rounded outline-none input input-sm h-7 placeholder:text-neutral-700 bg-coolgray-200 read-only:bg-coolgray-200/50 read-only:text-opacity-25;
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
input:not(input[type="checkbox"]) {
 | 
					input:not(input[type="checkbox"]) {
 | 
				
			||||||
    @apply border-none disabled:border-none;
 | 
					    @apply border-none disabled:border-none;
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
input[type="checkbox"] {
 | 
					input[type="checkbox"] {
 | 
				
			||||||
    @apply toggle toggle-warning toggle-xs rounded disabled:toggle-warning;
 | 
					    @apply rounded toggle toggle-warning toggle-xs disabled:toggle-warning;
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
textarea {
 | 
					textarea {
 | 
				
			||||||
    @apply textarea read-only:bg-coolgray-200/50 disabled:border-none read-only:text-opacity-25 placeholder:text-neutral-700 text-white rounded scrollbar bg-coolgray-200 leading-5 text-xs;
 | 
					    @apply text-xs leading-5 text-white rounded textarea read-only:bg-coolgray-200/50 disabled:border-none read-only:text-opacity-25 placeholder:text-neutral-700 scrollbar bg-coolgray-200;
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
select {
 | 
					select {
 | 
				
			||||||
    @apply h-7 select select-xs disabled:bg-coolgray-200 border-none disabled:opacity-50 font-normal placeholder:text-neutral-700 text-white rounded bg-coolgray-200;
 | 
					    @apply font-normal text-white border-none rounded h-7 select select-xs disabled:bg-coolgray-200 disabled:opacity-50 placeholder:text-neutral-700 bg-coolgray-200;
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
.label-text,
 | 
					.label-text,
 | 
				
			||||||
label {
 | 
					label {
 | 
				
			||||||
@@ -43,7 +43,7 @@ button[isWarning] {
 | 
				
			|||||||
    @apply bg-red-600 hover:bg-red-500;
 | 
					    @apply bg-red-600 hover:bg-red-500;
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
button[isHighlighted] {
 | 
					button[isHighlighted] {
 | 
				
			||||||
    @apply btn-primary text-white;
 | 
					    @apply text-white btn-primary;
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
h1 {
 | 
					h1 {
 | 
				
			||||||
    @apply text-3xl font-bold text-white;
 | 
					    @apply text-3xl font-bold text-white;
 | 
				
			||||||
@@ -70,7 +70,7 @@ a {
 | 
				
			|||||||
    @apply text-white;
 | 
					    @apply text-white;
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
.box {
 | 
					.box {
 | 
				
			||||||
    @apply flex items-center justify-center rounded min-h-12 bg-coolgray-200 hover:bg-coollabs-100 hover:text-white p-2 hover:no-underline transition-colors;
 | 
					    @apply flex items-center justify-center p-2 transition-colors rounded min-h-12 bg-coolgray-200 hover:bg-coollabs-100 hover:text-white hover:no-underline;
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
.lds-heart {
 | 
					.lds-heart {
 | 
				
			||||||
@@ -124,5 +124,5 @@ tr td {
 | 
				
			|||||||
    @apply px-3 py-4 whitespace-nowrap;
 | 
					    @apply px-3 py-4 whitespace-nowrap;
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
tr td:first-child {
 | 
					tr td:first-child {
 | 
				
			||||||
    @apply pl-4 pr-3 sm:pl-6 font-bold;
 | 
					    @apply pl-4 pr-3 font-bold sm:pl-6;
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -1,7 +1,7 @@
 | 
				
			|||||||
@auth
 | 
					@auth
 | 
				
			||||||
    <nav class="fixed h-full overflow-hidden pt-14">
 | 
					<nav class="fixed h-full overflow-hidden overflow-y-auto pt-14 scrollbar">
 | 
				
			||||||
        <ul class="gap-4 menu">
 | 
					    <ul class="gap-4 menu flex flex-col flex-nowrap h-full">
 | 
				
			||||||
            <li>
 | 
					        <li title="Dashboard">
 | 
				
			||||||
            <a class="hover:bg-transparent" @if (!request()->is('/')) href="/" @endif>
 | 
					            <a class="hover:bg-transparent" @if (!request()->is('/')) href="/" @endif>
 | 
				
			||||||
                <svg xmlns="http://www.w3.org/2000/svg" class="{{ request()->is('/') ? 'text-warning icon' : 'icon' }}"
 | 
					                <svg xmlns="http://www.w3.org/2000/svg" class="{{ request()->is('/') ? 'text-warning icon' : 'icon' }}"
 | 
				
			||||||
                    fill="none" viewBox="0 0 24 24" stroke="currentColor">
 | 
					                    fill="none" viewBox="0 0 24 24" stroke="currentColor">
 | 
				
			||||||
@@ -10,13 +10,11 @@
 | 
				
			|||||||
                </svg>
 | 
					                </svg>
 | 
				
			||||||
            </a>
 | 
					            </a>
 | 
				
			||||||
        </li>
 | 
					        </li>
 | 
				
			||||||
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
        <li title="Projects">
 | 
					        <li title="Projects">
 | 
				
			||||||
            <a class="hover:bg-transparent" @if (!request()->is('projects')) href="/projects" @endif>
 | 
					            <a class="hover:bg-transparent" @if (!request()->is('projects')) href="/projects" @endif>
 | 
				
			||||||
                <svg xmlns="http://www.w3.org/2000/svg"
 | 
					                <svg xmlns="http://www.w3.org/2000/svg"
 | 
				
			||||||
                        class="{{ request()->is('project/*') || request()->is('projects') ? 'text-warning icon' : 'icon' }}"viewBox="0 0 24 24"
 | 
					                    class="{{ request()->is('project/*') || request()->is('projects') ? 'text-warning icon' : 'icon' }}"
 | 
				
			||||||
                        stroke-width="1.5" stroke="currentColor" fill="none" stroke-linecap="round"
 | 
					                    viewBox="0 0 24 24" stroke-width="1.5" stroke="currentColor" fill="none" stroke-linecap="round"
 | 
				
			||||||
                    stroke-linejoin="round">
 | 
					                    stroke-linejoin="round">
 | 
				
			||||||
                    <path stroke="none" d="M0 0h24v24H0z" fill="none" />
 | 
					                    <path stroke="none" d="M0 0h24v24H0z" fill="none" />
 | 
				
			||||||
                    <path d="M12 4l-8 4l8 4l8 -4l-8 -4" />
 | 
					                    <path d="M12 4l-8 4l8 4l8 -4l-8 -4" />
 | 
				
			||||||
@@ -46,65 +44,29 @@
 | 
				
			|||||||
            <a class="hover:bg-transparent" @if (!request()->is('command-center')) href="/command-center" @endif>
 | 
					            <a class="hover:bg-transparent" @if (!request()->is('command-center')) href="/command-center" @endif>
 | 
				
			||||||
                <svg xmlns="http://www.w3.org/2000/svg"
 | 
					                <svg xmlns="http://www.w3.org/2000/svg"
 | 
				
			||||||
                    class="{{ request()->is('command-center') ? 'text-warning icon' : 'icon' }}" viewBox="0 0 24 24"
 | 
					                    class="{{ request()->is('command-center') ? 'text-warning icon' : 'icon' }}" viewBox="0 0 24 24"
 | 
				
			||||||
                            stroke-width="1.5" stroke="currentColor" fill="none" stroke-linecap="round"
 | 
					                    stroke-width="1.5" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round">
 | 
				
			||||||
                            stroke-linejoin="round">
 | 
					 | 
				
			||||||
                    <path stroke="none" d="M0 0h24v24H0z" fill="none" />
 | 
					                    <path stroke="none" d="M0 0h24v24H0z" fill="none" />
 | 
				
			||||||
                    <path d="M5 7l5 5l-5 5" />
 | 
					                    <path d="M5 7l5 5l-5 5" />
 | 
				
			||||||
                    <path d="M12 19l7 0" />
 | 
					                    <path d="M12 19l7 0" />
 | 
				
			||||||
                </svg>
 | 
					                </svg>
 | 
				
			||||||
            </a>
 | 
					            </a>
 | 
				
			||||||
        </li>
 | 
					        </li>
 | 
				
			||||||
                <li title="Settings">
 | 
					
 | 
				
			||||||
                    <a class="hover:bg-transparent" @if (!request()->is('settings')) href="/settings" @endif>
 | 
					        <li title="Profile">
 | 
				
			||||||
                        <svg xmlns="http://www.w3.org/2000/svg"
 | 
					            <a class="hover:bg-transparent" @if (!request()->is('profile')) href="/profile" @endif>
 | 
				
			||||||
                            class="{{ request()->is('settings*') ? 'text-warning icon' : 'icon' }}" viewBox="0 0 24 24"
 | 
					                <svg xmlns="http://www.w3.org/2000/svg" class="icon" viewBox="0 0 24 24" stroke-width="1.5"
 | 
				
			||||||
                            stroke-width="1.5" stroke="currentColor" fill="none" stroke-linecap="round"
 | 
					 | 
				
			||||||
                            stroke-linejoin="round">
 | 
					 | 
				
			||||||
                            <path stroke="none" d="M0 0h24v24H0z" fill="none" />
 | 
					 | 
				
			||||||
                            <path
 | 
					 | 
				
			||||||
                                d="M10.325 4.317c.426 -1.756 2.924 -1.756 3.35 0a1.724 1.724 0 0 0 2.573 1.066c1.543 -.94 3.31 .826 2.37 2.37a1.724 1.724 0 0 0 1.065 2.572c1.756 .426 1.756 2.924 0 3.35a1.724 1.724 0 0 0 -1.066 2.573c.94 1.543 -.826 3.31 -2.37 2.37a1.724 1.724 0 0 0 -2.572 1.065c-.426 1.756 -2.924 1.756 -3.35 0a1.724 1.724 0 0 0 -2.573 -1.066c-1.543 .94 -3.31 -.826 -2.37 -2.37a1.724 1.724 0 0 0 -1.065 -2.572c-1.756 -.426 -1.756 -2.924 0 -3.35a1.724 1.724 0 0 0 1.066 -2.573c-.94 -1.543 .826 -3.31 2.37 -2.37c1 .608 2.296 .07 2.572 -1.065z" />
 | 
					 | 
				
			||||||
                            <path d="M9 12a3 3 0 1 0 6 0a3 3 0 0 0 -6 0" />
 | 
					 | 
				
			||||||
                        </svg>
 | 
					 | 
				
			||||||
                    </a>
 | 
					 | 
				
			||||||
                </li>
 | 
					 | 
				
			||||||
                <livewire:upgrade />
 | 
					 | 
				
			||||||
            @endif
 | 
					 | 
				
			||||||
        </ul>
 | 
					 | 
				
			||||||
    </nav>
 | 
					 | 
				
			||||||
    <div class="fixed right-0 p-2 top-1">
 | 
					 | 
				
			||||||
        <div class="group">
 | 
					 | 
				
			||||||
            <label tabindex="0"
 | 
					 | 
				
			||||||
                class="absolute top-0 right-0 p-2 m-2 my-1 cursor-pointer hover:bg-transparent hover:text-warning">
 | 
					 | 
				
			||||||
                <div class="flex items-center justify-center gap-2 placeholder">
 | 
					 | 
				
			||||||
                    <svg xmlns="http://www.w3.org/2000/svg" class="w-6 h-6" viewBox="0 0 24 24" stroke-width="1.5"
 | 
					 | 
				
			||||||
                    stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round">
 | 
					                    stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round">
 | 
				
			||||||
                    <path stroke="none" d="M0 0h24v24H0z" fill="none" />
 | 
					                    <path stroke="none" d="M0 0h24v24H0z" fill="none" />
 | 
				
			||||||
                        <path d="M4 6l16 0" />
 | 
					 | 
				
			||||||
                        <path d="M4 12l16 0" />
 | 
					 | 
				
			||||||
                        <path d="M4 18l16 0" />
 | 
					 | 
				
			||||||
                    </svg>
 | 
					 | 
				
			||||||
                </div>
 | 
					 | 
				
			||||||
            </label>
 | 
					 | 
				
			||||||
            <div class="hidden p-4 px-8 group-hover:block">
 | 
					 | 
				
			||||||
                <ul tabindex="0" class="p-2 mt-3 rounded shadow menu menu-compact dropdown-content bg-coolgray-200 w-52">
 | 
					 | 
				
			||||||
                    <li>
 | 
					 | 
				
			||||||
                        <a class="text-white rounded-none hover:no-underline hover:bg-coollabs" href="/profile">
 | 
					 | 
				
			||||||
                            <svg xmlns="http://www.w3.org/2000/svg" class="icon" viewBox="0 0 24 24"
 | 
					 | 
				
			||||||
                                stroke-width="1.5" stroke="currentColor" fill="none" stroke-linecap="round"
 | 
					 | 
				
			||||||
                                stroke-linejoin="round">
 | 
					 | 
				
			||||||
                                <path stroke="none" d="M0 0h24v24H0z" fill="none" />
 | 
					 | 
				
			||||||
                    <path d="M12 12m-9 0a9 9 0 1 0 18 0a9 9 0 1 0 -18 0" />
 | 
					                    <path d="M12 12m-9 0a9 9 0 1 0 18 0a9 9 0 1 0 -18 0" />
 | 
				
			||||||
                    <path d="M12 10m-3 0a3 3 0 1 0 6 0a3 3 0 1 0 -6 0" />
 | 
					                    <path d="M12 10m-3 0a3 3 0 1 0 6 0a3 3 0 1 0 -6 0" />
 | 
				
			||||||
                    <path d="M6.168 18.849a4 4 0 0 1 3.832 -2.849h4a4 4 0 0 1 3.834 2.855" />
 | 
					                    <path d="M6.168 18.849a4 4 0 0 1 3.832 -2.849h4a4 4 0 0 1 3.834 2.855" />
 | 
				
			||||||
                            </svg> Profile
 | 
					                </svg>
 | 
				
			||||||
            </a>
 | 
					            </a>
 | 
				
			||||||
        </li>
 | 
					        </li>
 | 
				
			||||||
                    <li>
 | 
					        <li title="Teams">
 | 
				
			||||||
                        <a class="text-white rounded-none hover:no-underline hover:bg-coollabs"
 | 
					            <a class="hover:bg-transparent" href="{{ route('team.show') }}">
 | 
				
			||||||
                            href="{{ route('team.show') }}">
 | 
					                <svg xmlns="http://www.w3.org/2000/svg" class="icon" viewBox="0 0 24 24" stroke-width="1.5"
 | 
				
			||||||
                            <svg xmlns="http://www.w3.org/2000/svg" class="icon" viewBox="0 0 24 24"
 | 
					                    stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round">
 | 
				
			||||||
                                stroke-width="1.5" stroke="currentColor" fill="none" stroke-linecap="round"
 | 
					 | 
				
			||||||
                                stroke-linejoin="round">
 | 
					 | 
				
			||||||
                    <path stroke="none" d="M0 0h24v24H0z" fill="none" />
 | 
					                    <path stroke="none" d="M0 0h24v24H0z" fill="none" />
 | 
				
			||||||
                    <path d="M10 13a2 2 0 1 0 4 0a2 2 0 0 0 -4 0" />
 | 
					                    <path d="M10 13a2 2 0 1 0 4 0a2 2 0 0 0 -4 0" />
 | 
				
			||||||
                    <path d="M8 21v-1a2 2 0 0 1 2 -2h4a2 2 0 0 1 2 2v1" />
 | 
					                    <path d="M8 21v-1a2 2 0 0 1 2 -2h4a2 2 0 0 1 2 2v1" />
 | 
				
			||||||
@@ -112,26 +74,37 @@
 | 
				
			|||||||
                    <path d="M17 10h2a2 2 0 0 1 2 2v1" />
 | 
					                    <path d="M17 10h2a2 2 0 0 1 2 2v1" />
 | 
				
			||||||
                    <path d="M5 5a2 2 0 1 0 4 0a2 2 0 0 0 -4 0" />
 | 
					                    <path d="M5 5a2 2 0 1 0 4 0a2 2 0 0 0 -4 0" />
 | 
				
			||||||
                    <path d="M3 13v-1a2 2 0 0 1 2 -2h2" />
 | 
					                    <path d="M3 13v-1a2 2 0 0 1 2 -2h2" />
 | 
				
			||||||
                            </svg> Team
 | 
					                </svg>
 | 
				
			||||||
            </a>
 | 
					            </a>
 | 
				
			||||||
        </li>
 | 
					        </li>
 | 
				
			||||||
                    <form action="/logout" method="POST">
 | 
					        <livewire:upgrade />
 | 
				
			||||||
                        <li>
 | 
					        <li title="Settings" class="mt-auto">
 | 
				
			||||||
 | 
					            <a class="hover:bg-transparent" @if (!request()->is('settings')) href="/settings" @endif>
 | 
				
			||||||
 | 
					                <svg xmlns="http://www.w3.org/2000/svg"
 | 
				
			||||||
 | 
					                    class="{{ request()->is('settings*') ? 'text-warning icon' : 'icon' }}" viewBox="0 0 24 24"
 | 
				
			||||||
 | 
					                    stroke-width="1.5" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round">
 | 
				
			||||||
 | 
					                    <path stroke="none" d="M0 0h24v24H0z" fill="none" />
 | 
				
			||||||
 | 
					                    <path
 | 
				
			||||||
 | 
					                        d="M10.325 4.317c.426 -1.756 2.924 -1.756 3.35 0a1.724 1.724 0 0 0 2.573 1.066c1.543 -.94 3.31 .826 2.37 2.37a1.724 1.724 0 0 0 1.065 2.572c1.756 .426 1.756 2.924 0 3.35a1.724 1.724 0 0 0 -1.066 2.573c.94 1.543 -.826 3.31 -2.37 2.37a1.724 1.724 0 0 0 -2.572 1.065c-.426 1.756 -2.924 1.756 -3.35 0a1.724 1.724 0 0 0 -2.573 -1.066c-1.543 .94 -3.31 -.826 -2.37 -2.37a1.724 1.724 0 0 0 -1.065 -2.572c-1.756 -.426 -1.756 -2.924 0 -3.35a1.724 1.724 0 0 0 1.066 -2.573c-.94 -1.543 .826 -3.31 2.37 -2.37c1 .608 2.296 .07 2.572 -1.065z" />
 | 
				
			||||||
 | 
					                    <path d="M9 12a3 3 0 1 0 6 0a3 3 0 0 0 -6 0" />
 | 
				
			||||||
 | 
					                </svg>
 | 
				
			||||||
 | 
					            </a>
 | 
				
			||||||
 | 
					        </li>
 | 
				
			||||||
 | 
					        <li class="pb-6" title="Logout">
 | 
				
			||||||
 | 
					            <form action="/logout" method="POST" class=" hover:bg-transparent">
 | 
				
			||||||
                @csrf
 | 
					                @csrf
 | 
				
			||||||
                            <button class="text-white rounded-none  hover:bg-coollabs"> <svg
 | 
					                <button class="hover:text-white rounded-none hover:bg-transparent"> <svg
 | 
				
			||||||
                                    xmlns="http://www.w3.org/2000/svg" class="icon" viewBox="0 0 24 24"
 | 
					                        xmlns="http://www.w3.org/2000/svg" class="icon" viewBox="0 0 24 24" stroke-width="1.5"
 | 
				
			||||||
                                    stroke-width="1.5" stroke="currentColor" fill="none" stroke-linecap="round"
 | 
					                        stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round">
 | 
				
			||||||
                                    stroke-linejoin="round">
 | 
					 | 
				
			||||||
                        <path stroke="none" d="M0 0h24v24H0z" fill="none" />
 | 
					                        <path stroke="none" d="M0 0h24v24H0z" fill="none" />
 | 
				
			||||||
                        <path d="M13 12v.01" />
 | 
					                        <path d="M13 12v.01" />
 | 
				
			||||||
                        <path d="M3 21h18" />
 | 
					                        <path d="M3 21h18" />
 | 
				
			||||||
                        <path d="M5 21v-16a2 2 0 0 1 2 -2h7.5m2.5 10.5v7.5" />
 | 
					                        <path d="M5 21v-16a2 2 0 0 1 2 -2h7.5m2.5 10.5v7.5" />
 | 
				
			||||||
                        <path d="M14 7h7m-3 -3l3 3l-3 3" />
 | 
					                        <path d="M14 7h7m-3 -3l3 3l-3 3" />
 | 
				
			||||||
                                </svg>Logout</button>
 | 
					                    </svg></button>
 | 
				
			||||||
                        </li>
 | 
					 | 
				
			||||||
            </form>
 | 
					            </form>
 | 
				
			||||||
 | 
					        </li>
 | 
				
			||||||
 | 
					        @endif
 | 
				
			||||||
    </ul>
 | 
					    </ul>
 | 
				
			||||||
            </div>
 | 
					</nav>
 | 
				
			||||||
        </div>
 | 
					 | 
				
			||||||
    </div>
 | 
					 | 
				
			||||||
@endauth
 | 
					@endauth
 | 
				
			||||||
@@ -1,4 +1,4 @@
 | 
				
			|||||||
<li title="New version available" x-init="$wire.checkUpdate" x-data>
 | 
					<li @if($isUpgradeAvailable) title="New version available" @else title="No upgrade available" @endif x-init="$wire.checkUpdate" x-data>
 | 
				
			||||||
    @if ($isUpgradeAvailable)
 | 
					    @if ($isUpgradeAvailable)
 | 
				
			||||||
        <button wire:click='upgrade' class="hover:bg-transparent focus:bg-transparent" x-on:click="upgrade">
 | 
					        <button wire:click='upgrade' class="hover:bg-transparent focus:bg-transparent" x-on:click="upgrade">
 | 
				
			||||||
            @if ($showProgress)
 | 
					            @if ($showProgress)
 | 
				
			||||||
@@ -22,6 +22,18 @@
 | 
				
			|||||||
                </svg>
 | 
					                </svg>
 | 
				
			||||||
            @endif
 | 
					            @endif
 | 
				
			||||||
        </button>
 | 
					        </button>
 | 
				
			||||||
        </div>
 | 
					    @else
 | 
				
			||||||
 | 
					      <button class="hover:bg-transparent">
 | 
				
			||||||
 | 
					                <svg xmlns="http://www.w3.org/2000/svg"
 | 
				
			||||||
 | 
					                    class="w-6 h-6 transition-colors text-neutral-700" viewBox="0 0 24 24"
 | 
				
			||||||
 | 
					                    stroke-width="1.5" stroke="currentColor" fill="none" stroke-linecap="round"
 | 
				
			||||||
 | 
					                    stroke-linejoin="round">
 | 
				
			||||||
 | 
					                    <path stroke="none" d="M0 0h24v24H0z" fill="none" />
 | 
				
			||||||
 | 
					                    <path
 | 
				
			||||||
 | 
					                        d="M9 12h-3.586a1 1 0 0 1 -.707 -1.707l6.586 -6.586a1 1 0 0 1 1.414 0l6.586 6.586a1 1 0 0 1 -.707 1.707h-3.586v3h-6v-3z" />
 | 
				
			||||||
 | 
					                    <path d="M9 21h6" />
 | 
				
			||||||
 | 
					                    <path d="M9 18h6" />
 | 
				
			||||||
 | 
					                </svg>
 | 
				
			||||||
 | 
					        </button>
 | 
				
			||||||
    @endif
 | 
					    @endif
 | 
				
			||||||
</li>
 | 
					</li>
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user