nxtgauge-frontend-solid/src
Ashwin Kumar 4795ef2910 feat: wire Credits page to pricing management and payment APIs
Updated CreditsPage with full pricing and transaction support:
- Load pricing packages from /api/packages (role-specific)
- Create payment orders via /api/payments/create-order
- Display transaction history from wallet ledger + payments
- New tabbed interface: Overview, Buy Credits, Transactions
- Shows package details: name, price, tracecoins amount
- Format currency in INR with proper locale

Data sources:
- Packages: GET /api/packages?role={role_key}
- Wallet: GET /api/{prefix}/wallet/me
- Ledger: GET /api/{prefix}/wallet/me/ledger
- Payments: POST /api/payments/create-order
2026-04-10 01:38:44 +02:00
..
components feat: wire Credits page to pricing management and payment APIs 2026-04-10 01:38:44 +02:00
data feat: improve Help Center UI with mixed dark/light theme and structured content 2026-04-09 21:52:16 +02:00
lib docs: clarify real data implementations are wired to backend APIs 2026-04-10 01:21:36 +02:00
routes docs: clarify real data implementations are wired to backend APIs 2026-04-10 01:21:36 +02:00
stories chore: sync latest dashboard and role flow updates 2026-04-05 16:52:02 +02:00
test feat: comprehensive testing infrastructure (without workflow pending token scope) 2026-04-08 02:43:29 +02:00
app.css feat: improve public role pages and help center content 2026-04-06 01:47:05 +02:00
app.tsx feat: add auth context, route guards, password reset, and API client 2026-04-06 06:19:23 +02:00
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 Refine onboarding UX, role cards, and runtime schema integration 2026-03-22 15:54:12 +01:00
global.d.ts feat(frontend): add solidstart runtime onboarding renderer 2026-03-16 23:46:21 +01:00