Skip to content

feat: add user management UI (mock example)#64

Open
SharveshC wants to merge 6 commits into
TailAdmin:mainfrom
SharveshC:feature/user-management-ui
Open

feat: add user management UI (mock example)#64
SharveshC wants to merge 6 commits into
TailAdmin:mainfrom
SharveshC:feature/user-management-ui

Conversation

@SharveshC

Copy link
Copy Markdown

Summary

Adds a user management UI page using mock data as an example.

Notes

  • UI-only
  • No backend or API dependency
  • No auth required
  • Non-breaking and optional

 src/app/(admin)/page.tsx | 52 ++++++++++++++++++------------------------------
 1 file changed, 19 insertions(+), 33 deletions(-)
 src/app/(admin)/users/page.tsx | 160 +++++------------------------------------
 1 file changed, 16 insertions(+), 144 deletions(-)
 src/app/(admin)/page.tsx       | 1 +
 src/app/(admin)/users/page.tsx | 7 +------
 2 files changed, 2 insertions(+), 6 deletions(-)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant