You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: Refactor competitions list and details components
- Enhanced CompetitionsList component with memoization and improved performance.
- Added detailed status and actions templates for better user interaction.
- Introduced CompetitionDetailsHeader and CompetitionStatisticsPanel components for better separation of concerns.
- Implemented GroupsTable and ParticipantsTable components to display associated groups and participants.
- Created CompetitionHeader and PuzzleGrid components for player competition page, improving layout and user experience.
- Added PuzzleCard component to represent individual puzzles with unlocking logic and difficulty indicators.
- Improved data fetching logic in CompetitionPage for better error handling and loading states.
0 commit comments