feat(frontend): add react spa with wishlist flows and public profile

This commit is contained in:
Anton
2026-04-23 16:05:27 +03:00
parent 5f6a551b6c
commit 00f01611ed
44 changed files with 2166 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64" width="64" height="64">
<rect width="64" height="64" rx="14" fill="#E27896" />
<g transform="translate(14 18)">
<rect x="0" y="12" width="36" height="22" rx="3" fill="#FFF1F6" />
<rect x="0" y="9" width="36" height="6" rx="2" fill="#F2A1B6" />
<rect x="15" y="9" width="6" height="25" fill="#F4C04E" />
<g transform="translate(18 5)">
<path d="M0 0 C-8 -7 -14 3 -6 5 L0 5 Z" fill="#F4C04E" />
<path d="M0 0 C8 -7 14 3 6 5 L0 5 Z" fill="#F4C04E" />
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 563 B