Update event management system by adding Uhrzeit to Termine; enhance data handling in API and CSV exports to accommodate new fields. Refactor Termine component for improved date and time formatting, ensuring accurate display of events. Clean up unused code in MannschaftenUebersicht and streamline layout in Mannschaften index page for better user experience.

This commit is contained in:
Torsten Schulz (local)
2025-11-05 13:22:57 +01:00
parent d6d9a31669
commit bc2f59bd1a
35 changed files with 653 additions and 929 deletions

File diff suppressed because one or more lines are too long

View File

@@ -1,6 +0,0 @@
import{e as a}from"#entry";/**
* @license lucide-vue-next v0.344.0 - ISC
*
* This source code is licensed under the ISC license.
* See the LICENSE file in the root directory of this source tree.
*/const t=a("ExternalLinkIcon",[["path",{d:"M15 3h6v6",key:"1q9fwt"}],["path",{d:"M10 14 21 3",key:"gplh6r"}],["path",{d:"M18 13v6a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h6",key:"a6xqqp"}]]);export{t as E};

View File

@@ -1 +1 @@
{"id":"5eacfda6-f6ed-4268-8599-129783c464db","timestamp":1761227881976}
{"id":"5350e559-0385-4382-86b5-e023f99170bd","timestamp":1762337994068}

View File

@@ -1 +0,0 @@
@keyframes fadeIn-779d39d7{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.animate-fade-in[data-v-779d39d7]{animation:fadeIn-779d39d7 .8s ease-out}.animate-fade-in-delay-1[data-v-779d39d7]{animation:fadeIn-779d39d7 .8s ease-out .2s both}.animate-fade-in-delay-2[data-v-779d39d7]{animation:fadeIn-779d39d7 .8s ease-out .4s both}.line-clamp-3[data-v-f894f108]{display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}

View File

@@ -1,6 +0,0 @@
import{e}from"#entry";/**
* @license lucide-vue-next v0.344.0 - ISC
*
* This source code is licensed under the ISC license.
* See the LICENSE file in the root directory of this source tree.
*/const a=e("BarChartIcon",[["line",{x1:"12",x2:"12",y1:"20",y2:"10",key:"1vz5eb"}],["line",{x1:"18",x2:"18",y1:"20",y2:"4",key:"cun8e5"}],["line",{x1:"6",x2:"6",y1:"20",y2:"16",key:"hq0ia6"}]]);export{a as B};

View File

@@ -1,2 +1,2 @@
"datum","titel","beschreibung","kategorie"
"2025-12-18","Weihnachtsfeier 2025 im Gasthaus Zum Einhorn in Frankfurt - Bonames","","Veranstaltung"
"datum","uhrzeit","titel","beschreibung","kategorie"
"2025-12-18","19:00","Weihnachtsfeier 2025 im Gasthaus Zum Einhorn in Frankfurt - Bonames","","Veranstaltung"
1 datum uhrzeit titel beschreibung kategorie
2 2025-12-18 19:00 Weihnachtsfeier 2025 im Gasthaus Zum Einhorn in Frankfurt - Bonames Veranstaltung

View File

@@ -1,4 +1,4 @@
"jahr","kategorie","platz","spieler1","spieler2","bemerkung"
Jahr,Kategorie,Platz,Spieler1,Spieler2,Bemerkung
"2024","Einzel","1","Michael Koch","",""
"2024","Einzel","2","Olaf Nüßlein","",""
"2024","Einzel","3","Bernd Meyer","",""
@@ -46,3 +46,4 @@
"2016","Doppel","1","Jürgen Kratz","Matthias Schmidt",""
"2016","Doppel","2","André Gilzinger","Bernd Meyer",""
"2016","Doppel","3","Sven Baublies","Dagmar Bereksasi",""
"2025","Doppel","1","a","b",""
1 jahr Jahr kategorie Kategorie platz Platz spieler1 Spieler1 spieler2 Spieler2 bemerkung Bemerkung
2 2024 Einzel 1 Michael Koch
3 2024 Einzel 2 Olaf Nüßlein
4 2024 Einzel 3 Bernd Meyer
46 2016 Doppel 1 Jürgen Kratz Matthias Schmidt
47 2016 Doppel 2 André Gilzinger Bernd Meyer
48 2016 Doppel 3 Sven Baublies Dagmar Bereksasi
49 2025 Doppel 1 a b