nxtgauge-admin-solid/src
Tracewebstudio Dev bed7035ec5
All checks were successful
build-and-release / build (push) Successful in 1m19s
fix: TypeScript errors, test quality, and admin panel correctness
- tsconfig.json: add @types/node for playwright/test configs
- lib/api.ts: handle both array and wrapped packages response from tracecoin endpoint
- lib/server/gateway.ts: use import.meta.env instead of process.env
- routes/admin/pricing.tsx: fix packages() usage after api.ts fix
- routes/admin/roles/*.tsx: fix Set<string> types and module filter types
- routes/admin/users/[id]/edit.tsx: add phone? to local User type
- routes/admin/users/details/[id].tsx: fix roleFilter param type narrowing
- components/admin/DashboardDesignPreview.tsx: fix budget→budget, responses→responseTag
- vite.config.ts: type proxy callbacks as any
- test/setup.ts: fix IntersectionObserver mock, add vitest/globals reference
- tests/e2e: fix PNG type mismatches, add as any for mock overrides
- tests/vitest: fix global.createElement mock type, vitest globals reference
- tests/tsconfig.json: test-specific tsconfig with node types

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-07-17 00:47:43 +02:00
..
components fix: TypeScript errors, test quality, and admin panel correctness 2026-07-17 00:47:43 +02:00
lib fix: TypeScript errors, test quality, and admin panel correctness 2026-07-17 00:47:43 +02:00
routes fix: TypeScript errors, test quality, and admin panel correctness 2026-07-17 00:47:43 +02:00
stories fix: Storybook import path for onboarding-management 2026-07-06 22:02:39 +05:30
test fix: TypeScript errors, test quality, and admin panel correctness 2026-07-17 00:47:43 +02:00
app.css chore: align admin management modules, auth flows, and test stability 2026-04-08 22:12:38 +02:00
app.tsx chore: checkpoint workspace updates 2026-04-26 23:58:42 +02:00
entry-client.tsx fix(vinxi): export default client entry mount 2026-03-20 15:40:17 +01:00
entry-server.tsx feat(admin): runtime config builders with local save/publish 2026-03-16 23:20:54 +01:00
global.d.ts feat(admin): runtime config builders with local save/publish 2026-03-16 23:20:54 +01:00