vault backup: 2026-05-10 16:10:35

This commit is contained in:
Vadym Samoilenko 2026-05-10 16:10:35 +01:00
parent e06cbf6d7b
commit c85ee8974c
2 changed files with 7 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 | 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 |
| 2026-05-10 | Bug fixes, PDF regenerate button | initSelection race in loadBannerSet, hooks order in ExportPage, selectedVariantIds in VariantsGrid, failed state in ConversationLanding, regenerate button added | ExportPage.tsx, VariantsGrid.tsx, ConversationLanding.tsx |

View file

@ -230,3 +230,9 @@ tags: [daily]
- 15:53 | `Barclays-banner-builder`
- **Asked:** Push UI miscellaneous cleanup changes to git with bug fixes and UX improvements.
- **Done:** Fixed 4 bugs (initSelection race, hooks order, selectedVariantIds, ConversationLanding hang) and added PDF regenerate button, pushed to Bitbucket.
- 15:55 | `Barclays-banner-builder`
- **Asked:** Asked | Done | Log
- **Done:** ---|---|---
- 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.