From 0113fcc382504099410c318160e7621b901184ff Mon Sep 17 00:00:00 2001 From: Valentin CZERYBA Date: Tue, 12 Aug 2025 22:30:12 +0200 Subject: [PATCH] add Link --- covas_mobile/lib/l10n/app_de.arb | 6 +++++- covas_mobile/lib/l10n/app_en.arb | 4 +++- covas_mobile/lib/l10n/app_fr.arb | 5 ++++- covas_mobile/lib/pages/ItemMenu.dart | 28 ++++++++++++++++++++++++++++ 4 files changed, 40 insertions(+), 3 deletions(-) diff --git a/covas_mobile/lib/l10n/app_de.arb b/covas_mobile/lib/l10n/app_de.arb index 9194d0a..ea0f5ad 100644 --- a/covas_mobile/lib/l10n/app_de.arb +++ b/covas_mobile/lib/l10n/app_de.arb @@ -130,5 +130,9 @@ "unknown_error": "Unbekannter Fehler", "app_error": "Anwendungsfehler", "at": "um", - "to_date": "bis" + "to_date": "bis", + "item_link": "Link : ", + "item_ticket": "Abendkarte : " + + } diff --git a/covas_mobile/lib/l10n/app_en.arb b/covas_mobile/lib/l10n/app_en.arb index 2f29651..62fb2cd 100644 --- a/covas_mobile/lib/l10n/app_en.arb +++ b/covas_mobile/lib/l10n/app_en.arb @@ -132,5 +132,7 @@ "unknown_error": "Unknown error", "app_error": "Application error", "at": "at", -"to_date": "to" +"to_date": "to", +"item_link": "Link : ", +"item_ticket": "Ticket : " } \ No newline at end of file diff --git a/covas_mobile/lib/l10n/app_fr.arb b/covas_mobile/lib/l10n/app_fr.arb index c3dd1fd..4c6d6db 100644 --- a/covas_mobile/lib/l10n/app_fr.arb +++ b/covas_mobile/lib/l10n/app_fr.arb @@ -132,6 +132,9 @@ "unknown_error": "Erreur inconnue", "app_error": "Erreur d'application", "at": "à", -"to_date": "jusqu'à" +"to_date": "jusqu'à", +"item_link": "Lien : ", +"item_ticket": "Billet : " + } \ No newline at end of file diff --git a/covas_mobile/lib/pages/ItemMenu.dart b/covas_mobile/lib/pages/ItemMenu.dart index 7451e50..bd9f6d9 100644 --- a/covas_mobile/lib/pages/ItemMenu.dart +++ b/covas_mobile/lib/pages/ItemMenu.dart @@ -276,6 +276,34 @@ class _ItemMenuState extends State with ShowAlertDialog { maxLines: 3, overflow: TextOverflow.ellipsis))) ]), + Row(children: [ + Icon(Icons.event), + Text( + AppLocalizations.of(context)?.item_link ?? "Link : ", + style: TextStyle(fontSize: 15.0, fontWeight: FontWeight.bold), + ) + ]), + Row( + children: [ + Flexible( + child: Text("${eventStartDate}", + style: TextStyle(fontSize: 15.0))) + ], + ), + Row(children: [ + Icon(Icons.event), + Text( + AppLocalizations.of(context)?.item_ticket ?? "Ticket : ", + style: TextStyle(fontSize: 15.0, fontWeight: FontWeight.bold), + ) + ]), + Row( + children: [ + Flexible( + child: Text("${eventStartDate}", + style: TextStyle(fontSize: 15.0))) + ], + ), Row(children: [ Icon(Icons.group), Text(