Skip to content

Commit e4dcddd

Browse files
Sma1lboyautofix-ci[bot]ZHallen122
authored
chore: fix some small issue for deploy (#168)
<!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit - **New Features** - Introduced subdomain routing with an updated CORS policy for broader network connectivity. - Launched new UI components, including a responsive toolbar, unsaved changes alert, and dedicated tabs for code editing, console output, and web preview. - Added persistent state management for Docker containers and ports, enhancing recovery from service restarts. - **Refactor** - Enhanced container management and screenshot functionality for smoother performance and stability. - Optimized file navigation, project state handling, and chat sidebar layout for an improved user experience. - **Chores** - Standardized comment practices and updated protocol detection to bolster secure connections. <!-- end of auto-generated comment: release notes by coderabbit.ai --> --------- Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com> Co-authored-by: ZHallen122 <106571949+ZHallen122@users.noreply.github.com>
1 parent 4f89451 commit e4dcddd

21 files changed

+2000
-891
lines changed

.clinerules

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# Code Quality Rules
2+
3+
1. Never use Chinese comments

docker/traefik-config/services.yml

+3-2
Original file line numberDiff line numberDiff line change
@@ -63,5 +63,6 @@ http:
6363
- DELETE
6464
- OPTIONS
6565
accessControlAllowHeaders:
66-
- Content-Type
67-
- Authorization
66+
- '*'
67+
accessControlAllowOriginList:
68+
- '*'

frontend/package.json

+2
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@
3939
"@radix-ui/react-visually-hidden": "^1.1.1",
4040
"@types/apollo-upload-client": "^18.0.0",
4141
"@types/dom-speech-recognition": "^0.0.4",
42+
"@types/react-window": "^1.8.8",
4243
"apollo-upload-client": "^18.0.0",
4344
"class-variance-authority": "^0.7.1",
4445
"clsx": "^2.1.1",
@@ -62,6 +63,7 @@
6263
"react-markdown": "^9.0.1",
6364
"react-resizable-panels": "^2.1.3",
6465
"react-textarea-autosize": "^8.5.3",
66+
"react-window": "^1.8.11",
6567
"remark-gfm": "^4.0.0",
6668
"sharp": "^0.33.5",
6769
"sonner": "^1.5.0",

0 commit comments

Comments
 (0)