No description
Find a file
Ashwin Kumar 1bd7fe646c feat(department): add View Department panel with row detail display
- View Department tab now shows department details (code, head, email, employees, visibility, date)
- Clicking ⋮ → View Department on a row populates the view panel
- Table hides when View tab is active (style:display reactive binding)
- Dropdown menu items rewritten with inline styles for proper spacing (4 items: View, Edit, Deactivate, Delete)

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-03-27 02:05:28 +01:00
.claude feat(admin): employee management redesign + routing fix 2026-03-26 08:07:55 +01:00
.nitro/types feat(admin): runtime config builders with local save/publish 2026-03-16 23:20:54 +01:00
.storybook Refactor admin UI and add Storybook/Vitest setup 2026-03-26 06:20:22 +01:00
docs chore: sync local changes 2026-03-26 20:58:39 +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 feat(department): add View Department panel with row detail display 2026-03-27 02:05:28 +01:00
tests/e2e chore: sync local changes 2026-03-26 20:58:39 +01:00
.gitignore chore: sync local changes 2026-03-26 20:58:39 +01:00
package-lock.json chore: sync local changes 2026-03-26 20:58:39 +01:00
package.json chore: sync local changes 2026-03-26 20:58:39 +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 Refactor admin UI and add Storybook/Vitest setup 2026-03-26 06:20:22 +01:00
vitest.shims.d.ts Refactor admin UI and add Storybook/Vitest setup 2026-03-26 06:20:22 +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