fix(homepage): restore events filter buttons (Wszystkie/Norda/Zewnętrzne)
Some checks are pending
NordaBiz Tests / Unit & Integration Tests (push) Waiting to run
NordaBiz Tests / E2E Tests (Playwright) (push) Blocked by required conditions
NordaBiz Tests / Smoke Tests (Production) (push) Blocked by required conditions
NordaBiz Tests / Send Failure Notification (push) Blocked by required conditions

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
Maciej Pienczyn 2026-04-06 19:27:08 +02:00
parent 4ec8e15c56
commit 42ba74b205

View File

@ -1092,6 +1092,16 @@
</div>
{% endif %}
<!-- Events Filter -->
{% if upcoming_events %}
<div class="events-filter" data-animate="fadeIn">
<span class="events-filter-label">Pokaż:</span>
<button class="events-filter-btn active" data-filter="all" onclick="filterEvents('all', this)">Wszystkie</button>
<button class="events-filter-btn" data-filter="norda" onclick="filterEvents('norda', this)">🏢 Norda Biznes</button>
<button class="events-filter-btn" data-filter="external" onclick="filterEvents('external', this)">🌐 Zewnętrzne</button>
</div>
{% endif %}
<!-- Homepage Grid: Events + Forum + New Members -->
{% if upcoming_events or latest_forum_topic or latest_admitted %}
<div class="homepage-grid" data-animate="fadeIn">