{# # ============================================================================ # MOLECULE: DAILY REWARD CARD # ============================================================================ # # Chip gamifié "Récompense du jour". # État claimable : bouton CTA bleu Bubul + grande icône cadeau + texte gamifié. # État countdown : chip léger bleu avec timer dégressif. # # PARAMÈTRES # | Paramètre | Type | Description | # |---------------|-------------------|-------------------------------------| # | canClaim | bool | True si non réclamé aujourd'hui | # | nextClaimAt | DateTimeImmutable | Minuit UTC (affichage countdown) | # | claimUrl | string | Route app_daily_reward_claim | # ============================================================================ #} {% set canClaim = canClaim ?? false %} {% set nextClaimAt = nextClaimAt ?? null %} {% set claimUrl = claimUrl ?? '' %}
{# inline-flex sur le wrapper pour que le point colle au coin du bouton #}
{# ── État : claimable ─────────────────────────────────────────── #}
{# ── État : countdown ─────────────────────────────────────────── #}
{% include '_atoms/icon/icon.html.twig' with { name: 'calendar', size: 'sm', color: 'current' } only %}
Prochain bonus

--:--:--