From 9b0d4cf10b85bd1ccbadaaf774f6bb3cbccef704 Mon Sep 17 00:00:00 2001 From: Alex Cheema Date: Mon, 23 Feb 2026 10:27:46 -0800 Subject: [PATCH] fix: improve text contrast on downloads page Bump opacity on dark-grey-on-dark text elements so they're visible: informational text (sizes, speeds, labels) gets full exo-light-gray, interactive icons get /70 at rest, hover-only elements get /60. Co-Authored-By: Claude Opus 4.6 --- dashboard/src/routes/downloads/+page.svelte | 22 ++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/dashboard/src/routes/downloads/+page.svelte b/dashboard/src/routes/downloads/+page.svelte index c69c7635..bf2d7788 100644 --- a/dashboard/src/routes/downloads/+page.svelte +++ b/dashboard/src/routes/downloads/+page.svelte @@ -412,7 +412,7 @@
{col.label}
{#if col.diskAvailable != null}
{formatBytes(col.diskAvailable)} free
@@ -436,7 +436,7 @@ {#if row.prettyName}
{row.modelId} @@ -450,7 +450,7 @@ title="View model details" > @@ -483,12 +483,12 @@ clip-rule="evenodd" > - {formatBytes(cell.totalBytes)}
- {formatSpeed(cell.speed)} @@ -542,7 +542,7 @@ : "Download pending"} > {#if cell.downloaded > 0 && cell.total > 0} - {formatBytes(cell.downloaded)} / {formatBytes( cell.total, )} startDownload(col.nodeId, row.shardMetadata!)} title="Resume download on this node" @@ -581,14 +581,14 @@ {:else} - paused {/if} {:else if row.shardMetadata}