vault backup: 2026-04-20 17:19:00
This commit is contained in:
parent
df99a42d5e
commit
6689e182d9
2 changed files with 8 additions and 0 deletions
|
|
@ -23,6 +23,10 @@ created: 2026-04-17
|
|||
- **Local path:** `/Volumes/SSD/Projects/Oliver/Barclays-banner-builder`
|
||||
|
||||
## Sessions
|
||||
### 2026-04-20 – Add visual progress indicator for user
|
||||
**Asked:** Add visual progress indicator for user workflow stages (Brief → Edit Variants → Banner Editor → Export).
|
||||
**Done:** Implemented progress indicator component with backward navigation, grayed-out forward steps, and persistent visibility across all workflow pages.
|
||||
|
||||
### 2026-04-20 – Add visual progress indicator for user
|
||||
**Asked:** Add visual progress indicator for user workflow stages | Progress component with backward navigation, grayed forward steps, always visible timeline | Layout.tsx, BannerEditor.tsx, BriefEditor.tsx, ExportPage.tsx, VariantsGrid.tsx
|
||||
**Done:** Built and committed progress indicator component with no TypeScript errors | Built, tested for errors, and pushed changes to main branch | Layout.tsx, BannerEditor.tsx, BriefEditor.tsx, ExportPage.tsx, VariantsGrid.tsx
|
||||
|
|
@ -223,6 +227,7 @@ created: 2026-04-17
|
|||
## Change Log
|
||||
| Date | Requested | Changed | Files |
|
||||
|------|-----------|---------|-------|
|
||||
| 2026-04-20 | Progress indicator | Add step tracking, backward navigation, gray out incomplete steps | Layout.tsx, BriefEditor.tsx, VariantsGrid.tsx, BannerEditor.tsx, ExportPage.tsx |
|
||||
| 2026-04-20 | Progress indicator | Backward navigation, forward steps grayed out, always visible | Layout.tsx, BannerEditor.tsx, BriefEditor.tsx, ExportPage.tsx, VariantsGrid.tsx |
|
||||
| 2026-04-20 | Progress indicator | Zustand store with journey state, JourneyStepper component with Barclays tokens, Layout integration, stage completion tracking | journey.ts, stepper.tsx, Layout.tsx, BriefEditor.tsx, VariantsGrid.tsx, BannerEditor.tsx, ExportPage.tsx |
|
||||
| 2026-04-20 | Progress indicator | ExportPage integration, stage completion logic, forward step disabling, navigation constraints | ExportPage.tsx, ProgressIndicator.tsx |
|
||||
|
|
|
|||
|
|
@ -14,3 +14,6 @@ tags: [daily]
|
|||
- 17:16 | `Barclays-banner-builder`
|
||||
- **Asked:** Add visual progress indicator for user workflow stages | Progress component with backward navigation, grayed forward steps, always visible timeline | Layout.tsx, BannerEditor.tsx, BriefEditor.tsx, ExportPage.tsx, VariantsGrid.tsx
|
||||
- **Done:** Built and committed progress indicator component with no TypeScript errors | Built, tested for errors, and pushed changes to main branch | Layout.tsx, BannerEditor.tsx, BriefEditor.tsx, ExportPage.tsx, VariantsGrid.tsx
|
||||
- 17:17 | `Barclays-banner-builder`
|
||||
- **Asked:** Add visual progress indicator for user workflow stages (Brief → Edit Variants → Banner Editor → Export).
|
||||
- **Done:** Implemented progress indicator component with backward navigation, grayed-out forward steps, and persistent visibility across all workflow pages.
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue