vault backup: 2026-05-10 15:54:36

This commit is contained in:
Vadym Samoilenko 2026-05-10 15:54:36 +01:00
parent cacbd6cfe1
commit e06cbf6d7b
2 changed files with 7 additions and 6 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 | 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 |
| 2026-05-10 | UI Miscellaneous Cleanup | Code review of flow logic, live site audit preparation | Flow components, UI pages |

View file

@ -224,9 +224,9 @@ tags: [daily]
- 15:46 | `Shumiland-site-dev`
- **Asked:** Compare design mockup with current implementation and verify all elements match Figma.
- **Done:** Reviewed structure, removed px-8 from container and moved padding to flex row, took screenshot for verification.
- 15:49 | `Barclays-banner-builder`
- **Asked:** Push all changes to git and implement UI miscellaneous cleanup tasks.
- **Done:** Fixed four bugs (initSelection race condition, hooks order, selectedVariantIds restoration, ConversationLanding hang) and added PDF regenerate button.
- 15:50 | `Barclays-banner-builder`
- **Asked:** Push all changes to git and complete UI miscellaneous cleanup task.
- **Done:** Fixed four bugs (initSelection race, hooks order, selectedVariantIds restoration, ConversationLanding hang) and added PDF regenerate button.
- 15:51 | `Shumiland-site-dev`
- **Asked:** Check if all UI elements match the Figma design using Playwright browser inspection.
- **Done:** Identified that Figma components are not yet published to the team library, blocking the design verification.
- 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.