diff --git a/dashboard/src/app.css b/dashboard/src/app.css index 9866cfb2..939e3972 100644 --- a/dashboard/src/app.css +++ b/dashboard/src/app.css @@ -80,7 +80,6 @@ } html, body { @apply bg-background text-foreground; - color-scheme: dark; font-family: 'SF Mono', 'Fira Code', 'Monaco', 'Consolas', 'Liberation Mono', monospace; letter-spacing: 0.02em; } diff --git a/dashboard/src/app.html b/dashboard/src/app.html index d25a144b..a974a968 100644 --- a/dashboard/src/app.html +++ b/dashboard/src/app.html @@ -4,7 +4,6 @@ - EXO %sveltekit.head% diff --git a/dashboard/src/lib/components/ChatForm.svelte b/dashboard/src/lib/components/ChatForm.svelte index 4c5cdeb0..a7bf7673 100644 --- a/dashboard/src/lib/components/ChatForm.svelte +++ b/dashboard/src/lib/components/ChatForm.svelte @@ -396,7 +396,7 @@ {#if isEditMode && currentEditingImage}
setConversationThinking(!thinkingEnabled)} class="flex items-center gap-1.5 px-2 py-1 rounded text-xs font-mono tracking-wide transition-all duration-200 flex-shrink-0 cursor-pointer border {thinkingEnabled - ? 'bg-exo-medium-gray/50 border-exo-yellow/30 text-exo-yellow' + ? 'bg-exo-yellow/15 border-exo-yellow/40 text-exo-yellow' : 'bg-exo-medium-gray/30 border-exo-medium-gray/50 text-exo-light-gray/60 hover:text-exo-light-gray'}" title={thinkingEnabled ? "Thinking enabled — click to disable" diff --git a/dashboard/src/lib/components/ChatSidebar.svelte b/dashboard/src/lib/components/ChatSidebar.svelte index 53b57a9f..450be3f2 100644 --- a/dashboard/src/lib/components/ChatSidebar.svelte +++ b/dashboard/src/lib/components/ChatSidebar.svelte @@ -378,7 +378,7 @@ handleSelectConversation(conversation.id)} class="group w-full flex items-center justify-between p-2.5 rounded-lg mb-1 transition-all text-left cursor-pointer {activeId === conversation.id - ? 'bg-white/[0.05] border border-exo-yellow/20' + ? 'bg-exo-yellow/5 border border-exo-yellow/30' : 'hover:bg-white/[0.03] hover:border-white/10 border border-transparent'}" >
diff --git a/dashboard/src/lib/components/FamilySidebar.svelte b/dashboard/src/lib/components/FamilySidebar.svelte index 42913e59..aeb7538d 100644 --- a/dashboard/src/lib/components/FamilySidebar.svelte +++ b/dashboard/src/lib/components/FamilySidebar.svelte @@ -49,7 +49,7 @@ onclick={() => onSelect(null)} class="group flex flex-col items-center justify-center p-2 rounded transition-all duration-200 cursor-pointer {selectedFamily === null - ? 'bg-white/[0.08] border-l-2 border-exo-yellow' + ? 'bg-exo-yellow/20 border-l-2 border-exo-yellow' : 'hover:bg-white/5 border-l-2 border-transparent'}" title="All models" > @@ -78,19 +78,19 @@ onclick={() => onSelect("favorites")} class="group flex flex-col items-center justify-center p-2 rounded transition-all duration-200 cursor-pointer {selectedFamily === 'favorites' - ? 'bg-white/[0.08] border-l-2 border-exo-yellow' + ? 'bg-exo-yellow/20 border-l-2 border-exo-yellow' : 'hover:bg-white/5 border-l-2 border-transparent'}" title="Show favorited models" > Faves @@ -103,7 +103,7 @@ onclick={() => onSelect("recents")} class="group flex flex-col items-center justify-center p-2 rounded transition-all duration-200 cursor-pointer {selectedFamily === 'recents' - ? 'bg-white/[0.08] border-l-2 border-exo-yellow' + ? 'bg-exo-yellow/20 border-l-2 border-exo-yellow' : 'hover:bg-white/5 border-l-2 border-transparent'}" title="Recently launched models" > @@ -144,7 +144,7 @@ > -
+
{#each families as family} @@ -153,7 +153,7 @@ onclick={() => onSelect(family)} class="group flex flex-col items-center justify-center p-2 rounded transition-all duration-200 cursor-pointer {selectedFamily === family - ? 'bg-white/[0.08] border-l-2 border-exo-yellow' + ? 'bg-exo-yellow/20 border-l-2 border-exo-yellow' : 'hover:bg-white/5 border-l-2 border-transparent'}" title={getFamilyName(family)} > diff --git a/dashboard/src/lib/components/HuggingFaceResultItem.svelte b/dashboard/src/lib/components/HuggingFaceResultItem.svelte index 7192a107..f09408da 100644 --- a/dashboard/src/lib/components/HuggingFaceResultItem.svelte +++ b/dashboard/src/lib/components/HuggingFaceResultItem.svelte @@ -125,7 +125,7 @@ diff --git a/dashboard/src/lib/components/ModelCard.svelte b/dashboard/src/lib/components/ModelCard.svelte index 44dae81b..19b43288 100644 --- a/dashboard/src/lib/components/ModelCard.svelte +++ b/dashboard/src/lib/components/ModelCard.svelte @@ -491,7 +491,7 @@
@@ -981,7 +981,7 @@ 0.75} {node.iconSize / 2},{node.iconSize} 0,{node.iconSize * 0.75} 0,{node.iconSize * 0.25}" - fill={node.isUsed ? "rgba(60,60,50,0.6)" : "#0a0a0a"} + fill={node.isUsed ? "rgba(255,215,0,0.1)" : "#0a0a0a"} stroke={node.isUsed ? "#FFD700" : "#4B5563"} stroke-width="1.5" /> diff --git a/dashboard/src/lib/components/ModelFilterPopover.svelte b/dashboard/src/lib/components/ModelFilterPopover.svelte index 967d62c9..452a1c65 100644 --- a/dashboard/src/lib/components/ModelFilterPopover.svelte +++ b/dashboard/src/lib/components/ModelFilterPopover.svelte @@ -88,7 +88,7 @@