feat(ui): the size-guidance card container in the agency portal (#73)

The #placementCard / #layoutView elements that agency-portal.js's reactive
loadLayoutForPlaylist() renders into. Was built with the card logic but never folded into a
commit; without it the size-guidance card has nowhere to render. Pure markup, no behavior.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
ScreenTinker 2026-06-14 16:10:25 -05:00
parent 400a438fff
commit 6ea8100aeb

View file

@ -68,6 +68,12 @@
</div> </div>
<div style="margin-top:16px"><button id="scheduleBtn" disabled>Add to playlist</button></div> <div style="margin-top:16px"><button id="scheduleBtn" disabled>Add to playlist</button></div>
</div> </div>
<div class="card" id="placementCard" style="display:none">
<h2>Where your content appears</h2>
<p class="sub">Your zone is highlighted on each screen layout below, with the size to design for. Other zones are shown for context only.</p>
<div id="layoutView"></div>
</div>
</div> </div>
</div> </div>
<script src="/js/agency-portal.js"></script> <script src="/js/agency-portal.js"></script>