Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file modified PanTS-Demo/public/apple-touch-icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion PanTS-Demo/public/bodymaps-logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified PanTS-Demo/public/favicon-16.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified PanTS-Demo/public/favicon-32.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion PanTS-Demo/public/favicon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified PanTS-Demo/public/og-image-1200x630.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions PanTS-Demo/src/components/SiteFooter/SiteFooter.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -29,13 +29,13 @@
}

.link {
color: var(--accent-deep);
color: #002d72;
font-weight: 500;
text-decoration: underline; /* non-color affordance at rest (WCAG 1.4.1) */
text-underline-offset: 2px;
}
.link:hover {
color: var(--accent-deep-hover);
color: #001d4a;
}

@media (max-width: 640px) {
Expand Down
2 changes: 1 addition & 1 deletion PanTS-Demo/src/components/viewer/FlyoutPrimitives.css
Original file line number Diff line number Diff line change
Expand Up @@ -371,7 +371,7 @@
justify-content: center;
width: 16px;
height: 16px;
color: var(--accent, #3499ff);
color: #68ACE5;
animation: atb-check-pop 0.15s ease-out;
}

Expand Down
28 changes: 14 additions & 14 deletions PanTS-Demo/src/routes/UploadPage.css
Original file line number Diff line number Diff line change
Expand Up @@ -562,15 +562,15 @@
color: #111111;
}
.model-dropdown-item.selected .model-dropdown-item-name {
color: #C2532F;
color: #002d72;
}
.model-dropdown-item-desc {
font-family: 'Space Grotesk', sans-serif;
font-size: 11px;
color: #8f8f8f;
}
.model-dropdown-check {
color: #C2532F;
color: #002d72;
flex-shrink: 0;
}
.model-dropdown-item-side {
Expand All @@ -595,7 +595,7 @@
padding: 3px 7px;
border-radius: 999px;
background: rgba(0, 45, 114, 0.08);
color: #C2532F;
color: #002d72;
white-space: nowrap;
}

Expand Down Expand Up @@ -746,7 +746,7 @@
background: linear-gradient(90deg, #8f8f8f, #002d72);
}
.progress-fill-inference {
background: linear-gradient(90deg, #6a6a6a, #E76F51);
background: linear-gradient(90deg, #6a6a6a, #002d72);
}

/* Indeterminate variant: inference has no real percent-complete signal (nnU-Net
Expand Down Expand Up @@ -803,7 +803,7 @@
}
.result-btn-primary {
background: #002d72;
border-color: #C2532F;
border-color: #002d72;
color: #ffffff;
}
.result-btn-primary:hover {
Expand Down Expand Up @@ -906,7 +906,7 @@
background: rgba(0, 45, 114, .1);
border: 1px solid rgba(0, 45, 114, .2);
border-radius: 8px;
color: #C2532F;
color: #002d72;
font-family: 'Space Grotesk', sans-serif;
font-size: 11px;
font-weight: 600;
Expand Down Expand Up @@ -993,7 +993,7 @@
background: linear-gradient(90deg, #8f8f8f, #002d72);
}
.upload-progress-fill--inference {
background: linear-gradient(90deg, #6a6a6a, #E76F51);
background: linear-gradient(90deg, #6a6a6a, #002d72);
}
.upload-progress-pct {
font-family: 'JetBrains Mono', monospace;
Expand Down Expand Up @@ -1117,7 +1117,7 @@
height: 18px;
border-radius: 50%;
border: 2px solid rgba(0, 45, 114, 0.12);
border-top-color: #C2532F;
border-top-color: #002d72;
animation: upload-spin 0.75s linear infinite;
}

Expand All @@ -1142,7 +1142,7 @@
padding: 0;
font: inherit;
font-weight: 700;
color: #C2532F;
color: #002d72;
cursor: pointer;
text-decoration: underline;
}
Expand All @@ -1159,7 +1159,7 @@
cursor: pointer;
}
.upload-history-link:hover {
color: #C2532F;
color: #002d72;
}

/* ── Processing summary bar (all in-flight scans in one row) ── */
Expand All @@ -1185,7 +1185,7 @@
font-family: 'Space Grotesk', sans-serif;
font-size: 11px;
font-weight: 700;
color: #C2532F;
color: #002d72;
}
.proc-info {
flex: 1;
Expand All @@ -1204,7 +1204,7 @@
font-family: 'JetBrains Mono', monospace;
font-size: 13px;
font-weight: 700;
color: #C2532F;
color: #002d72;
}
.proc-sub {
display: flex;
Expand Down Expand Up @@ -1312,7 +1312,7 @@
display: inline-flex;
align-items: center;
justify-content: center;
color: #C2532F;
color: #002d72;
}
.model-submenu-label {
display: flex;
Expand All @@ -1324,7 +1324,7 @@
color: #111111;
}
.model-submenu-item.selected .model-submenu-label {
color: #C2532F;
color: #002d72;
}
.model-submenu-exp {
font-family: 'JetBrains Mono', monospace;
Expand Down
Loading