Restructure homepage: Hero, Termine, News, Actions in new order

This commit is contained in:
Torsten Schulz (local)
2025-10-21 15:36:35 +02:00
parent 72c1039aa3
commit abec76a2d9
72 changed files with 794 additions and 580 deletions

View File

@@ -49,6 +49,8 @@ async function saveNews(newsData) {
...newsData,
id: randomUUID(),
// Cryptographically secure unique ID
isPublic: newsData.isPublic || false,
// Default to internal
created: (/* @__PURE__ */ new Date()).toISOString(),
updated: (/* @__PURE__ */ new Date()).toISOString()
};