|
|
|
@ -325,25 +325,22 @@ export function WorkflowBrowserView({ |
|
|
|
</div> |
|
|
|
|
|
|
|
{/* Footer */} |
|
|
|
<div className="px-6 py-3 border-t border-neutral-700/50 flex-shrink-0 flex items-center gap-4"> |
|
|
|
<div className="px-6 py-3 border-t border-neutral-700/50 flex-shrink-0 flex items-center justify-between"> |
|
|
|
<button |
|
|
|
onClick={handleBrowseOther} |
|
|
|
disabled={loadingWorkflow !== null} |
|
|
|
className="flex items-center gap-1.5 text-xs text-neutral-500 hover:text-neutral-300 transition-colors disabled:opacity-50" |
|
|
|
className="flex items-center gap-1.5 px-3 py-1.5 text-xs font-medium text-neutral-300 bg-neutral-700/50 hover:bg-neutral-700 border border-neutral-600/50 hover:border-neutral-600 rounded-md transition-colors disabled:opacity-50" |
|
|
|
> |
|
|
|
<svg className="w-3.5 h-3.5" fill="none" viewBox="0 0 24 24" stroke="currentColor" strokeWidth={2}> |
|
|
|
<path strokeLinecap="round" strokeLinejoin="round" d="M13.5 6H5.25A2.25 2.25 0 003 8.25v10.5A2.25 2.25 0 005.25 21h10.5A2.25 2.25 0 0018 18.75V10.5m-10.5 6L21 3m0 0h-5.25M21 3v5.25" /> |
|
|
|
<path strokeLinecap="round" strokeLinejoin="round" d="M2.25 12.75V12A2.25 2.25 0 014.5 9.75h15A2.25 2.25 0 0121.75 12v.75m-8.69-6.44l-2.12-2.12a1.5 1.5 0 00-1.061-.44H4.5A2.25 2.25 0 002.25 6v12a2.25 2.25 0 002.25 2.25h15A2.25 2.25 0 0021.75 18V9a2.25 2.25 0 00-2.25-2.25h-5.379a1.5 1.5 0 01-1.06-.44z" /> |
|
|
|
</svg> |
|
|
|
Open from directory |
|
|
|
</button> |
|
|
|
<button |
|
|
|
onClick={browseAndSetDir} |
|
|
|
disabled={loadingWorkflow !== null} |
|
|
|
className="flex items-center gap-1.5 text-xs text-neutral-500 hover:text-neutral-300 transition-colors disabled:opacity-50" |
|
|
|
className="text-xs text-neutral-500 hover:text-neutral-300 transition-colors disabled:opacity-50" |
|
|
|
> |
|
|
|
<svg className="w-3.5 h-3.5" fill="none" viewBox="0 0 24 24" stroke="currentColor" strokeWidth={2}> |
|
|
|
<path strokeLinecap="round" strokeLinejoin="round" d="M16.023 9.348h4.992v-.001M2.985 19.644v-4.992m0 0h4.992m-4.993 0l3.181 3.183a8.25 8.25 0 0013.803-3.7M4.031 9.865a8.25 8.25 0 0113.803-3.7l3.181 3.182" /> |
|
|
|
</svg> |
|
|
|
Change folder |
|
|
|
</button> |
|
|
|
</div> |
|
|
|
|