Skip to content

fix(ui): richer empty guidance for Memory and Portfolio lists - #37

Merged
telivity-otaip merged 1 commit into
TelivityAI:mainfrom
blut-agent:fix/richer-empty-guidance-memory-portfolio
Aug 24, 2026
Merged

fix(ui): richer empty guidance for Memory and Portfolio lists#37
telivity-otaip merged 1 commit into
TelivityAI:mainfrom
blut-agent:fix/richer-empty-guidance-memory-portfolio

Conversation

@blut-agent

Copy link
Copy Markdown
Contributor

Problem

Memory and Portfolio empty states show a single muted line ("No accomplishments yet — capture one above." / "No portfolio items yet.") with no guidance on what to do next. First-run users bounce because they don't know the capture → polish → accept → promote flow, or that only resume_ok portfolio items feed the builder.

Fix

Replaced both empty-state messages with actionable guidance:

  • Memory: explains capture, Enrich from URL (with paste fallback note for LinkedIn), and the Polish → Accept → Promote flow.
  • Portfolio: explains adding items and that only "Resume OK" items feed the builder — private items stay hidden.

No new dependencies. No UI redesign. Matches existing Telivity chrome and muted styling.

Test Plan

  • npm run test:web passes (smoke-web, test-nav-sections, test-board-layout)
  • Empty Memory state answers "what do I do next?" without the README
  • Empty Portfolio state explains resume_ok vs private visibility
  • No layout shift for mouse users
  • Narrow window / mobile still readable

Closes #19

Explain next steps in the empty states so first-run users know
what to do without reading the README.

- Memory: capture, Enrich from URL (with paste fallback), Polish → Accept → Promote flow
- Portfolio: add items, only Resume OK feeds the builder

Closes TelivityAI#19
@telivity-otaip
telivity-otaip merged commit d254616 into TelivityAI:main Aug 24, 2026
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

UX: richer empty guidance for Memory and Portfolio lists

2 participants