beast-agent 2.6.1 → 2.6.2
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
package/src/renderer/index.html
CHANGED
|
@@ -50,7 +50,6 @@
|
|
|
50
50
|
<button id="storeBtn" title="Skills Store" data-i18n-title="tipStore"><svg viewBox="0 0 24 24" width="15" height="15" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M4 7h16l-1.3 12.1a2 2 0 0 1-2 1.9H7.3a2 2 0 0 1-2-1.9L4 7z"/><path d="M8 10V6a4 4 0 0 1 8 0v4"/></svg></button>
|
|
51
51
|
<button id="gitBtn" title="GitHub Trending" data-i18n-title="tipGithub"><svg viewBox="0 0 24 24" width="15" height="15" fill="currentColor" aria-hidden="true"><path d="M12 .297c-6.63 0-12 5.373-12 12 0 5.303 3.438 9.8 8.205 11.385.6.113.82-.258.82-.577 0-.285-.01-1.04-.015-2.04-3.338.724-4.042-1.61-4.042-1.61C4.422 18.07 3.633 17.7 3.633 17.7c-1.087-.744.084-.729.084-.729 1.205.084 1.838 1.236 1.838 1.236 1.07 1.835 2.809 1.305 3.495.998.108-.776.417-1.305.76-1.605-2.665-.3-5.466-1.332-5.466-5.93 0-1.31.465-2.38 1.235-3.22-.135-.303-.54-1.523.105-3.176 0 0 1.005-.322 3.3 1.23.96-.267 1.98-.399 3-.405 1.02.006 2.04.138 3 .405 2.28-1.552 3.285-1.23 3.285-1.23.645 1.653.24 2.873.12 3.176.765.84 1.23 1.91 1.23 3.22 0 4.61-2.805 5.625-5.475 5.92.42.36.81 1.096.81 2.22 0 1.606-.015 2.896-.015 3.286 0 .315.21.69.825.57C20.565 22.092 24 17.592 24 12.297c0-6.627-5.373-12-12-12"/></svg></button>
|
|
52
52
|
<button id="ideBtn" title="IDE Modu" data-i18n-title="tipIde"><svg viewBox="0 0 24 24" width="15" height="15" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M8 6l-5 6 5 6"/><path d="M16 6l5 6-5 6"/><path d="M13.5 4l-3 16"/></svg></button>
|
|
53
|
-
<button id="studioBtn" title="Beast Studio — video yapma/düzenleme" data-i18n-title="tipStudio"><svg viewBox="0 0 24 24" width="15" height="15" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><rect x="2" y="6" width="13" height="12" rx="2"/><path d="M15 10l7-4v12l-7-4"/></svg></button>
|
|
54
53
|
<span id="netDot" class="net-on" title="İnternet: bağlı" data-i18n-title="tipNet"><svg viewBox="0 0 24 24" width="15" height="15" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M2 8.82a15 15 0 0 1 20 0"/><path d="M5 12.85a10 10 0 0 1 14 0"/><path d="M8.53 16.11a6 6 0 0 1 6.95 0"/><line x1="12" y1="20" x2="12.01" y2="20"/><line class="net-slash" x1="4" y1="4" x2="20" y2="20"/></svg></span>
|
|
55
54
|
</div>
|
|
56
55
|
</aside>
|
|
@@ -82,6 +81,7 @@
|
|
|
82
81
|
<div id="cfgList" class="dd-list"></div>
|
|
83
82
|
</div>
|
|
84
83
|
</div>
|
|
84
|
+
<button id="studioBtn" class="dd-btn dd-icon-btn" title="Beast Studio — video yapma/düzenleme" data-i18n-title="tipStudio"><svg viewBox="0 0 24 24" width="15" height="15" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><rect x="2" y="6" width="13" height="12" rx="2"/><path d="M15 10l7-4v12l-7-4"/></svg></button>
|
|
85
85
|
<button id="railBtn" class="dd-btn dd-icon-btn" title="Paralel Ajan Konsolu" data-i18n-title="tipRail">▤</button>
|
|
86
86
|
<button id="watchBtn" class="dd-btn dd-icon-btn" title="İzleyiciler (Watchers)" data-i18n-title="tipWatch">◎</button>
|
|
87
87
|
<button id="cronBtn" class="dd-btn dd-icon-btn" title="Cron Görevler" data-i18n-title="tipCron">⏱︎</button>
|
package/src/renderer/style.css
CHANGED
|
@@ -185,8 +185,7 @@ body {
|
|
|
185
185
|
#langBtn,
|
|
186
186
|
#storeBtn,
|
|
187
187
|
#gitBtn,
|
|
188
|
-
#ideBtn
|
|
189
|
-
#studioBtn {
|
|
188
|
+
#ideBtn {
|
|
190
189
|
background: none;
|
|
191
190
|
border: none;
|
|
192
191
|
color: var(--muted);
|
|
@@ -204,18 +203,18 @@ body {
|
|
|
204
203
|
#langBtn:hover,
|
|
205
204
|
#storeBtn:hover,
|
|
206
205
|
#gitBtn:hover,
|
|
207
|
-
#ideBtn:hover
|
|
208
|
-
#studioBtn:hover { background: var(--panel2); color: var(--text); }
|
|
206
|
+
#ideBtn:hover { background: var(--panel2); color: var(--text); }
|
|
209
207
|
#gearBtn:focus,
|
|
210
208
|
#themeBtn:focus,
|
|
211
209
|
#langBtn:focus,
|
|
212
210
|
#storeBtn:focus,
|
|
213
211
|
#gitBtn:focus,
|
|
214
|
-
#ideBtn:focus
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
|
|
212
|
+
#ideBtn:focus { outline: none; }
|
|
213
|
+
/* aktif mod rozeti: IDE tuşu basılıyken vurgulanır */
|
|
214
|
+
#ideBtn.on { color: var(--accent); background: var(--panel2); }
|
|
215
|
+
|
|
216
|
+
/* Studio tuşu artık topbar'da (dd-btn dd-icon-btn) — aktif rozet diğer topbar ikonlarıyla aynı */
|
|
217
|
+
#studioBtn.on { background: var(--accent-dim); color: var(--accent); }
|
|
219
218
|
|
|
220
219
|
/* model refresh butonu — çekerken döner */
|
|
221
220
|
#modelRefreshBtn.spin { opacity: .7; pointer-events: none; }
|