Skip to content

fix(memory-panel): fix unicode escapes, redundant key, and bead ID display#52

Merged
AvivK5498 merged 1 commit into
mainfrom
bd-beads-kanban-ui-t25.2
Jan 27, 2026
Merged

fix(memory-panel): fix unicode escapes, redundant key, and bead ID display#52
AvivK5498 merged 1 commit into
mainfrom
bd-beads-kanban-ui-t25.2

Conversation

@AvivK5498

Copy link
Copy Markdown
Owner

Summary

  • Replace literal \u2026 unicode escapes in JSX attribute strings with ... (rendered as raw text instead of ellipsis)
  • Remove redundant slugified entry.key display from memory entry cards
  • Remove broken formatBeadLink() function; show raw bead IDs directly

Follow-up fix for #51.

Test plan

  • Open Memory panel — search placeholder shows Search memories... (no \u2026)
  • Entry cards show only type badge + timestamp on top row (no slug key)
  • Bead ID links display full ID without truncation

🤖 Generated with Claude Code

- Replace \u2026 unicode escapes with literal "..." in JSX attribute
  strings (placeholder props) where escapes render literally
- Remove formatBeadLink() function that truncated bead IDs incorrectly;
  display raw entry.bead value instead
- Remove redundant entry.key slug display from MemoryEntryCard top row
  since the content text already describes the entry

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
@AvivK5498 AvivK5498 force-pushed the bd-beads-kanban-ui-t25.2 branch from ae13828 to ca8ae63 Compare January 27, 2026 15:48
@AvivK5498 AvivK5498 merged commit a49bf60 into main Jan 27, 2026
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.

1 participant