{% extends "core/base.html" %} {% load static %} {% load lyric_extras %} {% block title_text %}Game Sea Gate{% endblock title_text %} {% block header_text %}GameGate{% endblock header_text %} {% block content %} {# Sprint 6 iter 6a — solo my-sea gatekeeper. Token-deposit-to-redraw #} {# within the 24h window after the user's daily free draw is spent. #} {# Layout: `--duoUser` page bg + darkened Gaussian-glass modal centered #} {# over it (mirrors the room gatekeeper's `.gate-overlay` + `.gate- #} {# modal` chrome). No hex / chair-seats — the gatekeeper is a transient #} {# in-flight UI; seats live on the my-sea picker page itself. #}
{# Sprint 6 iter 6c — bud-btn invite stub (multiplayer-coming-soon) #} {# + gear-btn NVM-only menu. Both render outside .gate-modal so the #} {# bud-btn lives at viewport fixed position (per `_bud.scss`) and #} {# the gear-btn sits atop `#id_kit_btn` in the bottom-right corner. #} {% include "apps/gameboard/_partials/_my_sea_bud_panel.html" %} {% include "apps/gameboard/_partials/_my_sea_gear.html" %}
{% endblock content %} {% block scripts %} {# Brief module — needed by _my_sea_bud_panel's OK handler so the #} {# 'Multiplayer my-sea coming soon' banner shows on a successful #} {# (stub) invite. #} {% endblock scripts %}