[Feature]: Chat#55
Merged
Loukass23 merged 7 commits intoCodeAcademyBerlin:mainfrom Sep 10, 2025
Merged
Conversation
… with .cursor rules - Add `copilot-instructions.md` as the single source of truth for repo-wide architecture, boundaries, and coding patterns - Create prompt files for planner, accessibility, performance, feature, AI integration, testing, and all remaining `.cursor/rules` topics - Update `modes.json` to map each rule to a Copilot mode - Add `toolsets.json` for Copilot tool integration - Ensure all Copilot config reflects repo architecture and coding patterns from `copilot-instructions.md` - Add `mcp.json` for `context7` and `plate` MCP servers
- Add `Conversation` model supporting `DIRECT`, `GROUP`, and `CHANNEL` types - Add `ConversationParticipant` model with role-based access: `OWNER`, `ADMIN`, `MEMBER` - Implement server actions: `createConversation`, `sendConversationMessage`, `getUserConversations`, `getConversation` - Build main chat layout with resizable interface and tab-based filtering (`All`, `Direct`, `Groups`, `Channels`) - Implement responsive design with sidebar and conversation view panel management - Create conversation list with real-time loading, previews, filtering, and selection - Develop message view components: `ConversationView`, `MessageBubble`, `ConversationHeader`, `MessageInput` - Support auto-resizing input and keyboard shortcuts (`Enter` to send, `Shift+Enter` for newline) - Integrate avatars across message bubbles and headers - Group messages by date for improved readability - Ensure full TypeScript coverage with proper error handling
Closed
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.
Pull Request
📝 Description
What does this PR do?
🔄 Type of Change
📸 Screenshots/Videos
🤔 Questions and Concerns
Known Issues or Limitations
📚 Additional Context
🙏 Thank You!
Thank you for contributing to CODAC! Your effort helps make this platform better for the entire Code Academy Berlin community.
First-time contributor?
Welcome! 🎉 Don't worry if you receive feedback - it's all part of the learning process. We're here to help you succeed!
Need help?
Happy coding! 🚀