Skip to content

Commit 3ba441f

Browse files
committed
fix(web-ui): register clone modal keys in parity baseline and remove preset btn-group margin-top
1 parent b613245 commit 3ba441f

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

tests/unit/web-ui-behavior-parity.test.mjs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -337,7 +337,9 @@ test('captured bundled app skeleton only exposes expected data key drift versus
337337
'taskOrchestration',
338338
'_taskOrchestrationPollTimer',
339339
'displayProviderUrl',
340-
'isTransformProvider'
340+
'isTransformProvider',
341+
'openCloneClaudeConfigModal',
342+
'openCloneProviderModal'
341343
] : [
342344
'__mainTabSwitchState',
343345
'openclawAuthProfilesByProvider',

web-ui/partials/index/panel-config-codex.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
<div class="selector-header">
4444
<span class="selector-title">{{ t('config.providerTemplate.title') }}</span>
4545
</div>
46-
<div class="btn-group" style="flex-wrap: wrap; gap: 8px;">
46+
<div class="btn-group" style="flex-wrap: wrap; gap: 8px; margin-top: 0;">
4747
<button
4848
v-for="tpl in codexProviderTemplates"
4949
:key="tpl.name"

0 commit comments

Comments
 (0)