Commit 51adb1c0 authored by Timothy J. Baek's avatar Timothy J. Baek
Browse files

enh: frontmatter version

parent 9788633c
...@@ -162,6 +162,14 @@ ...@@ -162,6 +162,14 @@
{func.type} {func.type}
</div> </div>
{#if func?.meta?.manifest?.version}
<div
class="text-xs font-black px-1 rounded line-clamp-1 bg-gray-500/20 text-gray-700 dark:text-gray-200"
>
v{func?.meta?.manifest?.version ?? ''}
</div>
{/if}
<div class=" line-clamp-1"> <div class=" line-clamp-1">
{func.name} {func.name}
</div> </div>
......
...@@ -156,6 +156,14 @@ ...@@ -156,6 +156,14 @@
TOOL TOOL
</div> </div>
{#if tool?.meta?.manifest?.version}
<div
class="text-xs font-black px-1 rounded line-clamp-1 bg-gray-500/20 text-gray-700 dark:text-gray-200"
>
v{tool?.meta?.manifest?.version ?? ''}
</div>
{/if}
<div class="line-clamp-1"> <div class="line-clamp-1">
{tool.name} {tool.name}
</div> </div>
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment