Commit Graph

5 Commits

Author SHA1 Message Date
tfeigel bbe05bd765 Fix Calendar Loading Problems 2025-12-18 19:00:05 +01:00
tfeigel a064f05bcd Make backward compatible to PHP 8.3 2025-09-06 17:12:09 +02:00
tfeigel 15de43a2b5 Enhances event handling with timezone support
Adds timezone handling to the event parsing and formatting logic.

This allows events to be displayed in the user's local timezone, improving the user experience.

Also restructures the event display on the "Termine" page to include a sidebar for filtering by year and month.
2025-09-06 12:27:56 +02:00
tfeigel 1c5e5ce70e Updates team information and dependencies
Corrects the team count and league level on the homepage.

Removes the `package-lock.json` file and updates `package.json` and `pnpm-lock.yaml` to use the latest Tailwind CSS CLI and Tailwind CSS versions.

Sorts upcoming events by date and improves the responsive behavior of the event cards on the homepage by adjusting the number of cards shown and managing arrow button states.
2025-09-06 11:06:41 +02:00
tfeigel 07814712d7 feat: extend news section with tag filtering, improved layout, and homepage integration
Added tag filtering functionality to the blog and news sections, allowing users to filter posts by categories. Enhanced layout with improved tag display, author details, and responsive styling. Integrated the latest news preview into the homepage template. Adjusted visibility logic for navigation arrows in event carousel and refined related PHP snippets for better clarity and reusability.
2025-07-13 12:58:21 +02:00