Combine into one application chat, inbox and home#9865
Merged
Conversation
Signed-off-by: Artem Savchenko <armisav@gmail.com>
Signed-off-by: Artem Savchenko <armisav@gmail.com>
Signed-off-by: Artem Savchenko <armisav@gmail.com>
Signed-off-by: Artem Savchenko <armisav@gmail.com>
|
Connected to Huly®: UBERF-13703 |
Signed-off-by: Artem Savchenko <armisav@gmail.com>
Signed-off-by: Artem Savchenko <armisav@gmail.com>
Signed-off-by: Artem Savchenko <armisav@gmail.com>
Contributor
There was a problem hiding this comment.
Pull Request Overview
This PR consolidates three applications (chat, inbox, and home) into a single unified chat application. The change removes the separate inbox and home plugins while integrating their functionality into the existing chat application.
Key changes:
- Removed all inbox and home related packages from the monorepo
- Updated the chat application to include inbox functionality
- Modified notification handling to use the chat application instead of inbox
Reviewed Changes
Copilot reviewed 147 out of 158 changed files in this pull request and generated 3 comments.
Show a summary per file
| File | Description |
|---|---|
| rush.json | Removed package entries for inbox and home related modules |
| plugins/workbench-resources/src/components/Applications.svelte | Updated notification references to use chatId instead of inboxId |
| plugins/chat/src/index.ts | Added inbox-related strings and icons to chat plugin |
| plugins/chat-resources/ | Enhanced chat components to include inbox functionality |
| models/all/ | Removed inbox and home model references |
| dev/prod/ | Removed inbox and home imports and configurations |
Files not reviewed (1)
- common/config/rush/pnpm-lock.yaml: Language not supported
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
plugins/chat-resources/src/components/inbox/preview/PreviewTemplate.svelte
Show resolved
Hide resolved
haiodo
approved these changes
Sep 16, 2025
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.
Before:



After: