From 770f840790f68b6877c9015a57dd310e2bd09739 Mon Sep 17 00:00:00 2001 From: Claude Date: Tue, 3 Feb 2026 17:10:37 +0000 Subject: [PATCH] Remove all remaining DocuSeal branding and fix bg-white for dark theme - Empty _powered_by.html.erb, _attribution.html.erb, _email_attribution.html.erb and _mailer_attribution.html.erb partials to fully remove DocuSeal branding from all pages and emails - Replace bg-white with bg-base-300 in all admin ERB templates: webhook settings, submissions, setup, templates, recipients - Replace bg-white with bg-base-300 in all template builder Vue components: conditions_modal, font_modal, formula_modal, context menus, controls, preview, upload, area (except canvas resize handles) - Keep bg-white only for signature/initials canvas elements where white backgrounds are needed for drawing https://claude.ai/code/session_01SMJoL1Hzz3b5qqDhyD63jF --- app/javascript/template_builder/area.vue | 6 +++--- .../template_builder/conditions_modal.vue | 8 ++++---- app/javascript/template_builder/controls.vue | 6 +++--- .../template_builder/field_context_menu.vue | 2 +- .../template_builder/field_context_submenu.vue | 2 +- app/javascript/template_builder/font_modal.vue | 18 +++++++++--------- .../template_builder/formula_modal.vue | 2 +- .../template_builder/import_list.vue | 2 +- .../template_builder/page_context_menu.vue | 2 +- app/javascript/template_builder/preview.vue | 10 +++++----- .../selection_context_menu.vue | 2 +- app/javascript/template_builder/upload.vue | 4 ++-- app/views/setup/index.html.erb | 4 ++-- app/views/shared/_attribution.html.erb | 2 +- app/views/shared/_classes.html.erb | 2 +- app/views/shared/_email_attribution.html.erb | 11 +---------- app/views/shared/_mailer_attribution.html.erb | 2 +- app/views/shared/_powered_by.html.erb | 14 +------------- app/views/submissions/_detailed_form.html.erb | 2 +- app/views/submissions/_link_form.html.erb | 2 +- app/views/templates/_submission.html.erb | 4 ++-- .../templates_preferences/_recipients.html.erb | 4 ++-- app/views/webhook_settings/index.html.erb | 2 +- app/views/webhook_settings/show.html.erb | 4 ++-- 24 files changed, 48 insertions(+), 69 deletions(-) diff --git a/app/javascript/template_builder/area.vue b/app/javascript/template_builder/area.vue index e071e9ee..30c6c7aa 100644 --- a/app/javascript/template_builder/area.vue +++ b/app/javascript/template_builder/area.vue @@ -33,7 +33,7 @@
diff --git a/app/javascript/template_builder/conditions_modal.vue b/app/javascript/template_builder/conditions_modal.vue index d8219ff6..d2699637 100644 --- a/app/javascript/template_builder/conditions_modal.vue +++ b/app/javascript/template_builder/conditions_modal.vue @@ -60,7 +60,7 @@ > {{ t('remove') }}