diff --git a/01 Projects/Barclays-banner-builder/Barclays Banner Builder.md b/01 Projects/Barclays-banner-builder/Barclays Banner Builder.md index 3b3ea82..ae8c9ea 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 | 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 | diff --git a/99 Daily/2026-05-10.md b/99 Daily/2026-05-10.md index de07e2f..71a233b 100644 --- a/99 Daily/2026-05-10.md +++ b/99 Daily/2026-05-10.md @@ -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.