Skip to content
This repository was archived by the owner on Mar 18, 2026. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
426 changes: 407 additions & 19 deletions README.md

Large diffs are not rendered by default.

Binary file added img/canvas.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/chatdemo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/main.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/resource_monitoring.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/setting.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/template.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/workflow_control.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
785 changes: 651 additions & 134 deletions src/app/HomePage.module.scss

Large diffs are not rendered by default.

3 changes: 3 additions & 0 deletions src/app/chat/assets/ChatContent.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -41,11 +41,14 @@ $white: #ffffff;
padding: 2rem;
transition: all 0.5s ease;
overflow: hidden;
height: 100vh;
max-height: 100vh;

.container {
width: 100%;
max-width: 1200px;
margin: 0 auto;
height: 100%;
}
}

Expand Down
Loading