Skip to content

Commit d448751

Browse files
munkyukim86claude
andcommitted
fix: disabled profile cards — tooltip accessible + wet-lab validation notice + remove Li et al. 2026 from Viral Delivery tooltip
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 1564883 commit d448751

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

web/index.html

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -234,7 +234,7 @@ <h2 class="text-lg font-extrabold mb-6 flex items-center text-slate-900">
234234
<label class="block relative group cursor-not-allowed">
235235
<input type="radio" name="objective" value="ramp" class="peer sr-only" disabled>
236236
<div
237-
class="p-4 profile-card rounded-xl cursor-not-allowed opacity-50 pointer-events-none peer-checked:border-emerald-500 peer-checked:bg-emerald-50 dark:peer-checked:bg-emerald-900/20 transition-all">
237+
class="p-4 profile-card rounded-xl cursor-not-allowed opacity-60 peer-checked:border-emerald-500 peer-checked:bg-emerald-50 dark:peer-checked:bg-emerald-900/20 transition-all">
238238
<span class="flex items-center text-sm font-bold text-slate-800">
239239
5' Ramp
240240
<span
@@ -245,6 +245,7 @@ <h2 class="text-lg font-extrabold mb-6 flex items-center text-slate-900">
245245
</span>
246246
</span>
247247
<span class="block text-xs text-slate-600 dark:text-slate-400 mt-1">Optimized N-terminal translation ramp</span>
248+
<span class="block text-[10px] text-amber-600 dark:text-amber-400 mt-1">Pending wet-lab validation before enabling</span>
248249
<div
249250
class="absolute right-4 top-1/2 -translate-y-1/2 hidden peer-checked:block text-emerald-500 text-xl">
250251
</div>
@@ -309,19 +310,18 @@ <h2 class="text-lg font-extrabold mb-6 flex items-center text-slate-900">
309310
<label class="block relative group cursor-not-allowed">
310311
<input type="radio" name="objective" value="viral_delivery" class="peer sr-only" disabled>
311312
<div
312-
class="p-4 profile-card rounded-xl cursor-not-allowed opacity-50 pointer-events-none peer-checked:border-emerald-500 peer-checked:bg-emerald-50 dark:peer-checked:bg-emerald-900/20 transition-all">
313+
class="p-4 profile-card rounded-xl cursor-not-allowed opacity-60 peer-checked:border-emerald-500 peer-checked:bg-emerald-50 dark:peer-checked:bg-emerald-900/20 transition-all">
313314
<span class="flex items-center text-sm font-bold text-slate-800">
314315
Viral Delivery
315316
<span
316317
class="ml-2 text-[9px] font-bold px-1.5 py-0.5 rounded bg-slate-200 text-slate-500 border border-slate-300">Coming soon</span>
317318
<span class="tooltip-container">
318319
<span class="info-icon">i</span>
319-
<span class="tooltip-text">TRV-based virus delivery optimization for transient
320-
expression in N. benthamiana (Li et al. 2026).</span>
320+
<span class="tooltip-text">TRV-based viral vector optimization for transient expression in N. benthamiana. GC target ~47.5% based on TRV genome composition (Peccoud et al. 2024).</span>
321321
</span>
322322
</span>
323-
<span class="block text-xs text-slate-600 dark:text-slate-400 mt-1">TRV viral vector
324-
delivery optimized</span>
323+
<span class="block text-xs text-slate-600 dark:text-slate-400 mt-1">TRV viral vector delivery optimized</span>
324+
<span class="block text-[10px] text-amber-600 dark:text-amber-400 mt-1">Pending wet-lab validation before enabling</span>
325325
<div
326326
class="absolute right-4 top-1/2 -translate-y-1/2 hidden peer-checked:block text-emerald-500 text-xl">
327327
</div>

0 commit comments

Comments
 (0)