feat(person-mention): add @mention discoverability hint to transcription block placeholder #379

Merged
marcel merged 3 commits from feat/issue-370-at-mention-placeholder-hint into main 2026-05-04 15:35:08 +02:00
Showing only changes of commit d4f666e981 - Show all commits

View File

@@ -394,7 +394,11 @@ describe('PersonMentionEditor — placeholder behavior', () => {
expect(inner!.hasAttribute('data-placeholder')).toBe(false);
});
});
});
// ─── i18n message content ─────────────────────────────────────────────────────
describe('PersonMentionEditor — i18n message content', () => {
it('transcription_block_placeholder contains @ mention trigger for discoverability', () => {
expect(m.transcription_block_placeholder()).toContain('@');
});