beast-agent 0.25.8 → 0.25.9
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/i18n.js
CHANGED
|
@@ -479,7 +479,7 @@
|
|
|
479
479
|
q_flushed: '${n} kuyruktaki mesaj gönderiliyor',
|
|
480
480
|
bot_num_ro_hint: 'Numara ekleme/kişi adı Ayarlar → Entegrasyonlar (WhatsApp izin listesi) üzerinden yapılır; burada yalnızca bağlı numaralar görünür.',
|
|
481
481
|
tipStore: 'Skills Store',
|
|
482
|
-
tipGithub: 'GitHub Trending —
|
|
482
|
+
tipGithub: 'GitHub Trending — repoları favorile, chate at, ajana araştır',
|
|
483
483
|
tipIde: 'IDE Modu — dosyalar + chat + preview',
|
|
484
484
|
ide_files: 'DOSYALAR',
|
|
485
485
|
ide_pick: 'Klasör seç',
|
package/src/renderer/index.html
CHANGED
|
@@ -279,7 +279,7 @@
|
|
|
279
279
|
<div id="ghBody">
|
|
280
280
|
<section id="ghTrendPane" class="gh-pane">
|
|
281
281
|
<div class="gh-pane-tabs">
|
|
282
|
-
<button class="gh-tab on" data-ghtab="trend">Trend
|
|
282
|
+
<button class="gh-tab on" data-ghtab="trend">Trend Repolar</button>
|
|
283
283
|
<button class="gh-tab" data-ghtab="all">Tüm Repolar</button>
|
|
284
284
|
</div>
|
|
285
285
|
<div class="gh-pane-subline" id="ghTrendSub">— son 2 haftanın yıldız yükselenleri</div>
|
package/src/renderer/renderer.js
CHANGED
|
@@ -5287,7 +5287,7 @@ function ghCard(repo, isFav) {
|
|
|
5287
5287
|
</div>
|
|
5288
5288
|
${repo.description ? `<div class="gh-desc" title="${escapeHtml(repo.description)}">${escapeHtml(repo.description)}</div>` : ''}
|
|
5289
5289
|
<div class="gh-actions">
|
|
5290
|
-
<button class="gh-fav ${isFav ? 'on' : ''}" data-act="fav">${isFav ? '★
|
|
5290
|
+
<button class="gh-fav ${isFav ? 'on' : ''}" data-act="fav">${isFav ? '★ Favori' : '☆ Favorile'}</button>
|
|
5291
5291
|
<button data-act="chat"><svg viewBox="0 0 24 24" width="11" height="11" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" style="vertical-align:-1px;margin-right:4px"><path d="M22 2 11 13"/><path d="M22 2 15 22l-4-9-9-4z"/></svg>Chate at</button>
|
|
5292
5292
|
<button data-act="copy">⧉ Kopyala</button>
|
|
5293
5293
|
</div>
|
|
@@ -5377,7 +5377,7 @@ $('#ghSearch').addEventListener('keydown', (e) => {
|
|
|
5377
5377
|
updateGhSub();
|
|
5378
5378
|
loadGhTrend();
|
|
5379
5379
|
});
|
|
5380
|
-
/* sol sekme: Trend
|
|
5380
|
+
/* sol sekme: Trend Repolar ⇄ Tüm Repolar (eşit bölünmüş, ortalanmış) */
|
|
5381
5381
|
document.querySelectorAll('.gh-tab').forEach((b) =>
|
|
5382
5382
|
b.addEventListener('click', () => {
|
|
5383
5383
|
ghState.ghTab = b.dataset.ghtab;
|
package/src/renderer/style.css
CHANGED
|
@@ -2828,7 +2828,7 @@ body.browser-open #ghOverlay { right: var(--bw, 480px); }
|
|
|
2828
2828
|
width: auto;
|
|
2829
2829
|
text-overflow: ellipsis;
|
|
2830
2830
|
}
|
|
2831
|
-
/* sol bölme sekmeleri: Trend
|
|
2831
|
+
/* sol bölme sekmeleri: Trend Repolar ⇄ Tüm Repolar — eşit genişlik, ortalanmış metin */
|
|
2832
2832
|
.gh-pane-tabs { display: flex; flex: none; }
|
|
2833
2833
|
.gh-tab {
|
|
2834
2834
|
flex: 1 1 0;
|