Skip to content

Commit 07d0352

Browse files
Merge pull request #1 from Zipstack/fix/sync-package-lock
FIX: CI Pipeline Failures and Code Quality Issues
2 parents 245d09c + 90dfe1c commit 07d0352

20 files changed

Lines changed: 266 additions & 115 deletions

File tree

frontend/package-lock.json

Lines changed: 133 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

frontend/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,7 @@
7070
},
7171
"devDependencies": {
7272
"@babel/plugin-proposal-private-property-in-object": "^7.21.11",
73+
"@testing-library/jest-dom": "^6.9.1",
7374
"eslint-config-google": "^0.14.0",
7475
"eslint-config-prettier": "^8.8.0",
7576
"eslint-plugin-prettier": "^4.2.1",

frontend/src/base/components/project-list/ProjectListCard.css

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,6 @@
169169
white-space: nowrap;
170170
}
171171

172-
173172
/* ---------- body ---------- */
174173
.project-list-card-clickable-content {
175174
cursor: pointer;
@@ -317,7 +316,9 @@
317316
border: 1.5px solid var(--project-detail-bg);
318317
}
319318

320-
.project-list-card-shared-avatars .ant-avatar-group .ant-avatar.project-list-card-shared-avatar {
319+
.project-list-card-shared-avatars
320+
.ant-avatar-group
321+
.ant-avatar.project-list-card-shared-avatar {
321322
background: #722ed1;
322323
}
323324

@@ -346,7 +347,6 @@
346347
pointer-events: auto;
347348
}
348349

349-
350350
.project-list-card-action-btn {
351351
flex: 1;
352352
padding: 4px 0;

frontend/src/base/components/settings/contents/ApiAccess.css

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
}
3434

3535
.api-access-info-row .info-value {
36-
font-family: 'SF Mono', 'Menlo', 'Monaco', 'Consolas', monospace;
36+
font-family: "SF Mono", "Menlo", "Monaco", "Consolas", monospace;
3737
font-size: 12px;
3838
background: var(--component-background, #f5f5f5);
3939
border: 1px solid var(--border-color, #d9d9d9);
@@ -56,7 +56,7 @@
5656

5757
.api-access-code-block pre {
5858
margin: 0;
59-
font-family: 'SF Mono', 'Menlo', 'Monaco', 'Consolas', monospace;
59+
font-family: "SF Mono", "Menlo", "Monaco", "Consolas", monospace;
6060
font-size: 12px;
6161
line-height: 1.6;
6262
white-space: pre-wrap;
@@ -101,7 +101,7 @@
101101
}
102102

103103
.endpoint-path {
104-
font-family: 'SF Mono', 'Menlo', 'Monaco', 'Consolas', monospace;
104+
font-family: "SF Mono", "Menlo", "Monaco", "Consolas", monospace;
105105
font-size: 12px;
106106
}
107107

frontend/src/base/project-listing/ProjectListing.css

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -408,7 +408,6 @@
408408
margin-bottom: 12px;
409409
}
410410

411-
412411
.welcome-title {
413412
font-size: 32px;
414413
font-weight: 700;

frontend/src/ide/chat-ai/ChatAI.css

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,8 @@
122122
animation: collapsed-icon-glow 2s ease-in-out infinite;
123123
}
124124
@keyframes collapsed-icon-glow {
125-
0%, 100% {
125+
0%,
126+
100% {
126127
filter: drop-shadow(0 0 4px rgba(76, 154, 255, 0.4));
127128
}
128129
50% {
@@ -170,7 +171,9 @@
170171
border-left: 1px solid var(--border-color-1);
171172
border-right: 1px solid var(--border-color-1);
172173
}
173-
.chat-ai-container.fullscreen-mode .height-100.overflow-y-auto.pad-8 > .ant-space {
174+
.chat-ai-container.fullscreen-mode
175+
.height-100.overflow-y-auto.pad-8
176+
> .ant-space {
174177
max-width: 800px;
175178
margin: 0 auto;
176179
}
@@ -185,7 +188,9 @@
185188
padding-left: 24px;
186189
padding-right: 24px;
187190
}
188-
.chat-ai-container.fullscreen-mode .chat-ai-existing-chat-container > .ant-space {
191+
.chat-ai-container.fullscreen-mode
192+
.chat-ai-existing-chat-container
193+
> .ant-space {
189194
max-width: 800px;
190195
margin: 0 auto;
191196
}

frontend/src/ide/chat-ai/ContextRulesPanel.css

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -186,15 +186,19 @@
186186
border-radius: 3px;
187187
}
188188

189-
.context-rules-panel.dark .context-rules-tabs .ant-tabs-content-holder::-webkit-scrollbar-thumb {
189+
.context-rules-panel.dark
190+
.context-rules-tabs
191+
.ant-tabs-content-holder::-webkit-scrollbar-thumb {
190192
background-color: rgba(255, 255, 255, 0.2);
191193
}
192194

193195
.context-rules-tabs .ant-tabs-content-holder::-webkit-scrollbar-thumb:hover {
194196
background-color: rgba(0, 0, 0, 0.3);
195197
}
196198

197-
.context-rules-panel.dark .context-rules-tabs .ant-tabs-content-holder::-webkit-scrollbar-thumb:hover {
199+
.context-rules-panel.dark
200+
.context-rules-tabs
201+
.ant-tabs-content-holder::-webkit-scrollbar-thumb:hover {
198202
background-color: rgba(255, 255, 255, 0.3);
199203
}
200204

frontend/src/ide/chat-ai/LowBalanceWarning.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,4 +45,4 @@
4545

4646
.low-balance-warning .warning-icon {
4747
color: #faad14;
48-
}
48+
}

0 commit comments

Comments
 (0)