From bca95efb82d8ab3f80df0dc9b2c8dd3fa5b54661 Mon Sep 17 00:00:00 2001 From: Sivin Varghese <64252451+iamsivin@users.noreply.github.com> Date: Tue, 19 May 2026 19:34:43 +0530 Subject: [PATCH] feat: add image resize support in articles (#14293) --- .../components-next/radioCard/RadioCard.vue | 2 +- .../widgets/WootWriter/FullEditor.vue | 5 ++++ .../widgets/WootWriter/SlashCommandMenu.vue | 6 +++++ .../dashboard/i18n/locale/en/components.json | 3 ++- lib/custom_markdown_renderer.rb | 23 +++++++++++++++++++ package.json | 2 +- pnpm-lock.yaml | 10 ++++---- spec/lib/custom_markdown_renderer_spec.rb | 14 +++++++++++ 8 files changed, 57 insertions(+), 8 deletions(-) diff --git a/app/javascript/dashboard/components-next/radioCard/RadioCard.vue b/app/javascript/dashboard/components-next/radioCard/RadioCard.vue index 1f5398b15..5f6528f90 100644 --- a/app/javascript/dashboard/components-next/radioCard/RadioCard.vue +++ b/app/javascript/dashboard/components-next/radioCard/RadioCard.vue @@ -61,7 +61,7 @@ const handleChange = () => {
-

+

{{ label }}