Aktualisiere die Version auf 3.1.2 und füge Cache-Control-Header für die Wochenübersicht hinzu
All checks were successful
Deploy production / deploy (push) Successful in 51s

This commit is contained in:
Torsten Schulz (local)
2026-08-27 09:16:16 +02:00
parent 9274500443
commit f47414f095
2 changed files with 3 additions and 2 deletions

View File

@@ -237,6 +237,7 @@ const loadWeekData = async () => {
loading.value = true loading.value = true
const response = await fetch(`${API_URL}/week-overview?weekOffset=${weekOffset.value}`, { const response = await fetch(`${API_URL}/week-overview?weekOffset=${weekOffset.value}`, {
cache: 'no-store',
headers: { headers: {
'Authorization': `Bearer ${authStore.token}`, 'Authorization': `Bearer ${authStore.token}`,
'Content-Type': 'application/json' 'Content-Type': 'application/json'

View File

@@ -1,6 +1,6 @@
{ {
"name": "timeclock", "name": "timeclock",
"version": "3.1.1", "version": "3.1.2",
"description": "TimeClock v3 - Full-Stack Zeiterfassungsanwendung", "description": "TimeClock v3 - Full-Stack Zeiterfassungsanwendung",
"private": true, "private": true,
"workspaces": [ "workspaces": [