-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Show project chats to admin #120
Conversation
@Pranshu1902 is attempting to deploy a commit to the Open Healthcare Network Team on Vercel. A member of the Team first needs to authorize it. |
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
@Pranshu1902 will be great if we are able to view the user who created the chat |
@skks1212 done |
@Pranshu1902 merge conflicts! |
@skks1212 resolved! |
@Pranshu1902 we need to implement infinite scroll to this, as well as filters. Use the same UI as below (users page) with a search bar to search for the chat title. Will be best if you could create a reusable table component that can be used everywhere else. |
@Pranshu1902 getting this error at admin/projects/10373984-0d2f-4958-badb-fee3a973863e/chats (connected to prod backend) |
@skks1212 it seems to be working for me. The error might be because of this line, could you review it once |
@skks1212 check now |
@Pranshu1902 is this link broken? |
@skks1212 fixed the link |
@Pranshu1902 opening details shows no chats found until it loads them. Can we use the loading state here from react query? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Fixes #266
Waiting for backend #334
Show the project chats to the admin in descending order of creation
Show chats list along with username
Show the user and the chats
Clicking the user redirects to the user's admin page