mirror of
https://github.com/purrgrammer/grimoire.git
synced 2026-04-10 07:27:23 +02:00
a5040b8ab65cbf5487e9a4f82ad4d0928b84325d
* feat: render highlight comments with RichText component Enable support for custom emoji, mentions, hashtags, and other rich text features in highlight comments by using the RichText component instead of plain text rendering. Changes: - HighlightRenderer: Use RichText for comment rendering with media/embeds disabled - HighlightDetailRenderer: Add RichText import and use it for comment rendering * chore: update package-lock.json * fix: pass event to RichText for custom emoji tag support Create synthetic events that preserve emoji tags from the original highlight event while using the comment as content. This ensures custom emoji in comments render correctly. Changes: - HighlightRenderer: Create commentEvent with emoji tags preserved - HighlightDetailRenderer: Create commentEvent with emoji tags preserved --------- Co-authored-by: Claude <noreply@anthropic.com>
Languages
TypeScript
98.9%
CSS
0.8%
JavaScript
0.3%