feat: add headless command list to store detail component

This commit is contained in:
Huakun Shen 2025-03-13 17:00:11 -04:00
parent cc5d9cf3a0
commit d1712c6a7f
No known key found for this signature in database

View File

@ -260,7 +260,7 @@
<h2 class="text-lg font-bold">Commands</h2>
<ul>
{#if manifest}
{#each [...(manifest.customUiCmds ?? []), ...(manifest.templateUiCmds ?? [])] as cmd}
{#each [...(manifest.customUiCmds ?? []), ...(manifest.templateUiCmds ?? []), ...(manifest.headlessCmds ?? [])] as cmd}
<li>
<div class="flex items-center space-x-3">
{#if manifest}