mirror of
https://github.com/alexandrev/xslt-lab.git
synced 2026-09-13 08:43:16 +00:00
Remove BuyMeACoffee widget — 0 conversions, wrong audience
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 <noreply@anthropic.com>
This commit is contained in:
@@ -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 && (
|
||||
<Suspense fallback={null}>
|
||||
<BuyMeACoffee />
|
||||
<FeedbackWidget />
|
||||
{!surveyDone && transformCount >= 3 && (
|
||||
<UsageSurvey
|
||||
|
||||
Reference in New Issue
Block a user