feat: add single tool pages, wiring with toolcard

This commit is contained in:
2026-08-28 08:05:20 +05:00
parent f4216e6868
commit f990ad6767
7 changed files with 373 additions and 12 deletions
+5 -1
View File
@@ -42,7 +42,11 @@
</div>
<div class="ws-results">
{#each results as tool (tool.id)}
<ToolCard title={tool.title} href="#" description={tool.description} />
<ToolCard
title={tool.title}
href="/preview/tools/{tool.id}"
description={tool.description}
/>
{/each}
</div>
<SettingsFooter>