the-tip-top-frontend/components/ui
soufiane 6020dc7b93 refactor: extract TicketPrizeDisplay and TicketTableRow components
- Create TicketPrizeDisplay component for prize icon rendering
- Create TicketTableRow component for reusable ticket table rows
- Refactor client/page.tsx and historique/page.tsx to use shared components
- Reduces code duplication from 3.07% to 2.8%

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-12-01 20:33:16 +01:00
..
Badge.tsx dev 2025-11-17 23:38:02 +01:00
Card.tsx dev 2025-11-17 23:38:02 +01:00
EmptyState.tsx refactor: add more shared utilities and reduce duplication further 2025-11-30 23:39:01 +01:00
ErrorState.tsx refactor: reduce code duplication from 18.51% to ~3% 2025-11-30 16:06:40 +01:00
index.ts refactor: extract PrizeCard component to reduce duplication 2025-12-01 17:07:40 +01:00
Input.tsx dev 2025-11-17 23:38:02 +01:00
Loading.tsx dev 2025-11-17 23:38:02 +01:00
LoadingState.tsx refactor: reduce code duplication from 18.51% to ~3% 2025-11-30 16:06:40 +01:00
Modal.tsx dev 2025-11-17 23:38:02 +01:00
Pagination.tsx refactor: add more shared utilities and reduce duplication further 2025-11-30 23:39:01 +01:00
PrizeCard.tsx refactor: extract PrizeCard component to reduce duplication 2025-12-01 17:07:40 +01:00
StatCard.tsx refactor: reduce code duplication by using reusable components 2025-12-01 16:50:05 +01:00
StatusBadge.tsx refactor: reduce code duplication by using reusable components 2025-12-01 16:50:05 +01:00
Table.tsx dev 2025-11-17 23:38:02 +01:00
TicketPrizeDisplay.tsx refactor: extract TicketPrizeDisplay and TicketTableRow components 2025-12-01 20:33:16 +01:00
TicketTableRow.tsx refactor: extract TicketPrizeDisplay and TicketTableRow components 2025-12-01 20:33:16 +01:00