vault backup: 2026-05-10 14:50:04

This commit is contained in:
Vadym Samoilenko 2026-05-10 14:50:04 +01:00
parent 915cc55af0
commit 1ea716765e
3 changed files with 9 additions and 1 deletions

View file

@ -4,7 +4,7 @@
"syncFolder": "Hoarder",
"attachmentsFolder": "Hoarder/attachments",
"syncIntervalMinutes": 60,
"lastSyncTimestamp": 1778417241907,
"lastSyncTimestamp": 1778420841873,
"updateExistingFiles": false,
"excludeArchived": true,
"onlyFavorites": false,

View file

@ -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 |

View file

@ -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.