add carousel view

This commit is contained in:
2026-03-11 22:17:42 +01:00
parent 14c72b06d4
commit 383795bff6
6 changed files with 185 additions and 8 deletions

View File

@@ -104,7 +104,7 @@ class _TournamentDetailPageState extends State<TournamentDetailPage> {
Widget build(BuildContext context) {
return Scaffold(
appBar: AppBar(
title: Text("Tournament"),
title: Text(widget.tournament.name, style: TextStyle(overflow: TextOverflow.ellipsis)),
backgroundColor: Theme.of(context).colorScheme.surface.withAlpha(180),
elevation: 3,
actions: [