From 1ea716765e1bce2bdc57394f5fab8a3fc137b891 Mon Sep 17 00:00:00 2001 From: Vadym Samoilenko Date: Sun, 10 May 2026 14:50:04 +0100 Subject: [PATCH] vault backup: 2026-05-10 14:50:04 --- .obsidian/plugins/hoarder-sync/data.json | 2 +- .../Barclays-banner-builder/Barclays Banner Builder.md | 5 +++++ 99 Daily/2026-05-10.md | 3 +++ 3 files changed, 9 insertions(+), 1 deletion(-) diff --git a/.obsidian/plugins/hoarder-sync/data.json b/.obsidian/plugins/hoarder-sync/data.json index 3bd644e..18e9d24 100644 --- a/.obsidian/plugins/hoarder-sync/data.json +++ b/.obsidian/plugins/hoarder-sync/data.json @@ -4,7 +4,7 @@ "syncFolder": "Hoarder", "attachmentsFolder": "Hoarder/attachments", "syncIntervalMinutes": 60, - "lastSyncTimestamp": 1778417241907, + "lastSyncTimestamp": 1778420841873, "updateExistingFiles": false, "excludeArchived": true, "onlyFavorites": false, diff --git a/01 Projects/Barclays-banner-builder/Barclays Banner Builder.md b/01 Projects/Barclays-banner-builder/Barclays Banner Builder.md index ee6aed8..c3df244 100644 --- a/01 Projects/Barclays-banner-builder/Barclays Banner Builder.md +++ b/01 Projects/Barclays-banner-builder/Barclays Banner Builder.md @@ -175,6 +175,10 @@ Key REST endpoints (FastAPI + auto-docs at `/api/docs`): - **Recent activity:** Active development; last commit `0f66fab` (Rebrand to Oliver design system). 20 commits in history showing feature iterations (chat interface, banner spec updates, export refinement, refine intent fixes). ## Sessions +### 2026-05-10 – Remove "Ask AI to improve" button +**Asked:** Remove "Ask AI to improve" button from step 2 and add character count displays throughout the workflow. +**Done:** Updated step 2 to remove AI improvement option, added character counts to prompt, edit, and export sections, and verified no unused imports in VariantsGrid.tsx. + ### 2026-05-10 – Add ability to delete variants during **Asked:** Add ability to delete variants during Step 2 with confirmation prompt. **Done:** Implemented Delete button on variant cards with confirmation dialog and removal logic. @@ -495,6 +499,7 @@ Key REST endpoints (FastAPI + auto-docs at `/api/docs`): ## Change Log | Date | Requested | Changed | Files | |------|-----------|---------|-------| +| 2026-05-10 | Character counts and AI button removal | Remove "Ask AI to improve" from step 2, add character count displays to prompt/edit/export | VariantsGrid.tsx | | 2026-05-10 | Delete variant capability | Added Delete button to variant cards, confirmation modal, removal logic | VariantCard.tsx, VariantList.tsx | | 2026-05-10 | Banner formats validation | Confirmed SM2/MD1/MD2/MD3/LG1/LG2 layouts, icon placements, CTA styles | design-mockup.psd, banner-specs.md | | 2026-05-10 | Banner specs | Canvas sizes, layout types, copy fields defined | Design mockup, specifications document | diff --git a/99 Daily/2026-05-10.md b/99 Daily/2026-05-10.md index 55d0620..a7213c2 100644 --- a/99 Daily/2026-05-10.md +++ b/99 Daily/2026-05-10.md @@ -176,3 +176,6 @@ tags: [daily] - 14:39 (5min) | `Barclays-banner-builder` - **Asked:** Add ability to delete variants during Step 2 with confirmation prompt. - **Done:** Implemented Delete button on variant cards with confirmation dialog and removal logic. +- 14:48 (1min) | `Barclays-banner-builder` + - **Asked:** Remove "Ask AI to improve" button from step 2 and add character count displays throughout the workflow. + - **Done:** Updated step 2 to remove AI improvement option, added character counts to prompt, edit, and export sections, and verified no unused imports in VariantsGrid.tsx.