diff --git a/01 Projects/Barclays-banner-builder/Barclays Banner Builder.md b/01 Projects/Barclays-banner-builder/Barclays Banner Builder.md index 6bdc170..266c495 100644 --- a/01 Projects/Barclays-banner-builder/Barclays Banner Builder.md +++ b/01 Projects/Barclays-banner-builder/Barclays Banner Builder.md @@ -503,6 +503,7 @@ Key REST endpoints (FastAPI + auto-docs at `/api/docs`): ## Change Log | Date | Requested | Changed | Files | |------|-----------|---------|-------| +| 2026-05-10 | UI Miscellaneous Cleanup | Added VPN pre-deployment check in CLAUDE.md rules | ~/.claude/CLAUDE.md | | 2026-05-10 | Push all changes to git | Pushed commit 4759e33 to Bitbucket | Git repository | | 2026-05-10 | UI Miscellaneous Cleanup | Fixed initSelection race, hooks order, selectedVariantIds recovery, ConversationLanding error state, added PDF regenerate button | ExportPage.tsx, VariantsGrid.tsx, ConversationLanding.tsx | | 2026-05-10 | Bug fixes, PDF UI | initSelection race condition, hooks order, selectedVariantIds restoration, ConversationLanding error state, regenerate button | ExportPage.tsx, VariantsGrid.tsx, ConversationLanding.tsx | diff --git a/99 Daily/2026-05-10.md b/99 Daily/2026-05-10.md index ec4d9c7..acae7b0 100644 --- a/99 Daily/2026-05-10.md +++ b/99 Daily/2026-05-10.md @@ -236,3 +236,6 @@ tags: [daily] - 16:08 (8min) | `Shumiland-site-dev` - **Asked:** Check design elements against Figma mockups using Playwright browser to verify visual consistency. - **Done:** Identified path alias issue in figma.config.json preventing CLI resolution during design verification. +- 16:12 | `Barclays-banner-builder` + - **Asked:** How should deployment to Oliver servers be handled? + - **Done:** Added VPN connection check rule to CLAUDE.md that verifies Tunnelblick status before SSH/deploy operations.