docs(site): refléter la gestion git des worktrees (commit/push/promotion)

feat1 + showcase worktree-first mentionnent commit/push/promotion sans terminal ; carte worktree du mockup montre les actions Commit/Push (fidèle au WorktreeCard).
This commit is contained in:
2026-06-22 19:55:52 +02:00
parent f4fb6c3b52
commit eb843be9c1
3 changed files with 13 additions and 4 deletions

View File

@@ -96,6 +96,11 @@ const dlgOpts = computed(() => DLG_OPTS[locale.value as AppLocale]);
<span class="font-mono text-[11px] text-zinc-400">claude</span>
</span>
</div>
<!-- actions git de la carte : commit / push (fidèle au WorktreeCard) -->
<div class="mt-1 flex items-center gap-1.5">
<span class="inline-flex items-center rounded border border-zinc-700 bg-zinc-800 px-1.5 py-0.5 text-[11px] font-medium text-zinc-300">{{ t('mCommit') }}</span>
<span class="inline-flex items-center rounded border border-zinc-700 bg-zinc-800 px-1.5 py-0.5 text-[11px] font-medium text-zinc-300">{{ t('mPush') }} 2</span>
</div>
</div>
</div>
</div>