diff --git a/01 Projects/Barclays-banner-builder/Barclays Banner Builder.md b/01 Projects/Barclays-banner-builder/Barclays Banner Builder.md index 0f5cfd4..b809275 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 cleanup | Logo copy to dist directory, Vite build skip | dist/ | | 2026-05-10 | Push all changes to git and implement UI miscellaneous cleanup | Added get_current_user backend logic to return first admin user when token is missing, committed and deployed changes | Backend authentication logic, deployment configuration | | 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 | diff --git a/99 Daily/2026-05-10.md b/99 Daily/2026-05-10.md index 4b86e8b..0d09cfd 100644 --- a/99 Daily/2026-05-10.md +++ b/99 Daily/2026-05-10.md @@ -242,3 +242,6 @@ tags: [daily] - 16:14 | `Barclays-banner-builder` - **Asked:** Asked | Done | Log - **Done:** --- | --- | --- +- 16:16 | `Barclays-banner-builder` + - **Asked:** Asked for git push and deployment with UI cleanup task. + - **Done:** Pushed changes to git and deployed, copying logo directly to dist/ to bypass Vite build skip.