feat: add feature plugin tests and validation for feature flags

This commit is contained in:
2026-06-21 03:14:19 +07:00
parent ecc958c9f0
commit 1ee76faf55
65 changed files with 4992 additions and 415 deletions
@@ -1 +1,12 @@
SHARED_FAVICON
<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="none">
<!-- Shared favicon: inherited by every brand (only logo.svg is overridden per brand). -->
<defs>
<linearGradient id="fav" x1="0" y1="0" x2="1" y2="1">
<stop offset="0" stop-color="#6366f1"/>
<stop offset="1" stop-color="#a855f7"/>
</linearGradient>
</defs>
<rect width="32" height="32" rx="8" fill="url(#fav)"/>
<rect x="8" y="8" width="11" height="11" rx="3" fill="#fff" opacity="0.55"/>
<rect x="13" y="13" width="11" height="11" rx="3" fill="#fff"/>
</svg>

Before

Width:  |  Height:  |  Size: 14 B

After

Width:  |  Height:  |  Size: 588 B