From 013d8e3d1081fde331b607f1f0b30a6aded4b2b2 Mon Sep 17 00:00:00 2001 From: Samir Boulahtit Date: Tue, 13 Jan 2026 20:37:54 +0100 Subject: [PATCH] feat: integrate Quill rich text editor in admin templates - Add Quill editor to content-page-edit.html - Add Quill editor to vendor-product-edit.html - Add Quill snow theme CSS - Update background-tasks.html and platform-homepage.html templates Co-Authored-By: Claude Opus 4.5 --- app/templates/admin/background-tasks.html | 4 +- app/templates/admin/content-page-edit.html | 45 +++++-- app/templates/admin/platform-homepage.html | 30 +++-- app/templates/admin/vendor-product-edit.html | 129 +++++++++++++++---- static/shared/css/vendor/quill.snow.css | 10 ++ 5 files changed, 165 insertions(+), 53 deletions(-) create mode 100644 static/shared/css/vendor/quill.snow.css diff --git a/app/templates/admin/background-tasks.html b/app/templates/admin/background-tasks.html index b193c538..97d460cb 100644 --- a/app/templates/admin/background-tasks.html +++ b/app/templates/admin/background-tasks.html @@ -14,7 +14,7 @@ {% block content %} {% call page_header_flex(title='Background Tasks', subtitle='Monitor running and completed background tasks') %} -