0:00
/0:03

We've improved how long notes are displayed in the connections list view. Notes exceeding 400(this fixed amount can change in the future) characters are now automatically truncated at the nearest word boundary,
with a clean "... read more" link that opens the full note in the expanded view. This keeps the interface tidy while ensuring users can still access complete note
content with a single click.

Technical details:

  • Added a truncateAtWord utility function that intelligently truncates text at the last complete word before the character limit
  • Updated the note rendering in PersonDetail.tsx to conditionally display either the full note or truncated content with a clickable expansion link
  • The truncation logic preserves readability by never cutting words in half