mirror of
https://github.com/screentinker/screentinker.git
synced 2026-06-17 03:32:32 -06:00
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:
parent
400a438fff
commit
6ea8100aeb
|
|
@ -68,6 +68,12 @@
|
|||
</div>
|
||||
<div style="margin-top:16px"><button id="scheduleBtn" disabled>Add to playlist</button></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>
|
||||
<script src="/js/agency-portal.js"></script>
|
||||
|
|
|
|||
Loading…
Reference in a new issue