nxtgauge-admin-solid/src
Ashwin Kumar Sivakumar ef8f4410c7
Some checks failed
build-and-release / build (push) Failing after 1m16s
fix: dead Add Note buttons and no-op row click in admin review pages
- verification/[id].tsx: "Add Note" in the Reviewer Notes panel had no
  onClick — wired to the existing POST /api/admin/verifications/:id/notes
  endpoint.
- approval/index.tsx: Decision Notes textarea was uncontrolled and its
  "Add Note" button was a no-op; there's no standalone notes endpoint
  for approval_requests, so the textarea is now bound to state and its
  value is sent as the rejection reason when the reviewer rejects
  (the only channel the backend currently supports).
- support.tsx: removed a no-op onClick={() => {}} on the case row —
  the row isn't actually clickable, only the adjacent "View" link is
  (though that link's target route doesn't exist yet — flagged
  separately, out of scope here).
2026-07-12 17:59:03 +05:30
..
components feat: admin invoice/credit/pricing UI overhaul with auth token injection 2026-07-02 13:51:08 +02:00
lib feat: admin invoice/credit/pricing UI overhaul with auth token injection 2026-07-02 13:51:08 +02:00
routes fix: dead Add Note buttons and no-op row click in admin review pages 2026-07-12 17:59:03 +05:30
stories fix: Storybook import path for onboarding-management 2026-07-06 22:02:39 +05:30
test chore: align admin management modules, auth flows, and test stability 2026-04-08 22:12:38 +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