vg-coder-cli 2.0.5 → 2.0.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -168,7 +168,6 @@
|
|
|
168
168
|
.btn-group {
|
|
169
169
|
display: grid;
|
|
170
170
|
grid-template-columns: 1fr 1fr;
|
|
171
|
-
/* 2 columns for better layout */
|
|
172
171
|
gap: 12px;
|
|
173
172
|
}
|
|
174
173
|
|
|
@@ -199,7 +198,7 @@
|
|
|
199
198
|
color: var(--ios-blue);
|
|
200
199
|
}
|
|
201
200
|
|
|
202
|
-
/* Full width button
|
|
201
|
+
/* Full width button */
|
|
203
202
|
.btn-full {
|
|
204
203
|
grid-column: 1 / -1;
|
|
205
204
|
}
|
|
@@ -620,7 +619,6 @@ EOF
|
|
|
620
619
|
async function copyAnalyzeResult() {
|
|
621
620
|
const btn = event.target.closest('.btn');
|
|
622
621
|
if (!lastAnalyzeResult) {
|
|
623
|
-
// If not analyzed yet, try to analyze silently or warn
|
|
624
622
|
showToast('Please analyze/download first', 'error');
|
|
625
623
|
return;
|
|
626
624
|
}
|
|
Binary file
|