feat(ui): loyalty stamp redesign and admin account restrictions

Redesigned fuchsia-themed loyalty stamp card with procedural SVG flower-petal stamps (unique shape per slot via sine-wave perturbation), star cutout mask, hover animations, and gradient background. Admin accounts now see simplified account page with History, Referral, Danger Zone tabs and loyalty stamp card hidden.

Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-openagent)

Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai>
This commit is contained in:
2026-06-04 01:07:43 +01:00
co-authored by Sisyphus
parent 4c26db81db
commit c76c3f52f7
3 changed files with 203 additions and 94 deletions
+2 -1
View File
@@ -21,7 +21,8 @@ export default {
// Safelist fuchsia colors you intend to use
{ pattern: /bg-(fuchsia)-(50|100|200|300|400|500|600|700|800|900)/ },
{ pattern: /text-(fuchsia)-(50|100|200|300|400|500|600|700|800|900)/ },
{ pattern: /border-(fuchsia)-(50|100|200|300|400|500|600|700|800|900)/ }
{ pattern: /border-(fuchsia)-(50|100|200|300|400|500|600|700|800|900)/ },
{ pattern: /ring-(fuchsia)-(50|100|200|300|400|500|600|700|800|900)/ }
// Add other fuchsia utilities if needed (e.g., ring, placeholder)
]
};