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
All checks were successful
Deploy production / deploy (push) Successful in 51s
This commit is contained in:
@@ -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'
|
||||||
@@ -695,4 +696,4 @@ onBeforeUnmount(() => {
|
|||||||
background: #5a6268;
|
background: #5a6268;
|
||||||
border-color: #545b62;
|
border-color: #545b62;
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|||||||
@@ -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": [
|
||||||
|
|||||||
Reference in New Issue
Block a user