Neuer Regelsatz: Platzierung #213

Merged
sneeex merged 22 commits from feature/206-Neuer-Regelsatz-Platzierung into development 2026-05-09 21:37:30 +00:00
2 changed files with 3 additions and 1 deletions
Showing only changes of commit 6f155182b5 - Show all commits

View File

@@ -85,7 +85,7 @@ class AppLocalizationsDe extends AppLocalizations {
String get delete_match => 'Spiel löschen';
@override
String get drag_to_set_placement => 'Ziehen, um die Platzierung zu setzen';
String get drag_to_set_placement => 'Drag to set placement';
@override
String get edit_group => 'Gruppe bearbeiten';

View File

@@ -144,6 +144,7 @@ class _MatchResultViewState extends State<MatchResultView> {
});
},
child: ListView.builder(
physics: NeverScrollableScrollPhysics(),
itemCount: allPlayers.length,
itemBuilder: (context, index) {
return CustomRadioListTile(
@@ -217,6 +218,7 @@ class _MatchResultViewState extends State<MatchResultView> {
),
Expanded(
child: ReorderableListView.builder(
physics: const NeverScrollableScrollPhysics(),
padding: EdgeInsets.zero,
proxyDecorator: (child, index, animation) {
return Material(