discourse/spec/system/composer
Renato Atilio 51c4387b33
FEATURE: auto-trigger uploads for <img>s with src=data:* content (#35012)
Automatically triggers uploads for existing images in the current
ProseMirror document when they contain a `data:*` `src`, replacing them
inline when the upload completes.

Images in the form `<img src="data:image/png;base64,...">` are often the
result of copying from other authoring tools, like Google Docs.

With this change, instead of skipping them entirely, they'll be uploaded
and the resulting `upload://hash` identifier will be used.
2025-09-29 09:45:26 -03:00
..
category_templates_spec.rb FEATURE: Better composer controls for "Save & close (X)" and "Discard" (#33510) 2025-08-25 23:15:56 +10:00
default_to_subcategory_spec.rb FEATURE: new topic button always enabled (#34603) 2025-09-16 17:01:49 +04:00
dont_feed_the_trolls_popup_spec.rb DEV: add shortcut fab!(:variable, :fabricator) to specs (#33577) 2025-07-11 11:16:34 -03:00
drafts_spec.rb DEV: Fix draft spec (#34544) 2025-08-27 16:43:13 +10:00
post_validation_spec.rb DEV: Automatically update groups for test users with explicit TL (#25415) 2024-01-29 17:52:02 +08:00
prosemirror_editor_spec.rb FEATURE: auto-trigger uploads for <img>s with src=data:* content (#35012) 2025-09-29 09:45:26 -03:00
review_media_unless_trust_level_spec.rb DEV: updates playwright to 1.54 (#33715) 2025-07-24 10:07:31 +02:00
template_validation_spec.rb FEATURE: Implement tag group selection in dropdown and multi-select for topic creation and preview when using Form Templates (#32108) 2025-04-17 08:38:03 -05:00