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
Showing only changes of commit 385bd39aa1 - Show all commits

View File

@@ -198,11 +198,17 @@ class _MatchResultViewState extends State<MatchResultView> {
alignment: Alignment.center,
height: 60,
child: Container(
decoration:
CustomTheme.standardBoxDecoration,
decoration: BoxDecoration(
flixcoo marked this conversation as resolved Outdated

Vielleicht andere box decoration, maybe keine border und kompletter container in der border color

Vielleicht andere box decoration, maybe keine border und kompletter container in der border color

tote nummer
grafik.png

tote nummer ![grafik.png](/attachments/a399a850-1b2f-4afe-8f74-e4c28f80941a)

ja fair, aber irgendwie würd ich die gern anders darstellen. Nicht genau so wie die list tiles. Und macht die mal quadratisch

ja fair, aber irgendwie würd ich die gern anders darstellen. Nicht genau so wie die list tiles. Und macht die mal quadratisch

so?
grafik.png

so? ![grafik.png](/attachments/41e1acb6-75c3-4487-86a6-fa77c0b1ff90)

Mach mal color: orange, fontcolor: weiß

Mach mal color: orange, fontcolor: weiß

meinst du so?
sonst probier selber mal rum, du weißt ja besser was du willst

grafik.png

meinst du so? sonst probier selber mal rum, du weißt ja besser was du willst ![grafik.png](/attachments/f4030533-907c-4c68-b5ff-f90cc676859e)
color: CustomTheme.boxColor,
border: Border.all(
color: CustomTheme.primaryColor,
),
borderRadius: CustomTheme
.standardBorderRadiusAll,
),
alignment: Alignment.center,
height: 50,
width: 40,
width: 41,
child: Text(
' #${i + 1} ',
style: const TextStyle(
@@ -223,7 +229,8 @@ class _MatchResultViewState extends State<MatchResultView> {
proxyDecorator: (child, index, animation) {
return Material(
color: Colors.transparent,
child: child,
elevation: 8,
child: Opacity(opacity: 0.9, child: child),
);
},
onReorder: (int oldIndex, int newIndex) {