Add 'Spielplan' links to Navigation component; update index page to include 'Spielplan' section; enhance 'spielplaene' page with filtering, loading states, and error handling for improved user experience.

This commit is contained in:
Torsten Schulz (local)
2025-10-24 00:55:04 +02:00
parent c6ce26773a
commit 7660f7cf7b
13 changed files with 2457 additions and 228 deletions

View File

@@ -16,7 +16,8 @@ export default defineEventHandler(async (event) => {
const allowedFiles = [
'vereinsmeisterschaften.csv',
'mannschaften.csv',
'termine.csv'
'termine.csv',
'spielplan.csv'
]
if (!allowedFiles.includes(filename)) {