Skip to content
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

Fixed the chat history not showing in Edit Profile page. #44

Closed
wants to merge 2 commits into from

Conversation

yogeshbhutkar
Copy link
Contributor

Issue Addressed: #43

What was addressed:
The chat history was getting blanked out when navigated to the /profile url.

How:
Added a new route named /profile/${project.id}, rest of the job was implicitly handled by ChatSideBar component.

Screenshot Reference:
image

Video Reference:
https://github.com/coronasafe/ayushma_fe/assets/73941119/f87c10bf-4e73-4c4c-a6f5-ffa954ff8909

@vercel
Copy link

vercel bot commented Jun 19, 2023

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
ayushma-fe ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jun 19, 2023 1:45pm

@shivankacker
Copy link
Member

Hey @yogeshbhutkar the SideBar chat history is dependent on the current project. As /profile does not indicate of a project, the chat history was cleared out. This was an intended feature 😬. Adding a /profile/<project_id> url will be very confusing as the contents of the page do not ever change depending on the project_id.
Let's keep this one on hold for now.

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.

2 participants