feat: add preview catalog and catalog group and header

This commit is contained in:
2026-08-29 07:54:45 +05:00
parent 7578a185b6
commit b695f5d58c
7 changed files with 239 additions and 1803 deletions
@@ -12,7 +12,7 @@
<section class="catalog-group">
<div class="group-title">
<span>{label}</span>
<i>{count} <!-- --> TOOLS</i>
<i>{count.toString().padStart(2, "0")} <!-- --> TOOLS</i>
</div>
<div class="tool-cards">
{@render children()}
@@ -16,7 +16,7 @@
</div>
<div class="catalog-total">
<b>{total}</b>
<span>TOOLS<br />AVAILABLE</span>
<span>TOOLS<br /> AVAILABLE</span>
</div>
</div>
+1 -1
View File
@@ -23,7 +23,7 @@
<span class="tool-index">
{index !== undefined ? index.toString().padStart(2, "0") : ""}
</span>
<span class="tool-arrow"><ArrowUpRight size={16} /></span>
<ArrowUpRight class="tool-arrow" size={16} />
</a>
<style>