Spaces:
Running
Running
github-actions[bot] commited on
Commit ·
e81d49b
1
Parent(s): 0269d22
Deploy b5a2208
Browse filesGive Directed Evolution its own icon back
Source: https://github.com/WINTER4000/turingDNA/commit/b5a22088deb4b2b69b3df8ac3f8898454a9d91d2
- dee/static/index.html +17 -5
dee/static/index.html
CHANGED
|
@@ -112,7 +112,7 @@
|
|
| 112 |
<!-- ?v= query bumps invalidate browser + iframe asset caches when app.css /
|
| 113 |
app.js change. Bump these numbers whenever you ship a frontend update —
|
| 114 |
without them, users keep getting the stale file for up to a week. -->
|
| 115 |
-
<link rel="stylesheet" href="/static/app.css?v=20260812-
|
| 116 |
<!-- The work catalog + the draggable rail. Kept out of app.css so two new
|
| 117 |
self-contained surfaces stay reviewable; every colour is an app.css
|
| 118 |
token, so both themes work with nothing added. -->
|
|
@@ -265,10 +265,22 @@
|
|
| 265 |
<p class="nav-loop-lbl">The loop</p>
|
| 266 |
<a class="nav-item nav-step" href="#design" data-analytics="nav-design" title="Directed Evolution">
|
| 267 |
<span class="nav-icon" aria-hidden="true">
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 268 |
<svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1.7" stroke-linecap="round" stroke-linejoin="round">
|
| 269 |
-
<path d="
|
| 270 |
-
<path d="
|
| 271 |
-
<path d="
|
|
|
|
|
|
|
|
|
|
| 272 |
</svg>
|
| 273 |
</span>
|
| 274 |
<span class="nav-step-nm">Directed Evolution</span>
|
|
@@ -2725,7 +2737,7 @@
|
|
| 2725 |
<!-- Cloning reference data must load before app.js so the Designer
|
| 2726 |
can read VECTORS / ENZYMES / CLONING_METHODS / TAGS / LINKERS. -->
|
| 2727 |
<script src="/static/cloning_db.js?v=20260530-ui-polish" defer></script>
|
| 2728 |
-
<script src="/static/app.js?v=20260812-
|
| 2729 |
<!-- The decision trace, BEFORE cockpit.js: applyEvent calls TDTrace.push
|
| 2730 |
on the very first event, and both are `defer`, so document order is
|
| 2731 |
load order. Loading it after would drop the opening events of a
|
|
|
|
| 112 |
<!-- ?v= query bumps invalidate browser + iframe asset caches when app.css /
|
| 113 |
app.js change. Bump these numbers whenever you ship a frontend update —
|
| 114 |
without them, users keep getting the stale file for up to a week. -->
|
| 115 |
+
<link rel="stylesheet" href="/static/app.css?v=20260812-dna2" />
|
| 116 |
<!-- The work catalog + the draggable rail. Kept out of app.css so two new
|
| 117 |
self-contained surfaces stay reviewable; every colour is an app.css
|
| 118 |
token, so both themes work with nothing added. -->
|
|
|
|
| 265 |
<p class="nav-loop-lbl">The loop</p>
|
| 266 |
<a class="nav-item nav-step" href="#design" data-analytics="nav-design" title="Directed Evolution">
|
| 267 |
<span class="nav-icon" aria-hidden="true">
|
| 268 |
+
<!--
|
| 269 |
+
A branch, not a helix. DNA Design took the
|
| 270 |
+
double helix (it is the nucleotide-level tool,
|
| 271 |
+
so the helix belongs to it) and two adjacent
|
| 272 |
+
nav rows carrying the same glyph is worse than
|
| 273 |
+
either choice on its own. This says what DE
|
| 274 |
+
actually does instead: one wild-type parent,
|
| 275 |
+
fanning out into a ranked library of variants.
|
| 276 |
+
-->
|
| 277 |
<svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1.7" stroke-linecap="round" stroke-linejoin="round">
|
| 278 |
+
<path d="M3.5 12H10"/>
|
| 279 |
+
<path d="M10 5.5v13"/>
|
| 280 |
+
<path d="M10 5.5h2.2M10 12h2.2M10 18.5h2.2"/>
|
| 281 |
+
<circle cx="15" cy="5.5" r="2.1"/>
|
| 282 |
+
<circle cx="15" cy="12" r="2.1"/>
|
| 283 |
+
<circle cx="15" cy="18.5" r="2.1"/>
|
| 284 |
</svg>
|
| 285 |
</span>
|
| 286 |
<span class="nav-step-nm">Directed Evolution</span>
|
|
|
|
| 2737 |
<!-- Cloning reference data must load before app.js so the Designer
|
| 2738 |
can read VECTORS / ENZYMES / CLONING_METHODS / TAGS / LINKERS. -->
|
| 2739 |
<script src="/static/cloning_db.js?v=20260530-ui-polish" defer></script>
|
| 2740 |
+
<script src="/static/app.js?v=20260812-dna2" defer></script>
|
| 2741 |
<!-- The decision trace, BEFORE cockpit.js: applyEvent calls TDTrace.push
|
| 2742 |
on the very first event, and both are `defer`, so document order is
|
| 2743 |
load order. Loading it after would drop the opening events of a
|