Skip to content

Commit e70573e

Browse files
JacobCoffeeclaude
andauthored
feat: add Stripe Terminal SDK integration and on-site POS (#54)
Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 41d13ef commit e70573e

13 files changed

Lines changed: 3286 additions & 2 deletions

File tree

src/django_program/manage/templates/django_program/manage/base.html

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1113,6 +1113,11 @@
11131113
<span class="sidebar-nav-icon"><svg width="16" height="16" fill="none" stroke="currentColor" stroke-width="1.5"><path d="M4 8l3 3 5-6"/><rect x="1.5" y="1.5" width="13" height="13" rx="2"/></svg></span> Check-in
11141114
</a>
11151115
</li>
1116+
<li>
1117+
<a href="{% url 'manage:terminal-pos' conference.slug %}" class="{% if active_nav == 'terminal' %}active{% endif %}">
1118+
<span class="sidebar-nav-icon"><svg width="16" height="16" fill="none" stroke="currentColor" stroke-width="1.5"><rect x="1.5" y="3.5" width="13" height="9" rx="1.5"/><path d="M4.5 9.5h2M9.5 9.5h2M1.5 6.5h13"/></svg></span> Terminal POS
1119+
</a>
1120+
</li>
11161121
</ul>
11171122
</div>
11181123
<div class="sidebar-section">

0 commit comments

Comments
 (0)