reorganize the profile page, move My Teams from Homepage to profile add sign out button to popup menu in homepage

This commit is contained in:
2026-03-13 14:56:39 +01:00
parent 780afb0c56
commit cc7faf477b
5 changed files with 126 additions and 132 deletions

View File

@@ -147,4 +147,25 @@ Folgende Dateien wurden in diesem Prompt verändert:
- frontend_splatournament_manager/ios/Runner/Info.plist
- frontend_splatournament_manager/linux/runner/my_application.cc
- frontend_splatournament_manager/windows/runner/main.cpp
- frontend_splatournament_manager/windows/runner/Runner.rc
- frontend_splatournament_manager/windows/runner/Runner.rc
- Move the sign out button to the popup menu in the homescreen.
Folgende Dateien wurden in diesem Prompt verändert:
- frontend_splatournament_manager/lib/pages/home_page.dart
- frontend_splatournament_manager/lib/pages/settings_page.dart
- Move only the "Meine Teams" list to the settings menu, keep the "Alle Teams" list in the homescreen but get rid of the top tabbar.
Folgende Dateien wurden in diesem Prompt verändert:
- frontend_splatournament_manager/lib/pages/home_page.dart
- frontend_splatournament_manager/lib/pages/settings_page.dart
- frontend_splatournament_manager/lib/widgets/my_teams_widget.dart
- The member count isn't updated in both lists when joining and leaving a team.
Folgende Dateien wurden in diesem Prompt verändert:
- frontend_splatournament_manager/lib/providers/team_provider.dart
- frontend_splatournament_manager/lib/widgets/my_teams_widget.dart
- Rename the settings page to Profile
Folgende Dateien wurden in diesem Prompt verändert:
- frontend_splatournament_manager/lib/pages/settings_page.dart
- frontend_splatournament_manager/lib/pages/home_page.dart