← back to Dw Photo Capture
Add 'Other apps' links (4 simplified capture concepts) to home screen + bottom of upload grid (TK-12162)
83caea3874fcd57f364fd7fce29bb9ac289cc972 · 2026-09-24 16:05:51 -0700 · Steve Abrams
Co-Authored-By: Claude Opus 5.5 (1M context) <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01NR59q54WMPw4GdNgi2z1jM
Files touched
Diff
commit 83caea3874fcd57f364fd7fce29bb9ac289cc972
Author: Steve Abrams <steve@designerwallcoverings.com>
Date: Thu Sep 24 16:05:51 2026 -0700
Add 'Other apps' links (4 simplified capture concepts) to home screen + bottom of upload grid (TK-12162)
Co-Authored-By: Claude Opus 5.5 (1M context) <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01NR59q54WMPw4GdNgi2z1jM
---
public/index.html | 29 +++++++++++++++++++++++++++++
1 file changed, 29 insertions(+)
diff --git a/public/index.html b/public/index.html
index 82e78e1..81fe0ea 100644
--- a/public/index.html
+++ b/public/index.html
@@ -404,6 +404,10 @@
.home-pill{width:100%;background:#fff;color:#000;border:none;border-radius:999px;padding:20px;font-size:19px;font-weight:700;cursor:pointer}
.home-pill:active{transform:scale(.98)}
.home-skip{margin-top:10px;background:none;border:none;color:#fff;opacity:.4;font-size:14px;cursor:pointer}
+ .home-apps{display:flex;flex-wrap:wrap;gap:8px;justify-content:center;width:100%;margin-top:20px;padding-top:16px;border-top:1px solid rgba(255,255,255,.15)}
+ .home-apps-lbl{width:100%;text-align:center;color:#fff;opacity:.45;font-size:11px;letter-spacing:.1em;text-transform:uppercase}
+ .home-apps a{color:#fff;text-decoration:none;border:1px solid rgba(255,255,255,.3);border-radius:999px;padding:8px 13px;font-size:13px}
+ .home-apps a:active{transform:scale(.98)}
#homeBtn{background:none;border:none;color:var(--ink);opacity:.5;font-size:18px;cursor:pointer;float:right}
.ed-panel{flex:0 0 auto;background:var(--card);border-top:1px solid var(--line);padding:12px 14px max(14px,env(safe-area-inset-bottom));max-height:54vh;overflow-y:auto}
.ed-head{display:flex;align-items:center;gap:10px;margin-bottom:10px}
@@ -458,6 +462,14 @@
<button class="home-pill" data-act="lookup">Look Up SKU</button>
<button class="home-pill" data-act="check">Check Sample In</button>
<button class="home-skip" data-act="skip">skip →</button>
+ <!-- Other apps (TK-12162): the 4 simplified capture concepts -->
+ <nav class="home-apps" aria-label="Other apps">
+ <div class="home-apps-lbl">Other apps</div>
+ <a href="/simple-minimal">Minimal Showroom</a>
+ <a href="/simple-instant">Instant Film</a>
+ <a href="/simple-probooth">Pro Booth</a>
+ <a href="/simple-wizard">Guided Wizard</a>
+ </nav>
</div>
</div>
<header>
@@ -500,6 +512,23 @@
</div>
</header>
<main id="grid"></main>
+<!-- Other apps: the 4 simplified capture concepts (TK-12162), linked at the bottom of the upload screen -->
+<nav class="other-apps" aria-label="Other apps">
+ <div class="oa-lbl">Other apps</div>
+ <a href="/simple-minimal">Minimal Showroom</a>
+ <a href="/simple-instant">Instant Film</a>
+ <a href="/simple-probooth">Pro Booth</a>
+ <a href="/simple-wizard">Guided Wizard</a>
+</nav>
+<style>
+ .other-apps{display:flex;flex-wrap:wrap;gap:8px;align-items:center;justify-content:center;
+ margin:24px auto 32px;padding:14px 16px;border-top:1px solid var(--line);max-width:900px}
+ .other-apps .oa-lbl{width:100%;text-align:center;color:var(--muted);font-size:12px;
+ letter-spacing:.08em;text-transform:uppercase;margin-bottom:2px}
+ .other-apps a{color:var(--ink);text-decoration:none;border:1px solid var(--line);background:var(--card);
+ border-radius:999px;padding:8px 14px;font-size:14px}
+ .other-apps a:hover,.other-apps a:focus-visible{border-color:var(--gold);color:var(--gold)}
+</style>
<div class="toast" id="toast"></div>
<!-- ===== Live SKU scanner: camera auto-locks on a printed SKU, then looks it up ===== -->
← 450f953 TK-12162: script to move 584 Tres Tintas Shopify products DW
·
back to Dw Photo Capture
·
TK-12162: DWTB-10050 Tres Tintas master -> DWTS, duplicate t d5ea198 →