Skip to content

Conversation

@PrabuckiDominik
Copy link
Collaborator

This should close #21 .

@PrabuckiDominik PrabuckiDominik linked an issue Jul 29, 2025 that may be closed by this pull request
@PrabuckiDominik PrabuckiDominik marked this pull request as ready for review July 30, 2025 07:15
Copy link
Member

@mlencki mlencki left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

CR

@mlencki mlencki requested a review from Copilot July 30, 2025 10:48
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR expands the user profile functionality by adding user statistics (events, followers, following counts), displaying user events in a horizontal scrollable list, and improving theming consistency throughout the application.

  • Added user statistics display with event, follower, and following counts
  • Implemented profile events section showing user's events in card format with status badges
  • Improved color theming by replacing hardcoded colors with AppColors constants

Reviewed Changes

Copilot reviewed 20 out of 20 changed files in this pull request and generated 4 comments.

Show a summary per file
File Description
lib/src/shared/domain/models/user_model.dart Extended User model with statistics and events list
lib/src/features/profile/presentation/widgets/stat_tile.dart New widget for displaying user statistics
lib/src/features/profile/presentation/widgets/profile_stats.dart Widget displaying user stats in a row
lib/src/features/profile/presentation/widgets/profile_events_section.dart Section showing user events horizontally
lib/src/features/profile/presentation/widgets/profile_event_card.dart Card component for individual events
lib/src/features/profile/presentation/widgets/event_status_badge.dart Badge showing event status with color coding
lib/src/features/profile/domain/utils/event_sorter.dart Utility for sorting events by status and date
lib/src/shared/presentation/theme/app_colors.dart Added new color constant for draft event badges
Multiple theme files Replaced hardcoded colors with AppColors constants

@PrabuckiDominik PrabuckiDominik merged commit 20da35d into main Jul 30, 2025
2 checks passed
@PrabuckiDominik PrabuckiDominik deleted the 21-expanded-profile branch July 30, 2025 12:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Expanded profile

5 participants