Add Stripe checkout hint to upgrade modal

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Lawrence Hook
2026-03-02 00:13:35 -05:00
parent b433727754
commit dbe3eae405
2 changed files with 8 additions and 0 deletions
+7
View File
@@ -1019,6 +1019,13 @@ html[dark_mode='true'] .upgrade-plan[selected] {
width: fit-content; width: fit-content;
} }
#upgrade_footer {
font-size: 0.7rem;
color: var(--label-color);
opacity: 0.6;
align-self: flex-end;
}
/* Premium lock icon for options */ /* Premium lock icon for options */
html:not([is_premium='true']) .option[data-premium='true'] { html:not([is_premium='true']) .option[data-premium='true'] {
opacity: 0.25; opacity: 0.25;
+1
View File
@@ -222,6 +222,7 @@
<button id="upgrade-cancel-button">Not now</button> <button id="upgrade-cancel-button">Not now</button>
<button id="upgrade-checkout-button">Checkout</button> <button id="upgrade-checkout-button">Checkout</button>
</div> </div>
<div id="upgrade_footer">Secure checkout by Stripe for Lawrence Hook</div>
</div> </div>
</div> </div>