rewrite phase 5

This commit is contained in:
2026-05-09 15:34:57 +02:00
parent edeb8ef8e3
commit b1c3cb99bd
8 changed files with 362 additions and 21 deletions
+10 -10
View File
@@ -69,15 +69,15 @@
| # | Item | ✅ | ✔️ |
|---|------|----|----|
| 27 | `ui/Chip.tsx` — small badge component | [x] | [ ] |
| 27 | `ui/Chip.tsx` — small badge component | [x] | [x] |
| 28 | `ui/Button.tsx` — styled button | [x] | [x] |
| 29 | `ui/LoadingSpinner.tsx` — loading indicator | [x] | [ ] |
| 30 | `event/LeaveByBadge.tsx` — countdown badge | [x] | [ ] |
| 31 | `event/JourneyList.tsx` — departure rows | [x] | [ ] |
| 32 | `event/TrainSection.tsx` — train data in event card | [x] | [ ] |
| 33 | `event/BikeSection.tsx` — bicycle data in event card (NEW) | [x] | [ ] |
| 34 | `event/EventCard.tsx` — composes train + bike sections | [x] | [ ] |
| 35 | `calendar/UrlTab.tsx` | [x] | [ ] |
| 30 | `event/LeaveByBadge.tsx` — countdown badge | [x] | [x] |
| 31 | `event/JourneyList.tsx` — departure rows | [x] | [x] |
| 32 | `event/TrainSection.tsx` — train data in event card | [x] | [x] |
| 33 | `event/BikeSection.tsx` — bicycle data in event card (NEW) | [x] | [x] |
| 34 | `event/EventCard.tsx` — composes train + bike sections | [x] | [x] |
| 35 | `calendar/UrlTab.tsx` | [x] | [x] |
| 36 | `calendar/FileTab.tsx` | [x] | [x] |
| 37 | `calendar/CalendarPanel.tsx` | [x] | [x] |
| 38 | `add-event/AddEventModal.tsx` | [x] | [x] |
@@ -90,9 +90,9 @@
| # | Item | ✅ | ✔️ |
|---|------|----|----|
| 41 | `calendar/CalendarView.tsx` — month grid component (NEW) | [ ] | [ ] |
| 42 | `calendar/DayEvents.tsx` — events for a selected day (NEW) | [ ] | [ ] |
| 43 | `app/calendar/page.tsx` — calendar route (NEW) | [ ] | [ ] |
| 41 | `calendar/CalendarView.tsx` — month grid component (NEW) | [x] | [x] |
| 42 | `calendar/DayEvents.tsx` — events for a selected day (NEW) | [x] | [x] |
| 43 | `app/calendar/page.tsx` — calendar route (NEW) | [x] | [x] |
---