feat: add DSL modal header and tab components; enhance pipeline import functionality

This commit is contained in:
twwu
2025-05-14 14:49:01 +08:00
parent de0cb06f8c
commit b713218cab
13 changed files with 229 additions and 114 deletions

View File

@ -115,7 +115,7 @@ const Container = () => {
onChange={e => handleKeywordsChange(e.target.value)}
onClear={() => handleKeywordsChange('')}
/>
<div className="h-4 w-[1px] bg-divider-regular" />
<div className='h-4 w-[1px] bg-divider-regular' />
<Button
className='shadows-shadow-xs gap-0.5'
onClick={() => setShowExternalApiPanel(true)}