Save before creating restore point: Periodic backup
Auto-saved at 2025-07-31 10:54:37 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
@@ -351,8 +351,11 @@ export function TimeshiftSpreadsheet({ teamId, teamName }: TimeshiftSpreadsheetP
|
||||
|
||||
// Weekend date columns (rows 3, 4, 5 - year, month, day)
|
||||
for (let row = 3; row <= 5; row++) {
|
||||
styles[`${colLetter}${row}`] = "background-color: #ffd966;" // Weekend date values
|
||||
styles[`${nextColLetter}${row}`] = "background-color: #ffd966;" // Weekend date values
|
||||
// Preserve existing styles (like borders) and add weekend background
|
||||
const existingStyle1 = styles[`${colLetter}${row}`] || ""
|
||||
const existingStyle2 = styles[`${nextColLetter}${row}`] || ""
|
||||
styles[`${colLetter}${row}`] = existingStyle1 + " background-color: #ffd966;" // Weekend date values
|
||||
styles[`${nextColLetter}${row}`] = existingStyle2 + " background-color: #ffd966;" // Weekend date values
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -283,3 +283,6 @@
|
||||
2025-07-31 09:54:37 +02:00: 🔖 Creating restore point...
|
||||
2025-07-31 09:56:11 +02:00: ✅ Restore point created
|
||||
2025-07-31 10:24:37 +02:00: 🔖 Creating restore point...
|
||||
2025-07-31 10:26:13 +02:00: ✅ Restore point created
|
||||
2025-07-31 10:54:37 +02:00: 🔄 Hourly reset: Commit counter reset to 0
|
||||
2025-07-31 10:54:37 +02:00: 🔖 Creating restore point...
|
||||
|
||||
@@ -279,3 +279,6 @@
|
||||
2025-07-31 09:54:37 +02:00: 🔖 Creating restore point...
|
||||
2025-07-31 09:56:11 +02:00: ✅ Restore point created
|
||||
2025-07-31 10:24:37 +02:00: 🔖 Creating restore point...
|
||||
2025-07-31 10:26:13 +02:00: ✅ Restore point created
|
||||
2025-07-31 10:54:37 +02:00: 🔄 Hourly reset: Commit counter reset to 0
|
||||
2025-07-31 10:54:37 +02:00: 🔖 Creating restore point...
|
||||
|
||||
Reference in New Issue
Block a user