feat: v1 release - serving calculator, notes UI, tags, random recipe, confetti, favorites section, PWA icons, category icons, animations

This commit is contained in:
clawd
2026-02-18 10:23:22 +00:00
parent 60ca01fb94
commit de567f93db
17 changed files with 476 additions and 39 deletions

View File

@@ -0,0 +1,6 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 192 192" width="192" height="192">
<rect width="192" height="192" rx="32" fill="#FBF8F5"/>
<circle cx="96" cy="100" r="60" fill="#F2D7DB"/>
<text x="96" y="118" text-anchor="middle" font-size="72">🧁</text>
<text x="96" y="172" text-anchor="middle" font-family="serif" font-weight="700" font-size="22" fill="#C4737E">Luna</text>
</svg>

After

Width:  |  Height:  |  Size: 399 B

View File

@@ -0,0 +1,6 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512" width="512" height="512">
<rect width="512" height="512" rx="80" fill="#FBF8F5"/>
<circle cx="256" cy="250" r="160" fill="#F2D7DB"/>
<text x="256" y="295" text-anchor="middle" font-size="180">🧁</text>
<text x="256" y="450" text-anchor="middle" font-family="serif" font-weight="700" font-size="56" fill="#C4737E">Luna</text>
</svg>

After

Width:  |  Height:  |  Size: 404 B