Feature/lagensha - #31
Open
lagensha wants to merge 11 commits into
Open
Conversation
…ce for managing chat sessions
…hats and integrate ChatSessionService for session management
…ure/88-shanuka Enhance chat functionality with role-based access and session management
…ay and password confirmation validation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This pull request introduces several improvements and new features to the chat application, focusing on user experience, authentication flows, and code maintainability. The most significant changes include the addition of forgot/reset password routes, improved chat session handling, a new user dropdown menu in the chat sidebar, and UI consistency enhancements.
Authentication and Routing Enhancements:
src/app/app.routes.ts,src/app/auth/login/login.html) [1] [2]conversationIdtochatIdfor consistency across the codebase. (src/app/app.routes.ts)Chat Session Handling Improvements:
ChatSessionServiceinstead of generating random IDs, ensuring backend consistency and proper session management. This affects both login and navigation bar chat entry points. (src/app/auth/login/login.ts,src/app/components/nav-bar/nav-bar.ts) [1] [2]Sidebar and User Menu UI Upgrades:
src/app/pages/chat/chat.html,src/app/pages/chat/chat.css,src/app/pages/chat/chat.ts) [1] [2] [3] [4]src/app/pages/chat/chat.html,src/app/pages/chat/chat.ts) [1] [2] [3]General Code and UI Consistency:
src/app/pages/chat/chat.html,src/app/pages/chat/chat.ts) [1] [2]src/app/pages/chat/chat.css)These changes collectively enhance authentication flows, improve chat session reliability, and provide a more polished and consistent user interface.