nxtgauge-frontend-solid/src
Tracewebstudio Dev 77febdaeb4
All checks were successful
build-and-release / build (push) Successful in 1m41s
feat(credits): add coupon code input to AI credit checkout
Adds an optional coupon code field (uppercase, with Apply button and
confirmation tick) to the checkout modal, visible only for AI credit
package purchases. The code is passed as coupon_code to POST
/api/ai-credits/order; the backend applies the discount and the
discounted amount flows through to PayU.

CheckoutState gains couponCode + couponApplied fields. All open/close
reset paths clear them. Retry from error preserves the entered code.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-08-14 11:19:07 +02:00
..
components feat(credits): add coupon code input to AI credit checkout 2026-08-14 11:19:07 +02:00
data feat: improve Help Center UI with mixed dark/light theme and structured content 2026-04-09 21:52:16 +02:00
hooks fix: ESLint, SolidJS reactivity bugs, role workflow bug fixes 2026-08-12 13:38:38 +02:00
lib refactor: remove convention-based identity field fallback 2026-08-12 16:29:41 +02:00
routes fix(coming-soon): bump near-invisible text opacity 2026-08-14 05:02:52 +05:30
stories chore: checkpoint workspace updates 2026-04-26 23:58:43 +02:00
test fix: ESLint, SolidJS reactivity bugs, role workflow bug fixes 2026-08-12 13:38:38 +02:00
app.css fix: ESLint, SolidJS reactivity bugs, role workflow bug fixes 2026-08-12 13:38:38 +02:00
app.tsx fix: hide the global AI chat widget on /coming-soon 2026-08-14 04:48:24 +05:30
entry-client.tsx feat: align solid public pages and auth flows with nextjs parity 2026-03-17 15:35:58 +01:00
entry-server.tsx feat: Implement light theme for NXTGAUGE 2026-07-06 22:39:48 +05:30
global.d.ts Fix security audit finding: replace fake client-side captcha 2026-07-23 17:32:43 +05:30
middleware.ts feat: coming-soon page as a real SolidJS route, host-redirected from nxtgauge.com 2026-08-14 04:43:24 +05:30