fix: move Karty button first in toggle, full-width cards grid
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-10 06:51:46 +02:00
parent 2fc5e99de4
commit fc1109a74d

View File

@ -555,7 +555,6 @@
display: grid;
grid-template-columns: repeat(2, 1fr);
gap: var(--spacing-md);
max-width: 900px;
}
.cards-filter {
@ -775,12 +774,12 @@
<!-- Toolbar z przyciskami widoku -->
<div class="calendar-toolbar">
<div class="view-toggle">
<a href="?view=list" class="{% if view_mode == 'list' %}active{% endif %}">
Lista
</a>
<a href="?view=cards" class="{% if view_mode == 'cards' %}active{% endif %}">
Karty
</a>
<a href="?view=list" class="{% if view_mode == 'list' %}active{% endif %}">
Lista
</a>
<a href="?view=grid&year={{ year }}&month={{ month }}" class="{% if view_mode == 'grid' %}active{% endif %}">
Kalendarz
</a>