|
@@ -44,8 +44,8 @@
|
|
<button
|
|
<button
|
|
class="px-2.5 py-2.5 min-w-fit rounded-lg flex-1 lg:flex-none flex text-right transition {selectedTab ===
|
|
class="px-2.5 py-2.5 min-w-fit rounded-lg flex-1 lg:flex-none flex text-right transition {selectedTab ===
|
|
'general'
|
|
'general'
|
|
- ? 'bg-gray-200 dark:bg-gray-800'
|
|
|
|
- : ' hover:bg-gray-300 dark:hover:bg-gray-850'}"
|
|
|
|
|
|
+ ? 'bg-gray-100 dark:bg-gray-800'
|
|
|
|
+ : ' hover:bg-gray-50 dark:hover:bg-gray-850'}"
|
|
on:click={() => {
|
|
on:click={() => {
|
|
selectedTab = 'general';
|
|
selectedTab = 'general';
|
|
}}
|
|
}}
|
|
@@ -70,8 +70,8 @@
|
|
<button
|
|
<button
|
|
class="px-2.5 py-2.5 min-w-fit rounded-lg flex-1 md:flex-none flex text-right transition {selectedTab ===
|
|
class="px-2.5 py-2.5 min-w-fit rounded-lg flex-1 md:flex-none flex text-right transition {selectedTab ===
|
|
'users'
|
|
'users'
|
|
- ? 'bg-gray-200 dark:bg-gray-800'
|
|
|
|
- : ' hover:bg-gray-300 dark:hover:bg-gray-850'}"
|
|
|
|
|
|
+ ? 'bg-gray-100 dark:bg-gray-800'
|
|
|
|
+ : ' hover:bg-gray-50 dark:hover:bg-gray-850'}"
|
|
on:click={() => {
|
|
on:click={() => {
|
|
selectedTab = 'users';
|
|
selectedTab = 'users';
|
|
}}
|
|
}}
|
|
@@ -94,8 +94,8 @@
|
|
<button
|
|
<button
|
|
class="px-2.5 py-2.5 min-w-fit rounded-lg flex-1 md:flex-none flex text-right transition {selectedTab ===
|
|
class="px-2.5 py-2.5 min-w-fit rounded-lg flex-1 md:flex-none flex text-right transition {selectedTab ===
|
|
'connections'
|
|
'connections'
|
|
- ? 'bg-gray-200 dark:bg-gray-800'
|
|
|
|
- : ' hover:bg-gray-300 dark:hover:bg-gray-850'}"
|
|
|
|
|
|
+ ? 'bg-gray-100 dark:bg-gray-800'
|
|
|
|
+ : ' hover:bg-gray-50 dark:hover:bg-gray-850'}"
|
|
on:click={() => {
|
|
on:click={() => {
|
|
selectedTab = 'connections';
|
|
selectedTab = 'connections';
|
|
}}
|
|
}}
|
|
@@ -118,8 +118,8 @@
|
|
<button
|
|
<button
|
|
class="px-2.5 py-2.5 min-w-fit rounded-lg flex-1 md:flex-none flex text-right transition {selectedTab ===
|
|
class="px-2.5 py-2.5 min-w-fit rounded-lg flex-1 md:flex-none flex text-right transition {selectedTab ===
|
|
'models'
|
|
'models'
|
|
- ? 'bg-gray-200 dark:bg-gray-800'
|
|
|
|
- : ' hover:bg-gray-300 dark:hover:bg-gray-850'}"
|
|
|
|
|
|
+ ? 'bg-gray-100 dark:bg-gray-800'
|
|
|
|
+ : ' hover:bg-gray-50 dark:hover:bg-gray-850'}"
|
|
on:click={() => {
|
|
on:click={() => {
|
|
selectedTab = 'models';
|
|
selectedTab = 'models';
|
|
}}
|
|
}}
|
|
@@ -144,8 +144,8 @@
|
|
<button
|
|
<button
|
|
class="px-2.5 py-2.5 min-w-fit rounded-lg flex-1 md:flex-none flex text-right transition {selectedTab ===
|
|
class="px-2.5 py-2.5 min-w-fit rounded-lg flex-1 md:flex-none flex text-right transition {selectedTab ===
|
|
'documents'
|
|
'documents'
|
|
- ? 'bg-gray-200 dark:bg-gray-800'
|
|
|
|
- : ' hover:bg-gray-300 dark:hover:bg-gray-850'}"
|
|
|
|
|
|
+ ? 'bg-gray-100 dark:bg-gray-800'
|
|
|
|
+ : ' hover:bg-gray-50 dark:hover:bg-gray-850'}"
|
|
on:click={() => {
|
|
on:click={() => {
|
|
selectedTab = 'documents';
|
|
selectedTab = 'documents';
|
|
}}
|
|
}}
|
|
@@ -174,8 +174,8 @@
|
|
<button
|
|
<button
|
|
class="px-2.5 py-2.5 min-w-fit rounded-lg flex-1 md:flex-none flex text-right transition {selectedTab ===
|
|
class="px-2.5 py-2.5 min-w-fit rounded-lg flex-1 md:flex-none flex text-right transition {selectedTab ===
|
|
'web'
|
|
'web'
|
|
- ? 'bg-gray-200 dark:bg-gray-800'
|
|
|
|
- : ' hover:bg-gray-300 dark:hover:bg-gray-850'}"
|
|
|
|
|
|
+ ? 'bg-gray-100 dark:bg-gray-800'
|
|
|
|
+ : ' hover:bg-gray-50 dark:hover:bg-gray-850'}"
|
|
on:click={() => {
|
|
on:click={() => {
|
|
selectedTab = 'web';
|
|
selectedTab = 'web';
|
|
}}
|
|
}}
|
|
@@ -198,8 +198,8 @@
|
|
<button
|
|
<button
|
|
class="px-2.5 py-2.5 min-w-fit rounded-lg flex-1 md:flex-none flex text-right transition {selectedTab ===
|
|
class="px-2.5 py-2.5 min-w-fit rounded-lg flex-1 md:flex-none flex text-right transition {selectedTab ===
|
|
'interface'
|
|
'interface'
|
|
- ? 'bg-gray-200 dark:bg-gray-800'
|
|
|
|
- : ' hover:bg-gray-300 dark:hover:bg-gray-850'}"
|
|
|
|
|
|
+ ? 'bg-gray-100 dark:bg-gray-800'
|
|
|
|
+ : ' hover:bg-gray-50 dark:hover:bg-gray-850'}"
|
|
on:click={() => {
|
|
on:click={() => {
|
|
selectedTab = 'interface';
|
|
selectedTab = 'interface';
|
|
}}
|
|
}}
|
|
@@ -224,8 +224,8 @@
|
|
<button
|
|
<button
|
|
class="px-2.5 py-2.5 min-w-fit rounded-lg flex-1 md:flex-none flex text-right transition {selectedTab ===
|
|
class="px-2.5 py-2.5 min-w-fit rounded-lg flex-1 md:flex-none flex text-right transition {selectedTab ===
|
|
'audio'
|
|
'audio'
|
|
- ? 'bg-gray-200 dark:bg-gray-800'
|
|
|
|
- : ' hover:bg-gray-300 dark:hover:bg-gray-850'}"
|
|
|
|
|
|
+ ? 'bg-gray-100 dark:bg-gray-800'
|
|
|
|
+ : ' hover:bg-gray-50 dark:hover:bg-gray-850'}"
|
|
on:click={() => {
|
|
on:click={() => {
|
|
selectedTab = 'audio';
|
|
selectedTab = 'audio';
|
|
}}
|
|
}}
|
|
@@ -251,8 +251,8 @@
|
|
<button
|
|
<button
|
|
class="px-2.5 py-2.5 min-w-fit rounded-lg flex-1 md:flex-none flex text-right transition {selectedTab ===
|
|
class="px-2.5 py-2.5 min-w-fit rounded-lg flex-1 md:flex-none flex text-right transition {selectedTab ===
|
|
'images'
|
|
'images'
|
|
- ? 'bg-gray-200 dark:bg-gray-800'
|
|
|
|
- : ' hover:bg-gray-300 dark:hover:bg-gray-850'}"
|
|
|
|
|
|
+ ? 'bg-gray-100 dark:bg-gray-800'
|
|
|
|
+ : ' hover:bg-gray-50 dark:hover:bg-gray-850'}"
|
|
on:click={() => {
|
|
on:click={() => {
|
|
selectedTab = 'images';
|
|
selectedTab = 'images';
|
|
}}
|
|
}}
|
|
@@ -277,8 +277,8 @@
|
|
<button
|
|
<button
|
|
class="px-2.5 py-2.5 min-w-fit rounded-lg flex-1 md:flex-none flex text-right transition {selectedTab ===
|
|
class="px-2.5 py-2.5 min-w-fit rounded-lg flex-1 md:flex-none flex text-right transition {selectedTab ===
|
|
'pipelines'
|
|
'pipelines'
|
|
- ? 'bg-gray-200 dark:bg-gray-800'
|
|
|
|
- : ' hover:bg-gray-300 dark:hover:bg-gray-850'}"
|
|
|
|
|
|
+ ? 'bg-gray-100 dark:bg-gray-800'
|
|
|
|
+ : ' hover:bg-gray-50 dark:hover:bg-gray-850'}"
|
|
on:click={() => {
|
|
on:click={() => {
|
|
selectedTab = 'pipelines';
|
|
selectedTab = 'pipelines';
|
|
}}
|
|
}}
|
|
@@ -307,8 +307,8 @@
|
|
<button
|
|
<button
|
|
class="px-2.5 py-2.5 min-w-fit rounded-lg flex-1 md:flex-none flex text-right transition {selectedTab ===
|
|
class="px-2.5 py-2.5 min-w-fit rounded-lg flex-1 md:flex-none flex text-right transition {selectedTab ===
|
|
'db'
|
|
'db'
|
|
- ? 'bg-gray-200 dark:bg-gray-800'
|
|
|
|
- : ' hover:bg-gray-300 dark:hover:bg-gray-850'}"
|
|
|
|
|
|
+ ? 'bg-gray-100 dark:bg-gray-800'
|
|
|
|
+ : ' hover:bg-gray-50 dark:hover:bg-gray-850'}"
|
|
on:click={() => {
|
|
on:click={() => {
|
|
selectedTab = 'db';
|
|
selectedTab = 'db';
|
|
}}
|
|
}}
|