An event companion and onboarding experience for the ATmosphere (alpha) atmo.quest
6

Configure Feed

Select the types of activity you want to include in your feed.

docs: add home dashboard placement to QR decode spec

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>

authored by

Brittany Ellich
Claude Opus 4.8
and committed by
Tangled
(Jun 1, 2026, 2:54 PM UTC) 02fab8df 575e0191

+5 -3
+5 -3
docs/superpowers/specs/2026-06-01-qr-decode-design.md
··· 67 67 with the label `📷 scan to connect` (accurate now that it decodes), plus 68 68 - a hidden `<input type="file" accept="image/*" capture="environment">` used 69 69 only for the fallback path. 70 - This single shared component already drives all three placements (profile, 71 - `/e/{token}` scan-landing, and `/events/{token}` event detail), so they all 72 - inherit the scanner automatically. 70 + This single shared component drives all four placements (profile, 71 + `/e/{token}` scan-landing, `/events/{token}` event detail, and the logged-in 72 + home dashboard at `/`), so they all inherit the scanner automatically. 73 73 - **CSS** (`web/resources/static/css/terminal.css`) — new overlay/viewfinder 74 74 styles. The existing mobile-only `.camera-scan` rule 75 75 (`display:none` above 768px) is unchanged, keeping the button mobile-only. ··· 147 147 - `web/resources/static/js/qr-scan.js` — new module. 148 148 - `features/common/layouts/camerabutton.templ` — button markup change 149 149 (+ regenerated `*_templ.go`). 150 + - `features/index/pages/index.templ` — add the shared button to the logged-in 151 + home dashboard, under the QR flip card (+ regenerated `*_templ.go`). 150 152 - `features/common/layouts/base.templ` — script includes 151 153 (+ regenerated `*_templ.go`). 152 154 - `web/resources/static/css/terminal.css` — overlay styles.