You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The comment input now supports rich text editing. Users can apply bold, italic, code, and link formatting directly in the editor with a live preview. No more <b> etc tags.
New formatting toolbar with bold, italic, code, and link buttons
Toolbar buttons show active state based on cursor position
Formatting spans are preserved through editing and cursor movement
Rich text is serialized to clean HTML on submit
Inline Image Support
Images in the editor are rendered inline using Glide with proper sizing
New ImagePickerToolbarButton example for launching the system image picker from the toolbar
HTML round-tripping preserves src, alt, and style attributes on images
Viewer Count
Added pluralized viewer count strings (1 viewer / N viewers)