blu3-bird/Shopping-on-tuesday
View on GitHub🪄 Feature Request: Add Trust Badges to Empty Space on Login Page
Open
#70 opened on Dec 24, 2025
Designfrontendhelp wantedinterface🐭good first issue🦭shiny🫎enhancement
Repository metrics
- Stars
- (5 stars)
- PR merge metrics
- (PR metrics pending)
Description
🪄 Feature Request: Add Trust Badges to Empty Space on Login Page
📌 Description
I want to display trust badges in the empty space of the login page. There are four of them.
🧩 Trust Badges Code Snippet
{% macro render_trust_badges() %}
<div class="trust-badges-container">
<!--Cash on delivery-->
<div class="trust-badge">
<div class="badge-icon">🦥</div>
<div class="badge-content">
<h4 class="badge-title">Cash On Delivery</h4>
<p class="badge-description">No Online payment needed!</p>
</div>
</div>
</div>
{% endmacro %}
🎯 Expected Outcome
- Show trust badges on the right/empty area of the login page.
- Keep the current UI style.
- Make sure the layout stays responsive.