vault backup: 2026-05-10 16:13:11

This commit is contained in:
Vadym Samoilenko 2026-05-10 16:13:11 +01:00
parent c85ee8974c
commit 30809c6417
2 changed files with 4 additions and 0 deletions

View file

@ -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 |

View file

@ -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.