From cc2360118c5abd69de965d6d2cc0fe572dbac971 Mon Sep 17 00:00:00 2001 From: alexandrev-tibco Date: Wed, 27 May 2026 07:47:30 +0200 Subject: [PATCH] =?UTF-8?q?Remove=20BuyMeACoffee=20widget=20=E2=80=94=200?= =?UTF-8?q?=20conversions,=20wrong=20audience?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit XSLT is a professional/enterprise tool. Donation models don't convert for this audience. Removes the external CDN request and floating button clutter. EthicalAds remains. Co-Authored-By: Claude Sonnet 4.6 --- frontend/src/App.jsx | 2 -- 1 file changed, 2 deletions(-) diff --git a/frontend/src/App.jsx b/frontend/src/App.jsx index ddd898b3..22d65888 100644 --- a/frontend/src/App.jsx +++ b/frontend/src/App.jsx @@ -95,7 +95,6 @@ function xmlLinter(view) { const xmlLintExtension = linter(xmlLinter, { delay: 500 }); const FeedbackWidget = lazy(() => import("./components/FeedbackWidget")); -const BuyMeACoffee = lazy(() => import("./components/BuyMeACoffee")); const UsageSurvey = lazy(() => import("./components/UsageSurvey")); function runWhenIdle(callback, timeout = 2000) { @@ -2438,7 +2437,6 @@ export default function App() { )} {widgetsReady && ( - {!surveyDone && transformCount >= 3 && (