No description
Find a file
Ashwin Kumar 1f59fbbc4c fix(ui): sidebar spacing/scrolling, navy accent bars, reduced border radius
- Sidebar: proper min-h-0 + overflow-y-auto scrolling, px-3 spacing,
  text-[13px] items with truncate, tighter py-2 rows, user card with
  navy avatar chip, w-60 width
- KPI cards: navy #0a1d37 left accent bar instead of orange, navy icon
  chips, rounded-xl (was rounded-2xl), reduced shadow intensity
- All cards/panels: rounded-xl (down from rounded-2xl/3xl)
- Activity chart: navy bars instead of orange, rounded-t-md (less rounded)
- Intelligence Hub actions: rounded-lg (was rounded-2xl)
- Control Plane cards: rounded-xl with hover:border-[#0a1d37]/10

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-03-23 23:55:31 +01:00
.claude feat(admin): Phase 0 — Tailwind v4 foundation, shell rewrite, modern dashboard 2026-03-23 23:00:21 +01:00
.nitro/types feat(admin): runtime config builders with local save/publish 2026-03-16 23:20:54 +01:00
docs chore: bootstrap solid admin repo with migration plan 2026-03-16 22:23:59 +01:00
public feat(admin): align nextjs sidebar/ui parity and module flow bridge 2026-03-19 03:36:46 +01:00
scripts feat(admin): Phase 0 — Tailwind v4 foundation, shell rewrite, modern dashboard 2026-03-23 23:00:21 +01:00
src fix(ui): sidebar spacing/scrolling, navy accent bars, reduced border radius 2026-03-23 23:55:31 +01:00
tests/e2e test(auth): add admin auth split unit+e2e coverage 2026-03-20 22:37:17 +01:00
.gitignore feat(admin): runtime config builders with local save/publish 2026-03-16 23:20:54 +01:00
package-lock.json feat(admin): Phase 0 — Tailwind v4 foundation, shell rewrite, modern dashboard 2026-03-23 23:00:21 +01:00
package.json feat(admin): Phase 0 — Tailwind v4 foundation, shell rewrite, modern dashboard 2026-03-23 23:00:21 +01:00
playwright.config.ts test(auth): add admin auth split unit+e2e coverage 2026-03-20 22:37:17 +01:00
README.md feat(admin): runtime config builders with local save/publish 2026-03-16 23:20:54 +01:00
tsconfig.json feat(admin): runtime config builders with local save/publish 2026-03-16 23:20:54 +01:00
vite.config.ts feat(admin): Phase 0 — Tailwind v4 foundation, shell rewrite, modern dashboard 2026-03-23 23:00:21 +01:00

NXTGAUGE Admin Solid

SolidStart migration target for nxtgauge-nov-2025-frontend (admin panel).

Principle

Port admin modules one by one with strict API/permission parity.

See docs/MIGRATION_MASTER_PLAN.md.

This project was created with the Solid CLI