From 73ffeed3272316d728d53c2ca8051aa106e39b00 Mon Sep 17 00:00:00 2001 From: Vadym Samoilenko Date: Wed, 6 May 2026 21:42:13 +0100 Subject: [PATCH] vault backup: 2026-05-06 21:42:13 --- 01 Projects/cc-dashboard/CC Dashboard.md | 1 + 99 Daily/2026-05-06.md | 6 ++++++ 2 files changed, 7 insertions(+) diff --git a/01 Projects/cc-dashboard/CC Dashboard.md b/01 Projects/cc-dashboard/CC Dashboard.md index 70c114e..72efcbb 100644 --- a/01 Projects/cc-dashboard/CC Dashboard.md +++ b/01 Projects/cc-dashboard/CC Dashboard.md @@ -268,6 +268,7 @@ All endpoints except `/auth/login` require valid JWT in `Authorization: Bearer { ## Change Log | Date | Requested | Changed | Files | |------|-----------|---------|-------| +| 2026-05-06 | Projects toFixed error | Add null checks and fallback values, verify rendering | ProjectsView.js, CardContent.vue | | 2026-05-06 | Fix undefined toFixed() | Add null check for toFixed() call, verify server deployment | ProjectsView-CZF7uexl.js, CardContent.vue | | 2026-05-06 | Fix Projects TypeError | Add null check before toFixed call | ProjectsView-CZF7uexl.js, CardContent.vue | | 2026-05-06 | Calendar view, Azure DevOps sync, task planner | Dashboard preset to 'today', Cache-Control header, Live Feed bug fixes | index.html, dashboard config, feed module | diff --git a/99 Daily/2026-05-06.md b/99 Daily/2026-05-06.md index b57e5b9..06aa7d0 100644 --- a/99 Daily/2026-05-06.md +++ b/99 Daily/2026-05-06.md @@ -137,3 +137,9 @@ tags: [daily] - 21:28 (1min) | `cc-dashboard` - **Asked:** Asked | Fixed undefined toFixed() error in Projects view and verified live deployment - **Done:** Done | Resolved TypeError by adding null check for toFixed() method and confirmed updated build is running on server +- 21:40 | `cc-dashboard` + - **Asked:** Fixed TypeError in Projects view where toFixed() was called on undefined value | Added null checks and default value handling in ProjectsView component | ProjectsView-CZF7uexl.js, CardContent.vue + - **Done:** Bug fix | Null checks, default values | ProjectsView.js, CardContent.vue +- 21:41 | `ai_leed` + - **Asked:** Check if auto-updates work on all Docker containers and LXC on homlab, then configure Watchtower with proper API version. + - **Done:** Identified Docker API version mismatch in CT111/CT112 and added DOCKER_API_VERSION=1.45 environment variable to fix Watchtower restarts.