Foro: editor rico ligero (barra de formato) en respuestas, temas y edición

- components/RichTextArea.tsx: barra de formato (negrita, cursiva, subrayado, tachado,
  enlace, cita, lista, código) que envuelve la selección del textarea en HTML;
  el HTML se sanea en el servidor con cleanPostHtml. Sin dependencias pesadas
  (evita CKEditor y no rompe el pipeline de saneado).
- Cableado en ReplyForm, NewTopicForm y PostActions (edición).
- i18n es/en: namespace Editor.

Verificado: build OK, /forum y home 200.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-07-13 01:03:38 +00:00
parent 7c1cd195ff
commit 72fdead9f3
6 changed files with 121 additions and 4 deletions
+14
View File
@@ -401,5 +401,19 @@
"requirementsNotMet": "Requirements not met (or friends share your IP).",
"deliveryError": "Error delivering the reward.",
"claimSuccess": "Reward “{reward}” delivered to {character}."
},
"Editor": {
"bold": "Bold",
"italic": "Italic",
"underline": "Underline",
"strike": "Strikethrough",
"link": "Link",
"quote": "Quote",
"list": "List",
"code": "Code",
"linkPrompt": "Link URL:",
"linkText": "link text",
"quoteText": "quote",
"listItem": "item"
}
}