[codex] update coding agents i18n and changelog (#1129)

* update coding agents i18n and changelog

* move virtual scroller to dev dependencies
This commit is contained in:
ekko
2026-05-29 21:07:00 +08:00
committed by GitHub
parent e3359c671c
commit b5b7d55958
13 changed files with 632 additions and 243 deletions
@@ -398,6 +398,7 @@ onMounted(() => {
<NAlert v-if="loadError" type="error" class="status-alert">
{{ loadError }}
</NAlert>
<p class="content-description">{{ t('codingAgents.notice') }}</p>
<div class="agent-blocks">
<section v-for="block in agentBlocks" :key="block.tool" class="agent-block">
@@ -629,6 +630,13 @@ onMounted(() => {
background: $bg-secondary;
}
.content-description {
margin: 0 0 14px;
color: $text-secondary;
font-size: 12px;
line-height: 1.35;
}
.agent-blocks {
display: grid;
grid-template-columns: repeat(2, minmax(0, 1fr));