From ea1b2ea0ac04c44363ede69c3fada9c3a2f361bf Mon Sep 17 00:00:00 2001 From: martbost Date: Mon, 7 Sep 2026 07:44:00 -0500 Subject: [PATCH] Campaign budget field contextual + earnings full-history link - Hide the free-form "Budget (credits)" field for fixed-cost campaign types (Featured = day-slot priced, Verified visits = flat pack) where spend is derived. - Overview "Recent payouts" gets a "full history ->" link to the Earnings pane, which already lists every on-chain payout/referral/purchase with verify links (it just wasn't discoverable from the Overview mini-chart). Co-Authored-By: Claude Opus 4.8 --- public/assets/my.js | 3 +++ public/my.html | 12 ++++++------ 2 files changed, 9 insertions(+), 6 deletions(-) diff --git a/public/assets/my.js b/public/assets/my.js index b9ab15f..38f2ba9 100644 --- a/public/assets/my.js +++ b/public/assets/my.js @@ -568,6 +568,9 @@ $('cVideoRow').hidden = t !== 'video'; $('cFeaturedRow').hidden = t !== 'featured'; $('cVisitsRow').hidden = t !== 'visits'; + // fixed-cost types derive their spend (featured = day slots, visits = flat pack), + // so hide the free-form Budget field for them to avoid confusion + $('cBudgetRow').hidden = (t === 'featured' || t === 'visits'); if (t === 'visits') visitHint(); $('cTitle').placeholder = t === 'solo' ? 'Subject line (max 80)' : 'Headline (max 60)'; soloHint(); diff --git a/public/my.html b/public/my.html index 5ed60b4..2d4b494 100644 --- a/public/my.html +++ b/public/my.html @@ -4,7 +4,7 @@ Member area | InstantAdPay - + @@ -154,7 +154,7 @@
-

Recent payouts

on-chain, newest last
+

Recent payouts

on-chain, newest lastfull history →
@@ -314,7 +314,7 @@

-

+

Banner and text targets are shown full screen in the @@ -641,9 +641,9 @@ - + - - + +