[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:
@@ -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));
|
||||
|
||||
Reference in New Issue
Block a user